[jboss-user] [JBoss Remoting] - Re: WorkerThread exception occured .... InvocationTargetException / SocketTimeoutException

Ron Sigal do-not-reply at jboss.com
Mon Mar 19 14:53:52 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/724808#724808

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

re: "Each call to this bean starts a new WorkerThread on the server with a new TCP/IP-Port."

The server has an upper limit on the number of worker threads that can be created, which can be modified by setting the parameter "maxPoolSize", so you might be on the right track.  If a client connects to the server and (1) all existing worker threads are in use, and (2) the number of worker threads has reached the upper limit, the server will wait for a worker thread to be returned to the pool.  But the stack trace in your first comment shows that the worker thread has alread been created, so that doesn't seem to fit your hypothesis.

re: "This will throw an InvocationTargetException and SocketTimeout Exception on the server, because he can not open his prefered port."

I'm not sure what you mean by "prefered port".

re: "Is there any possibility to set the range for workerthread-ports in a higher direction?"

No, the sockets used by the worker threads are created by ServerSocket.accept().
--------------------------------------------------------------

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

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/20120319/853fc7ba/attachment.html 


More information about the jboss-user mailing list