Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-29 Thread Mark Thomas
On 29/12/2011 08:51, Saravanan L wrote: > *Point 1 and 2. * > 1. When I remove acceptCount=1 My tomcat 7 works fine. So remove it and don't put it back. > 2. But I had the same property in tomcat 6 and it worked fine on that. Clearly something is broken with your app / Tomcat 7 configuratio

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-29 Thread Saravanan L
9 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 in front of Tomcat or your application is returning this value. A. Yes the p

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-28 Thread markt
at did not >> respond with any message at all. > >- Original Message - >From: "Mark Thomas" >To: "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/201

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 Mark Thomas
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 in front of Tomcat or your > application is returning this value. > > A. Yes the proxy relayed this message, it seems the tomcat did not > respon

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Pid *
On 27 Dec 2011, at 10:48, 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 in front of Tomcat or your > application is returning this value. > > A. Yes the proxy relayed this message, it seems the tomcat did not re

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Saravanan L
3. A 504 response code is a gateway timeout. Tomcat does not issue this on its own. Either you have a proxy in front of Tomcat or your application is returning this value. A. Yes the proxy relayed this message, it seems the tomcat did not respond with any message at all. looks like 200 idle t

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Mark Thomas
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 connections either. > Secondly Thread dump - I could not find any signs of problem or anything > relative to the current issue in the threaddump [Please find the > thre

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-27 Thread markt
Saravanan L wrote: >Please find the server.xml attached. > >The real problem is I dont know where to look at. > -There are no error in logs or the linux sys logs. > - I cannot diagnose as the connector(443) does not even connect. Of course you can diagnose this further. netstat and a thr

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-27 Thread Kees Jan Koster
On 27 dec. 2011, at 06:25, Saravanan L wrote: > Please find the server.xml attached. > > The real problem is I dont know where to look at. > -There are no error in logs or the linux sys logs. > - I cannot diagnose as the connector(443) does not even connect. > I saw the same with

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-26 Thread Saravanan L
Please find the server.xml attached. The real problem is I dont know where to look at. -There are no error in logs or the linux sys logs. - I cannot diagnose as the connector(443) does not even connect. On 12/24/2011 3:31 PM, Pid wrote: On 23/12/2011 14:47, Christopher Schultz wrote: S

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-24 Thread Pid
On 23/12/2011 14:47, Christopher Schultz wrote: > 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 h

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-24 Thread Pid
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.catalina.startup.

Re: Tomcat HTTPS Connector Stops working after an hour

2011-12-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 th

Re: Tomcat HTTPS Connector Stops working after an hour

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

RE: Tomcat HTTPS Connector Stops working after an hour

2011-12-22 Thread Caldarale, Charles R
> From: Saravanan L [mailto:saravan...@te-soft.com] > Subject: Fwd: Tomcat HTTPS Connector Stops working after an hour > 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 > workin

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] .