[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
Hi, Thanks, but the JVM Option did not solve the problem :-( I tried the telnet session to port to 3873 for the reason, that i do not have problems with the lookup but with the invoking on the proxy. - Connection refused as the ethereal trace said too. How can i make the server listzen on the

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
I finally found a solution here: http://www.jboss.com/index.html?module=bbop=viewtopict=83258 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023574#4023574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023574

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-27 Thread ahachmann
Hello, I checked the tcp Traffic between the JBoss Servers. The one with the remote bean does reset the connection after Syncing. So it really seems to be the problem that it only accepts on 127.0.0.1. Id be very happy if someone can tell me how to fix this. I need it to get run till friday.

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-27 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=93668 and see if my telnet suggestion helps any. Also, you could try setting the -Djava.net.preferIPv4Stack=true JVM option. Setting that seems to fix a multitude of network-related problems on Linux. View the original post :