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 ab

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 I

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, a

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Johnny Kewl
- Original Message - From: "Anthony Chamas" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Anthony Chamas
essage - From: "Clovis Wichoski" > <[EMAIL PROTECTED]> > To: "Tomcat Users List" > 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

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Johnny Kewl
- Original Message - From: "Clovis Wichoski" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Clovis Wichoski
n the thread "Tomcat > bottleneck on InternalInputBuffer.parseRequestLine" ? > > Christophe. > > - Original Message - From: "Clovis Wichoski" < > [EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Thursday, July 03, 2008 3:26 AM

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Christophe Fondacci
y, July 03, 2008 3:26 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/j

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 > sc

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` /opt/java/jdk1.6.0_06/bi

RE: Tomcat 5.5.25 freezes

2008-06-30 Thread Surendrakumar Viswanathan -X (suviswan - HCL at Cisco)
t: Monday, 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 > > somewh

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 f

Tomcat 5.5.25 freezes

2008-06-30 Thread Anthony Chamas
Hello everyone, 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 following : -it happens on any page (not lin