We have changed the ActiveMQPort to something other than 61616 along with the
recommended changes from https://issues.apache.org/jira/browse/GERONIMO-4518
to change all localhost and 0.0.0.0 references to 127.0.0.1
I wonder if this is a similar issue as with the rmi port...
in the jms-plan.xml, we have:
...
<resourceadapter>
<resourceadapter-instance>
<resourceadapter-name>ConnectionFactory</resourceadapter-name>
<config-property-setting
name="ServerUrl">tcp://localhost:9999</config-property-setting>
<config-property-setting
name="UserName">geronimo</config-property-setting>
<config-property-setting
name="Password">geronimo</config-property-setting>
<nam:workmanager>
<nam:gbean-link>DefaultWorkManager</nam:gbean-link>
</nam:workmanager>
</resourceadapter-instance>
...
It only works if we try to connect using localhost or 127.0.0.1
It does not work if connect through a real ip or a hostname.
--
View this message in context:
http://www.nabble.com/Connecting-To-192.168.1.100...Could-not-open-connection-to-the-host%2C-on-port-9999%3A-Connect-failed-tp22293908s134p22293908.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.