Ron Sigal [https://community.jboss.org/people/ron_sigal] created the discussion

"Re: WorkerThread exception occured .... InvocationTargetException / 
SocketTimeoutException"

To view the discussion, visit: https://community.jboss.org/message/724201#724201

--------------------------------------------------------------
Hi Werner,

Well, I'm not sure what is going wrong, but I can describe the context.

When the client does an invocation and there is no existing pooled connection, 
a new socket is created, on both the client side and the server side.  The 
client side creates an ObjectOutputStream and the server side creates a 
matching ObjectInputStream.  When the ObjectOutputStream is created, some 
header bytes are written, and the ObjectInputStream's constructor tries to read 
them.  For some reason, it is unable to read the header bytes, and eventually 
it times out.

So you should look for something in your system that is preventing those header 
bytes from getting to the server.

-Ron
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/724201#724201]

Start a new discussion in JBoss Remoting at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to