[jboss-user] [JBoss Remoting] - Re: WorkerThread exception occured .... InvocationTargetException / SocketTimeoutException
Ron Sigal
do-not-reply at jboss.com
Thu Mar 15 23:46:37 EDT 2012
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]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120315/78ca5918/attachment.html
More information about the jboss-user
mailing list