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

Re: Tomcat 5.5.25 freezes

2008-07-03 Thread Anthony Chamas
mes, then post results here, for us to take a look, > > regards > > Clóvis > > On Mon, Jun 30, 2008 at 5:00 AM, Anthony Chamas <[EMAIL PROTECTED]> wrote: > >> Hello everyone, >> >> I am having quite a weird situation on a production server : tomcat >>

Re: Tomcat 5.5.25 freezes

2008-07-04 Thread Anthony Chamas
oday=`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/bin/jstack -l $psId > >> /mnt/logs/stack/stack${today}.txt >> >> execute some times, then post results here, for us to take a look, &

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