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: InstallerAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0.1CC: 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    

Description Jason Dobies 2008-05-01 15:19:00 UTC
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


Comment 1 Joseph Marques 2008-07-02 10:26:31 UTC
as there is already a workaround, we'll push to 2.0

Comment 2 Red Hat Bugzilla 2009-11-10 21:08:34 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-402


Comment 3 Corey Welton 2010-10-07 03:25:14 UTC
deon, is this in the docs?

Comment 4 Deon Ballard 2010-10-07 13:37:54 UTC
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?

Comment 6 John Mazzitelli 2011-02-17 20:21:18 UTC
use workaround.