[jboss-jira] [JBoss JIRA] Reopened: (JBAS-4041) jboss_init_redhat.sh is incompatible with a clustered config

Jeff Schnitzer (JIRA) jira-events at lists.jboss.org
Thu Apr 19 17:12:32 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBAS-4041?page=all ]

Jeff Schnitzer reopened JBAS-4041:
----------------------------------

             
In JBoss 4.2.0, the default behavior is now to bind all services to localhost.

This means that the only way to bind to * is to specify -b 0.0.0.0.

Which breaks clustering.

Doh!

> 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
>         Assigned To: Dimitris Andreadis
>             Fix For: JBossAS-3.2.8.SP2, JBossAS-4.2.0.CR1, JBossAS-5.0.0.Beta2
>
>
> 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