Re: Tomcat 5.5.25 freezes

2008-07-15 Thread Anthony Chamas
We disabled the keep alive connections and our problem is gone... Thanks guys Tony 2008/7/4 Johnny Kewl [EMAIL PROTECTED]: Tony... just another thought... I want to change the philosophy a little If YOU open a stream... ie File f = new File Buffered streams etc... Then make

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Anthony Chamas
Wichoski [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, July 04, 2008 3:37 AM Subject: Re: Tomcat 5.5.25 freezes hi Christophe, i'm fighting with this problem for months, but i will reply on your thread for us to make a track of each problem, ok On Thu, Jul 3

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
- Original Message - From: Anthony Chamas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, July 04, 2008 11:01 AM Subject: Re: Tomcat 5.5.25 freezes Thanks for your replies, I'll try to disable the keep-alive connections ... Will get back to you... One

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
Tony, just had another thought When you whack it with Jmeter... open the task manager, and dont watch the memory, with caching and swapping it doesnt mean much... just watch the handles... they should go up and come back to the original levels quickly if they climbing and climbing,

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
Tony... just another thought... I want to change the philosophy a little If YOU open a stream... ie File f = new File Buffered streams etc... Then make absolutey sure you close them... BUT If you GET a stream from TC... ie OutputStream out = response.getOutputStream(); DONT CLOSE

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Anthony Chamas
Thanks for your replies : I'll post the thread dump when I have it.. Cheers, Anthony 2008/7/3 Clovis Wichoski [EMAIL PROTECTED]: Hi Anthony, i have same problem sometimes in version 6.0.16, when the thread stuck occurs again, execute the follow shell script, please adjust for your

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Christophe Fondacci
AM Subject: Re: Tomcat 5.5.25 freezes Hi Anthony, i have same problem sometimes in version 6.0.16, when the thread stuck occurs again, execute the follow shell script, please adjust for your scenario. #!/bin/bash today=`date +%Y%m%d%H%M%S` psId=`/opt/java/jdk1.6.0_06/bin/jps | grep Bootstrap

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Clovis Wichoski
bottleneck on InternalInputBuffer.parseRequestLine ? Christophe. - Original Message - From: Clovis Wichoski [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, July 03, 2008 3:26 AM Subject: Re: Tomcat 5.5.25 freezes Hi Anthony, i have same problem

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Johnny Kewl
- Original Message - From: Clovis Wichoski [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, July 04, 2008 3:37 AM Subject: Re: Tomcat 5.5.25 freezes hi Christophe, i'm fighting with this problem for months, but i will reply on your thread for us to make

Re: Tomcat 5.5.25 freezes

2008-07-02 Thread Clovis Wichoski
Hi Anthony, i have same problem sometimes in version 6.0.16, when the thread stuck occurs again, execute the follow shell script, please adjust for your scenario. #!/bin/bash today=`date +%Y%m%d%H%M%S` psId=`/opt/java/jdk1.6.0_06/bin/jps | grep Bootstrap | cut -d' ' -f1`

RE: Tomcat 5.5.25 freezes

2008-06-30 Thread Peter Crowther
From: Anthony Chamas [mailto:[EMAIL PROTECTED] I am having quite a weird situation on a production server : tomcat seems to be stuck somewhere when handling http requests. The activity being slow (10 users), some requests take exactly 30 minutes to be processed. I have put aside the

RE: Tomcat 5.5.25 freezes

2008-06-30 Thread Surendrakumar Viswanathan -X (suviswan - HCL at Cisco)
, June 30, 2008 1:53 PM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.25 freezes From: Anthony Chamas [mailto:[EMAIL PROTECTED] I am having quite a weird situation on a production server : tomcat seems to be stuck somewhere when handling http requests. The activity being slow (10