You say you are trying to connect to a remote machine, but according to your logs:
| [java] org.jboss.remoting.CannotConnectException: Can not get connection to server.
Problem establishing socket connection for locator - InvokerLocator
[socket://127.0.0.1:14457/?clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.server.remoting.JMSWireFormat&serializationtype=jboss&socket.check_connection=false&unmarshaller=org.jboss.jms.server.remoting.JMSWireFormat]
|
you are trying to connect to the local loopback:
127.0.0.1 is localhost - your local loopback address
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...