[jbossts-issues] [JBoss JIRA] Created: (JBTM-539) the Recovery ORB is bound to 0.0.0.0

Frank Schwarz (JIRA) jira-events at lists.jboss.org
Wed Apr 29 09:50:46 EDT 2009


the Recovery ORB is bound to 0.0.0.0
------------------------------------

                 Key: JBTM-539
                 URL: https://jira.jboss.org/jira/browse/JBTM-539
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Application Server Integration, Configuration, JTS, Recovery
         Environment: JBoss AS 5.0.0.GA
            Reporter: Frank Schwarz


from jbossjts-properties.xml:

        <!--
	  This property controls the address on which the Recovery ORB binds - defaults to the loopback connection
          If running within an AS then the address the AS is bound to (jboss.bind.address) takes precedence
	-->
        <property name="com.arjuna.ats.jts.recoveryManagerAddress" value=""/>

This is not quite right. I can see a binding to 0.0.0.0 instead of the ip-address the server was started with (run.cmd -b <...>)
When I change this line to
        <property name="com.arjuna.ats.jts.recoveryManagerAddress" value="${jboss.bind.address}"/>
the Recovery ORB is bound instead to 127.0.0.1

I have to be explicit on the ip-address to get the right binding.

Please use the default ip-address as stated with the "-b option" to bind the Recovery ORB if nothing else is specified.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list