RE: 3.2.1 Dies

2001-05-23 Thread Bill Graham
-Original Message- From: Thom Park [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 4:25 PM To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies I wasn't able to check for dead threads - My symptom was that the tomcat process would 'hang' and no longer process connections. I

Re: 3.2.1 Dies

2001-05-23 Thread Hunter Hillegas
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Wed, 23 May 2001 09:14:09 -0700 To: [EMAIL PROTECTED] Subject: RE: 3.2.1 Dies Someone about a month ago mentioned that this was a bug in Tomcat where it chokes when the max threads is exceeded. I've had the same problem with load testing

RE: 3.2.1 Dies

2001-05-23 Thread Devon Ziegler
: Monday, May 21, 2001 7:25 PM To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies I wasn't able to check for dead threads - My symptom was that the tomcat process would 'hang' and no longer process connections. I never got it to crash per se, but it sure stopped on me real good... Increasing the pool

RE: 3.2.1 Dies - More Info

2001-05-23 Thread Joel Kozlow
servers. Thus far, we have had no problems with Unix (multi-processor or not) or other Wintel single processor machines. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 10:05 AM To: Tomcat User List Subject: Re: 3.2.1 Dies Yeah, I'm

Re: 3.2.1 Dies

2001-05-22 Thread Jeff Kilbride
directory in $TOMCAT_HOME is a soft link to /var/log/tomcat, where I keep all my Tomcat related logs. --jeff From: Boris Niyazov [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 15:59:43 -0400 (EDT) To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies Why use nohup if you can

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
Did you check the log files? This sounds like a OutOfMemoryError. You can increase the heap size while starting the tomcat. -Sri At 08:16 AM 05/21/2001 -0700, Hunter Hillegas wrote: I am running a high traffic site with Tomcat 3.2.1/Sun JVM 1.3/Linux 2.4.4/Apache 1.3.19. After a few days of

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
Which log file would I look in? servlet.log shows nothing, neither does jasper.log... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 12:03:45 -0400 To: [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies Did

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
To: [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies Did you check the log files? This sounds like a OutOfMemoryError. You can increase the heap size while starting the tomcat. -Sri At 08:16 AM 05/21/2001 -0700, Hunter Hillegas wrote: I am running a high

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:43:53 -0400 To: Hunter Hillegas [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1

Re: 3.2.1 Dies

2001-05-21 Thread Srinadh Karumuri
and then just log out... Hunter From: Srinadh Karumuri [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:43:53 -0400 To: Hunter Hillegas [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies - I am running the tomcat using 'nohup' (UNIX command) on Solaris. My OutOfMemory

Re: 3.2.1 Dies

2001-05-21 Thread Tim O'Neil
At 10:54 AM 5/21/2001 -0700, you wrote: What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Me too. Nohup (no hangup) runs the command in an ingnore hangup signal mode- not the same as a process fork. I think the cmd runs as an orphaned

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
From: Tim O'Neil [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 12:18:52 -0700 To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Me too. Nohup (no hangup

Re: 3.2.1 Dies

2001-05-21 Thread Boris Niyazov
Karumuri [EMAIL PROTECTED] Date: Mon, 21 May 2001 13:43:53 -0400 To: Hunter Hillegas [EMAIL PROTECTED], Tomcat User List [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies - I am running the tomcat using 'nohup' (UNIX command) on Solaris. My OutOfMemory errors were logged in nohup.log

Re: 3.2.1 Dies

2001-05-21 Thread Thom Park
-0700 To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies What does running with nohup do for you? I usually start Tomcat using tomcat.sh start and then just log out... Me too. Nohup (no hangup) runs the command in an ingnore hangup signal mode- not the same as a process fork. I think

RE: 3.2.1 Dies

2001-05-21 Thread Devon Ziegler
- From: Thom Park [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 4:11 PM To: [EMAIL PROTECTED] Subject: Re: 3.2.1 Dies You may have used up all of your free threads. Try increasing the thread pool for the Http connector - see if it improves the longevity of your tomcat instance. -Thom Hunter

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
] Subject: Re: 3.2.1 Dies You may have used up all of your free threads. Try increasing the thread pool for the Http connector - see if it improves the longevity of your tomcat instance. -Thom

Re: 3.2.1 Dies

2001-05-21 Thread Hunter Hillegas
How can I check to see if I have a lot of dead threads? Hunter From: Devon Ziegler [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 16:43:04 -0400 To: [EMAIL PROTECTED] Subject: RE: 3.2.1 Dies Interesting.used up all free threads.increase thread pool

Re: 3.2.1 Dies

2001-05-21 Thread Thom Park
of dead threads? Hunter From: Devon Ziegler [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 21 May 2001 16:43:04 -0400 To: [EMAIL PROTECTED] Subject: RE: 3.2.1 Dies Interesting.used up all free threads.increase thread pool. shouldn't users just have to wait