[ 
https://issues.apache.org/jira/browse/GERONIMO-4563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678226#action_12678226
 ] 

Jack Cai commented on GERONIMO-4563:
------------------------------------

I was unable to reproduce your problem. What I did -

1. Change all localhost/0.0.0.0 to the real IP of the machine in the 
config-substitutions.properties
2. Change ActiveMQPort to 10002 in the config-substitutions.properties.
3. Start the server - succeeded
4. telnet [real IP] 10002  - succeeded

> 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.

Reply via email to