Bug 536007 (RHQ-402)
| Summary: | Installer does not set all of the necessary properties when not bound to 0.0.0.0 | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Jason Dobies <__jdobies> |
| Component: | Installer | Assignee: | RHQ Project Maintainer <rhq-maint> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0.1 | CC: | cwelton, dlackey, mazz, rsoares |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-402 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-02-17 20:21:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 585306 | ||
as there is already a workaround, we'll push to 2.0 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-402 deon, is this in the docs? Corey, I couldn't find it. I'll add it to... * release notes as a known issue * install guide as a note * FAQ Sound about right? I've added this to the 2.4 docs (same basic text in all places): * FAQ: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/2.4/html/Frequently_Asked_Questions/index.html#bz536007 * Install: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/2.4/html/Installation_Guide/JON_Server_Running_The_Installer.html#install-troubleshooting * Release notes: http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/2.4/html/Release_Notes/Known-Issues-with-this-release.html#upgrade-install-issues use workaround. |
As found in JBNADM-3106, two properties need to be set when binding to an IP address. The installer only sets jboss.bind.address property. The following is taken from the rhq-server.properties file. The workaround is to enable the java.rmi.server.hostname property and set it to the IP. We should at least add documentation for this in JON 2.0. # Container configuration jboss.bind.address=192.168.0.201 # If the bind address is set to anything besides 0.0.0.0, uncomment this # property and set to the same value; using ${jboss.bind.address} will not work. # java.rmi.server.hostname=0.0.0.0