[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-12 Thread rkrylov
I have problems even with starting run.sh with '-b address': the RMI client side hangs occasionally. I am using jboss-4.2.0-GA with jdk-1.6.0_u1, x86_64 gentoo linux on amd64 x2. I have also some strange exceptions from my network classloader, which could not find java.lang.ObjectBeanInfo.

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-12 Thread rkrylov
rkrylov wrote : I have problems even with starting run.sh with '-b address': | the RMI client side hangs occasionally. | | I am using jboss-4.2.0-GA with jdk-1.6.0_u1, x86_64 gentoo linux on amd64 x2. | | I have also some strange exceptions from my network classloader, which could

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-12 Thread ALRubinger
Maybe check /etc/hosts, run ifconfig, make sure the address you're passing is valid? S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053627#4053627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053627

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-12 Thread rkrylov
ALRubinger wrote : Maybe check /etc/hosts, run ifconfig, make sure the address you're passing is valid? | The address is valid of course :) and there is the record in /etc/hosts corresponding to that address. I had no problems with the same config on jboss-4.0.5 they came with 4.2.0. View the

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-10 Thread ALRubinger
JBoss, starting in 4.2, for security reasons will now bind to localhost (127.0.0.1) by default. In Linux especially, some changes might have to be made to open up the bindings to listen on other IPs (either internal or external). This is done via the -b switch to run.bat/run.sh. Like:

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-06 Thread dkane
Looks like I have the same problem. Any solution ? Small addition : I am getting this problem when remote JBoss is running on Linux PC. For remote JBoss on Windows PC everything works well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051743#4051743

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-29 Thread sursha
Any one from JBOSS EJB team here to help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996857#3996857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996857 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-29 Thread ALRubinger
Have you overridden @RemoteBinding.clientBindUrl or its XML equivalent on your EJB? If so, it's possible you've hardcoded the lookup address in the proxy object. S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996875#3996875 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-29 Thread sursha
I dont have clientBndUrl defined or xml files. I'm using ejb 3.0. Do I need to define clientBndUrl in RemoteBinding? I only have the jndi name defined in the RemoteBinding. Is it working for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996894#3996894

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread alexg79
How did you determine that it's trying to call a method on the same machine? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996614#3996614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996614

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
If I shutdown the jboss server on local machine, it gives me a socket connection error. Otherwise, it gives an application error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996625#3996625 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2006-12-28 Thread sursha
Just following up..I mean when the jboss server is up on the same machine where the client is running, it works. When I shutdown the jboss server on the same machine, i get a socket connection error. Thing is it gets the ejb reference from the remote machine, but when it calls methods on the