[jboss-user] [EJB/JBoss] - JRMP question (again)
viniciuscarvalho
do-not-reply at jboss.com
Thu Jan 4 12:27:43 EST 2007
Hello there! Sorry about asking same ol' again, but this error keep happening:
| 2007-01-04 14:00:07,108 INFO [STDOUT] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
| java.net.SocketTimeoutException: Read timed out]
| 2007-01-04 14:00:07,108 INFO [STDOUT] at x.x.x.servicelocator.EJBServiceLocator.getLocalHome(EJBServiceLocator.java:75)
| 2007-01-04 14:00:07,109 INFO [STDOUT] at x.x.x.sessionfacade.x.x.xxx(xxxBean.java:146)
| 2007-01-04 14:00:07,109 INFO [STDOUT] ... 86 more
| 2007-01-04 14:00:07,134 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract x.x.x.x.x.x.getxxx(java.lang.String) throws xxx.xxxException,java.rmi.RemoteException:
| java.lang.RuntimeException: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
| java.net.SocketTimeoutException: Read timed out]
|
Any reason why my jrmp connection would be timed out? happens for certain EJBs only (we do not have any lock on them).
Changing a bit, how long does a stub holds a connection to the server (I believe it lasts only through the method call right?)?
Does it has any type of keep alive mechanism?
Best regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998006#3998006
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998006
More information about the jboss-user
mailing list