]
Jonathan Halliday closed JBTM-539.
----------------------------------
Resolution: Out of Date
the Recovery ORB is bound to 0.0.0.0
------------------------------------
Key: JBTM-539
URL:
https://jira.jboss.org/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
Assignee: Jonathan Halliday
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: