Re: Close_wait state

2016-02-18 Thread tomcat
On 18.02.2016 16:50, Elias, Michael wrote: Hi - We are running tomcat version 7.0.50. Starting 2 days ago are application stopped responding to requests. Our investigation showed us that we are not closing connections. We see after 300 tcp sessions, for the tomcat PID, in CLOSE_WAIT state out

Close_wait state

2016-02-18 Thread Elias, Michael
Hi - We are running tomcat version 7.0.50. Starting 2 days ago are application stopped responding to requests. Our investigation showed us that we are not closing connections. We see after 300 tcp sessions, for the tomcat PID, in CLOSE_WAIT state out app stops responding. Restarting the app

Close_wait state

2016-02-18 Thread Elias, Michael
Hi - We are running tomcat version 7.0.50. Starting 2 days ago are application stopped responding to requests. Our investigation showed us that we are not closing connections. We see after 300 tcp sessions, for the tomcat PID, in CLOSE_WAIT state out app stops responding. Restarting the app

Re: tomcat close_wait state and proxy error when connecting to my web application

2009-05-13 Thread orahi001
nect and the port shows a state of established. >> >> Any ideas as to why I can no longer reach my web application? >> Whats causing this close_wait state? > > CLOSE_WAIT is when the remote side of a connection closed it. > > It seems your proxy tries to reuse an exis

Re: tomcat close_wait state and proxy error when connecting to my web application

2009-05-13 Thread Rainer Jung
netstat -a shows the port running tomcat > changes to a state of close_wait. > > however, if I telnet to the port (8980) from the server running apache I can > connect and the port shows a state of established. > > Any ideas as to why I can no longer reach my web application? >

tomcat close_wait state and proxy error when connecting to my web application

2009-05-12 Thread orahi001
o the port (8980) from the server running apache I can connect and the port shows a state of established. Any ideas as to why I can no longer reach my web application? Whats causing this close_wait state? thanks, -- View this message in context: http://www.nabble.com/tomcat-close_wait-stat