Connecting To ip or hostname...Could not open connection to the host, on port
9999: Connect failed
--------------------------------------------------------------------------------------------------
Key: GERONIMO-4563
URL: https://issues.apache.org/jira/browse/GERONIMO-4563
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: ActiveMQ
Affects Versions: 2.1.4, 2.2
Environment: Windows XP, 2003, 2008
Reporter: Jeff Lu
Fix For: 2.1.4, 2.2
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">user</config-property-setting>
<config-property-setting
name="Password">password</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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.