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

"Re: Sockets left in CLOSE_WAIT on server for JMS connections"

To view the discussion, visit: http://community.jboss.org/message/601533#601533

--------------------------------------------------------------
Hi Joseph,

Hmmm.  When ServerThread gets the EOFException, it should close the socket 
which should move it out of the CLOSE_WAIT state.  Can you identify the socket 
mentioned in the exception (the one with remote port 42933 in this case) with a 
socket in the CLOSE_WAIT state?  Also, do you see the output of either

     log.debug(this + " closing socketWrapper: " + socketWrapper);

or

    log.error("failed to close socket wrapper", ex);

for that socket?

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

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

Start a new discussion in JBoss Remoting at Community
[http://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