[jboss-jira] [JBoss JIRA] Created: (JBAS-4041) jboss_init_redhat.sh is incompatible with a clustered config
Jeff Schnitzer (JIRA)
jira-events at jboss.com
Thu Feb 1 01:10:21 EST 2007
jboss_init_redhat.sh is incompatible with a clustered config
------------------------------------------------------------
Key: JBAS-4041
URL: http://jira.jboss.com/jira/browse/JBAS-4041
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Other
Affects Versions: JBossAS-4.0.5.GA
Reporter: Jeff Schnitzer
The jboss_init_redhat.sh by default specifies a bind address of 0.0.0.0.
This won't work with cluster-service.xml, which cannot accept a 0.0.0.0 bind address for the following entry:
<!-- The address used to determine the node name -->
<attribute name="NodeAddress">${jboss.bind.address}</attribute>
The proper fix to the init script is to by default NOT specify a -b bind address at all.
Thanks,
Jeff
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list