I have a Java application running in WebLogic 11g on Windows, which after several days, becomes unresponsive. One suspicious symptom I\'ve noticed is that a large number of conn
The CLOSE_WAIT status means that the other side has initiated a connection close, but the application on the local side has not yet closed the socket.
CLOSE_WAIT
It sounds like you have a bug in your local application.