[jboss-user] [Remoting] - SocketTimeout in client

maheshp do-not-reply at jboss.com
Fri Feb 23 04:53:39 EST 2007


Hello All

i am connecting to server using java client, after setting socket time out  attribute in "invokers-service.xml" to 300000 milli sec. i am  getting the Socket timeout error after 60 seconds of waiting time(default time out value).
Server Version : Jboss-4.0.3sp1

For information i have pasted complete stack strace below.
if any configuration is missed out in server/ client, please let me know.

java.rmi.ConnectException: Failed to communicate.  Problem during marshalling/un
marshalling; nested exception is:
        java.net.SocketTimeoutException: Read timed out
        at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(Soc
ketClientInvoker.java:264)
        at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.jav
a:112)
        at org.jboss.remoting.Client.invoke(Client.java:226)
        at org.jboss.remoting.Client.invoke(Client.java:189)
        at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemot
eInterceptor.java:41)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:98)
        at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPr
opagationInterceptor.java:46)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:98)
        at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityC
lientInterceptor.java:40)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:98)
        at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.
java:41)
        at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:98)
        at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteP
roxy.java:88)
        at $Proxy5.getTreeObject(Unknown Source)
        
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(Unknown Source)
        at java.io.BufferedInputStream.fill(Unknown Source)
        at java.io.BufferedInputStream.read(Unknown Source)
        at java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.peek(Unknown Source)
        at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Sourc
e)
        at java.io.ObjectInputStream.readObject0(Unknown Source)
        at java.io.ObjectInputStream.readObject(Unknown Source)
        at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read
(SerializableUnMarshaller.java:73)
        at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(Soc
ketClientInvoker.java:242)
        ... 27 more


Thanks in advance

Thanks and Regards
Mahesh



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021033#4021033

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021033



More information about the jboss-user mailing list