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
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.