RE: Signal 11 causing Tomcat crash

2003-11-17 Thread Greg . Cope
PROTECTED] Sent: 15 November 2003 21:38 To: Tomcat Users List Subject: Re: Signal 11 causing Tomcat crash Jim Goodspeed wrote: Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM

Re: Signal 11 causing Tomcat crash

2003-11-15 Thread Phil Steitz
Jim Goodspeed wrote: Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM Sig 11, just in a different format). Sometimes the dump specifies the library in question, other times it does not.

RE: Signal 11 causing Tomcat crash

2003-11-14 Thread Jeff Tulley
Somebody on the development list seemed to indicate that this could be caused by native code - maybe your native JDBC driver. Try a pure java driver impl, if that is at all an option. [EMAIL PROTECTED] 11/13/03 6:52:01 AM Unfortunately we have also tried Sun's JVM and are experiencing the

Re: Signal 11 causing Tomcat crash

2003-11-13 Thread jerome moliere
Jim Goodspeed wrote: Really hoping that someone might be able to help us with this. We are experiencing Signal 11 crashes on our tomcat server. We have tried almost every configuration that I can think of and we are still getting these crashes at least once a week, sometimes twice a day.

RE: Signal 11 causing Tomcat crash

2003-11-13 Thread Francois JEANMOUGIN
0SECTION XHPI subcomponent dump routine NULL == 1HPTIMEWed Nov 12 08:19:26 2003 1HPSIGRECV SIGSEGV received in ?? at 0x41cc8e85 in /opt/IBMJava2-141/jre/bin/libjitc.so. Processing terminated. 1HPFULLVERSION J2RE 1.4.1 IBM build

RE: Signal 11 causing Tomcat crash

2003-11-13 Thread Jim Goodspeed
Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM Sig 11, just in a different format). Sometimes the dump specifies the library in question, other times it does not. Thanks, Jim An

Re: Signal 11 causing Tomcat crash

2003-11-13 Thread Tim Funk
***Library=/usr/IBMdb2/V7.1/lib/libdb2.so.1*** Does IBM provide a type 4 jdbc driver? -Tim Jim Goodspeed wrote: Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM Sig 11, just in a

Re: Signal 11 causing Tomcat crash

2003-11-13 Thread Jim Lynch
Random sig 11s are sometime indicative of memory failures. Be sure to run some good memory diagnostics. Jim. Jim Goodspeed wrote: Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM Sig

RE: Signal 11 causing Tomcat crash

2003-11-13 Thread Cox, Charlie
-Original Message- From: Jim Goodspeed [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 8:52 AM To: Tomcat Users List Subject: RE: Signal 11 causing Tomcat crash Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included

Re: Signal 11 causing Tomcat crash

2003-11-13 Thread jerome moliere
Jim Goodspeed wrote: Unfortunately we have also tried Sun's JVM and are experiencing the same Signal 11 errors (I've included two snippets of the Sun error - same error as the IBM Sig 11, just in a different format). Sometimes the dump specifies the library in question, other times it does not.

RE: Signal 11 causing Tomcat crash

2003-11-13 Thread David Muller
started deleting the work and contents of temp we have had no sig 11 crashes. This is with 2 different apps. -Dave -Original Message- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 7:21 AM To: Tomcat Users List Subject: Re: Signal 11 causing Tomcat crash

RE: Signal 11 causing Tomcat crash

2003-11-13 Thread Peter Lin
that's interesting. I've seen database drivers do a segfault signal 11 error, like Oracle OCI drivers. but I haven't seen that happen. Were you deploying using the management utilities? peter --- David Muller [EMAIL PROTECTED] wrote: we have verified that in certains cases (deploying new