[jboss-user] [JBoss Remoting] - Re: Sockets left in CLOSE_WAIT on server for JMS connections

Ron Sigal do-not-reply at jboss.com
Thu Apr 21 16:38:56 EDT 2011


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110421/035e1448/attachment.html 


More information about the jboss-user mailing list