RE: CPU usage 100%

2003-09-22 Thread Ravi Puthiyattil
. After 2 minitues I again opened IE and tried accessing that page. At this point the CPU went nuts. Ravi - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] Date: Thu, 18 Sep 2003 14:49:26 -0400 To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: CPU usage 100% Howdy, Look

Re: CPU usage 100%

2003-09-22 Thread Christopher Williams
Ravi, Assuming that your code is at fault, have you tried doing debug output so you can find the part of your code that causes CPU usage to hit 100%. Just do this: void myMethod() { System.out.println(In myMethod); ... } You can put similar statements in your JSP code as well. Chris.

RE: CPU usage 100%

2003-09-18 Thread Ravi Puthiyattil
Ravi - Original Message - From: Jared Walker [EMAIL PROTECTED] Date: 09 Sep 2003 14:10:13 -0500 To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: CPU usage 100% Howdy, If it does it when there is no one accessing the server then I would think its the JVM not tomcat. Check your JVM

RE: CPU usage 100%

2003-09-18 Thread Shapira, Yoav
Howdy, Look for infinite loops... Yoav Shapira Millennium ChemInformatics -Original Message- From: Ravi Puthiyattil [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:47 PM To: Tomcat Users List Subject: RE: CPU usage 100% Hi, I was not using -server option. Now i

CPU usage 100%

2003-09-09 Thread Ravi Puthiyattil
Hi all, I am running Tomcat 4.1 on HPUX11.11, jdk1.4.1 running a small jsp page. Tomcat hangs with 100% cpu after some time. I tried to do a kill -SIGQUIT on the process, but there is no trace dump. Trace dump works only when the cpu is not at 100% (or when tomcat is running normally). I tried

RE: CPU usage 100%

2003-09-09 Thread Shapira, Yoav
-Original Message- From: Ravi Puthiyattil [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 1:36 PM To: [EMAIL PROTECTED] Subject: CPU usage 100% Hi all, I am running Tomcat 4.1 on HPUX11.11, jdk1.4.1 running a small jsp page. Tomcat hangs with 100% cpu after some time. I tried to do

RE: CPU usage 100%

2003-09-09 Thread Jared Walker
no infinite loops or other such locks in the page. Yoav Shapira Millennium ChemInformatics -Original Message- From: Ravi Puthiyattil [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 1:36 PM To: [EMAIL PROTECTED] Subject: CPU usage 100% Hi all, I am running Tomcat