Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-29 Thread Saravanan L
09 Current thread busy: 2 Keeped alive sockets count: 56 Max processing time: 300477 ms Processing time: 8788.765 s Request count: 9926 Error count: 783 Bytes received: 0.22 MB Bytes sent: 5.43 MB On 12/28/2011 2:37 PM, ma...@apache.org wrote: Saravanan L wrote: Tomcat does not pass through any

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Saravanan L
o: "Tomcat Users List" Sent: Tuesday, December 27, 2011 10:58:29 PM Subject: Re: Tomcat HTTPS Connector Stops working after an hour On 27/12/2011 10:47, Saravanan L wrote: > 3. A 504 response code is a gateway timeout. Tomcat does not issue this > on its own. Either you have a proxy

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Saravanan L
threads to me. In comet idle threads are fine rights. Thats how comet/nio works right. Please correct me on this. On 12/27/2011 4:03 PM, Mark Thomas wrote: On 27/12/2011 08:55, Saravanan L wrote: Tried netstat. 443 is listening, but I cannot connect to it. I assume it shows no open

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Saravanan L
Tried netstat. 443 is listening, but I cannot connect to it. Secondly Thread dump - I could not find any signs of problem or anything relative to the current issue in the threaddump [Please find the threaddump in my previous post]. On 12/27/2011 2:11 PM, ma...@apache.org wrote: Saravanan L

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-26 Thread Saravanan L
: Saravanan, On 12/23/11 7:03 AM, Saravanan L wrote: Please find the latest thread dump attached with mail. Tomcat 7 still crashes without acceptCount. I am wrong on this assumption. The response code is 504. It takes about 2 hours for this occur. The last status in http-apr-443 (In Server status

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-23 Thread Saravanan L
07fc5d9a2,0x7fc5d9a2,0x7fc5dbaf0000) PSOldGentotal 121536K, used 78653K [0x7fc5bc6f, 0x7fc5c3da, 0x7fc5d145) object space 121536K, 64% used [0x7fc5bc6f,0x7fc5c13bf708,0x7fc5c3da) PSPermGen total 64000K, used 47797K [0x

Fwd: Tomcat HTTPS Connector Stops working after an hour

2011-12-22 Thread Saravanan L
Hi, We have setup Tomcat 7 with APR in linux box. The issue is that after an hour or two, the https stops responding, but the HTTP connector is still working. When we try to open https://192.168.1.32/, it does not respond.[ it does not timeout but the browser says server could not reached] .