Looks like the client is obtaining the Proxy from the remote server, but the Proxy is attempting to invoke upon localhost (127.0.0.1).
...Proxy Obtained: anonymous wrote : at $Proxy0.getUser(Unknown Source) ...Invoking on localhost: anonymous wrote : Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://127.0.0.1:3873/] I wonder if by manually setting "-b" at startup, you instruct JBoss to have the Property "jboss.bind.address" set to localhost, which is where the InvokerLocator will bind to. Might be best to set -b to 132.180.60.3 if possible, or look at your machine's IP Configuration in /etc/hosts and remove this switch alltogether.. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073553#4073553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073553 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
