Re: RE: Tomcat Hangs
It appears that upgrade to JDK 1.4.2 is helping. Tomcat did not crash/hang today. - SPS - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> Date: Friday, March 26, 2004 9:17 am Subject: RE: Tomcat Hangs > > Hi, > You said it's hung, not crashed, but this is an internal crash. > It's a > bit beyond not responding ;) > > Due cose: update your JDK if you can, as 1.4.2 is far more stable and > performant than 1.3. And make sure you have all the Windows Update > patches installed on the machine, as this error is usually due to a > miscommunication between the JDK and the OS. > > Was there a stack trace that you cut off in the message below? > > Yoav Shapira > Millennium Research Informatics > > > >-Original Message- > >From: Surya Suravarapu [mailto:[EMAIL PROTECTED] > >Sent: Friday, March 26, 2004 9:15 AM > >To: Tomcat Users List > >Subject: Re: Tomcat Hangs > > > >Just now Tomcat stopped responding. While stopping the console > I've got > >the following message: > > > >--- > > # > ># HotSpot Virtual Machine Error, Internal Error > ># Please report this error at > ># http://java.sun.com/cgi-bin/bugreport.cgi > ># > ># Error ID: 43492F424A454354264143544F52590E435050010E > ># > ># Problematic Thread: prio=5 tid=0x8739b8 nid=0x978 runnable > >--- > > > >We're using JDK version 1.3.1_05. > > > >Any thoughts? > > > >- SPS > > > >- Original Message - > >From: "Surya Suravarapu" <[EMAIL PROTECTED]> > >Date: Thursday, March 25, 2004 7:50 pm > >Subject: Tomcat Hangs > > > >> We have Tomcat 4.1.27 running in conjunction with Apache 1.3.x. > >> We're > >> using AJP13 connector. The machine that we're using has got over > >> 2GB of > >> Memory and good processor speed. Tomcat has been allocated 1 GB of > >> max > >> memory. > >> > >> The issue is: For every two hours or so Tomcat hangs. That means, > >> Tomcat don't crash but simply don't accept any more connections. > >> While > >> using Tomcat with Apache we're getting "500 Internal Server > >> Error". We > >> are constantly restarting server to make it work. There is no good > >> information in the logs that could lead us to debug this issue. > >> > >> I have tried several things. Taken out Apache and Connectors from > >> the > >> equation by running Tomcat as standalone. This time Tomcat we > >> get "server not found error - Page cannot be displayed" > message. I > >> have > >> also increased the maxProcessors of the connector to 300 instead > >> of the > >> default 75. > >> > >> Interesting thing is -- when Tomcat hangs the memory usage never > >> reaches even half of the max memory (1 GB) allocated to Tomcat, > >> and the > >> number of threads that we see is also always less than half of > >> maxProcessors value (300) set. > >> > >> If anybody encountered this kind of issue or if you have any > >> thoughts > >> please respond. > >> > >> Thanks in advance! > >> > >> - SPS > >> > >> > >> > >> > --- > >> -- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: tomcat-user- > [EMAIL PROTECTED]>> > >> > > > > > > > >-- > --- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for > the individual(s) to whom it is addressed, and may not be saved, > copied, printed, disclosed or used by anyone else. If you are not > the(an) intended recipient, please immediately delete this e-mail > from your computer system and notify the sender. Thank you. > > > --- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
RE: RE: Tomcat Hangs
Hi, >Yes this time it appears to be a crash. The message that I posted below >is the only message that I can see on the console. This is the last >message before crashing. There should be a file called hs_err_ ( can be a number of different things on the Windows platform) in the current working directory of the JVM when it crashed. Look for that file and post its contents if you find it. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: RE: Tomcat Hangs
Yes this time it appears to be a crash. The message that I posted below is the only message that I can see on the console. This is the last message before crashing. - SPS - Original Message - From: "Shapira, Yoav" <[EMAIL PROTECTED]> Date: Friday, March 26, 2004 9:17 am Subject: RE: Tomcat Hangs > > Hi, > You said it's hung, not crashed, but this is an internal crash. > It's a > bit beyond not responding ;) > > Due cose: update your JDK if you can, as 1.4.2 is far more stable and > performant than 1.3. And make sure you have all the Windows Update > patches installed on the machine, as this error is usually due to a > miscommunication between the JDK and the OS. > > Was there a stack trace that you cut off in the message below? > > Yoav Shapira > Millennium Research Informatics > > > >-Original Message- > >From: Surya Suravarapu [mailto:[EMAIL PROTECTED] > >Sent: Friday, March 26, 2004 9:15 AM > >To: Tomcat Users List > >Subject: Re: Tomcat Hangs > > > >Just now Tomcat stopped responding. While stopping the console > I've got > >the following message: > > > >--- > > # > ># HotSpot Virtual Machine Error, Internal Error > ># Please report this error at > ># http://java.sun.com/cgi-bin/bugreport.cgi > ># > ># Error ID: 43492F424A454354264143544F52590E435050010E > ># > ># Problematic Thread: prio=5 tid=0x8739b8 nid=0x978 runnable > >--- > > > >We're using JDK version 1.3.1_05. > > > >Any thoughts? > > > >- SPS > > > >- Original Message - > >From: "Surya Suravarapu" <[EMAIL PROTECTED]> > >Date: Thursday, March 25, 2004 7:50 pm > >Subject: Tomcat Hangs > > > >> We have Tomcat 4.1.27 running in conjunction with Apache 1.3.x. > >> We're > >> using AJP13 connector. The machine that we're using has got over > >> 2GB of > >> Memory and good processor speed. Tomcat has been allocated 1 GB of > >> max > >> memory. > >> > >> The issue is: For every two hours or so Tomcat hangs. That means, > >> Tomcat don't crash but simply don't accept any more connections. > >> While > >> using Tomcat with Apache we're getting "500 Internal Server > >> Error". We > >> are constantly restarting server to make it work. There is no good > >> information in the logs that could lead us to debug this issue. > >> > >> I have tried several things. Taken out Apache and Connectors from > >> the > >> equation by running Tomcat as standalone. This time Tomcat we > >> get "server not found error - Page cannot be displayed" > message. I > >> have > >> also increased the maxProcessors of the connector to 300 instead > >> of the > >> default 75. > >> > >> Interesting thing is -- when Tomcat hangs the memory usage never > >> reaches even half of the max memory (1 GB) allocated to Tomcat, > >> and the > >> number of threads that we see is also always less than half of > >> maxProcessors value (300) set. > >> > >> If anybody encountered this kind of issue or if you have any > >> thoughts > >> please respond. > >> > >> Thanks in advance! > >> > >> - SPS > >> > >> > >> > >> > --- > >> -- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: tomcat-user- > [EMAIL PROTECTED]>> > >> > > > > > > > >-- > --- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > This e-mail, including any attachments, is a confidential business > communication, and may contain information that is confidential, > proprietary and/or privileged. This e-mail is intended only for > the individual(s) to whom it is addressed, and may not be saved, > copied, printed, disclosed or used by anyone else. If you are not > the(an) intended recipient, please immediately delete this e-mail > from your computer system and notify the sender. Thank you. > > > --- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: RE: Tomcat Hangs
Tomcat is running on Windows 2000 machine. - SPS - Original Message - From: Ryan Lissack <[EMAIL PROTECTED]> Date: Friday, March 26, 2004 3:49 am Subject: RE: Tomcat Hangs > What OS is Tomcat running on ? > > -Original Message- > From: Surya Suravarapu [mailto:[EMAIL PROTECTED] > Sent: 26 March 2004 00:51 > To: [EMAIL PROTECTED] > Subject: Tomcat Hangs > > > We have Tomcat 4.1.27 running in conjunction with Apache 1.3.x. > We're > using AJP13 connector. The machine that we're using has got over > 2GB of > Memory and good processor speed. Tomcat has been allocated 1 GB of > max > memory. > > The issue is: For every two hours or so Tomcat hangs. That means, > Tomcat don't crash but simply don't accept any more connections. > While > using Tomcat with Apache we're getting "500 Internal Server > Error". We > are constantly restarting server to make it work. There is no good > information in the logs that could lead us to debug this issue. > > I have tried several things. Taken out Apache and Connectors from > the > equation by running Tomcat as standalone. This time Tomcat we > get "server not found error - Page cannot be displayed" message. I > have > also increased the maxProcessors of the connector to 300 instead > of the > default 75. > > Interesting thing is -- when Tomcat hangs the memory usage never > reaches even half of the max memory (1 GB) allocated to Tomcat, > and the > number of threads that we see is also always less than half of > maxProcessors value (300) set. > > If anybody encountered this kind of issue or if you have any > thoughts > please respond. > > Thanks in advance! > > - SPS > > > > --- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --- > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]