[jboss-user] [EJB/JBoss] - Re: Using an EJB from an remote app client does not work
ALRubinger
do-not-reply at jboss.com
Mon Aug 13 09:50:27 EDT 2007
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
More information about the jboss-user
mailing list