We have an application running on IBM WAS 5.1 (Sun JVM 1.4) on AIX5.2 and once a day we get this error ...any idea what this error is ?
thanks
SN
Discussions
Performance and scalability: a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2
-
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 (5 messages)
- Posted by: Shahrukh Niazi
- Posted on: March 07 2005 22:21 EST
Threaded Messages (5)
- a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Bill Lasley on March 08 2005 11:37 EST
- a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Shahrukh Niazi on March 13 2005 23:13 EST
-
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Bill Lasley on March 16 2005 07:23 EST
- a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Shahrukh Niazi on March 18 2005 10:11 EST
- a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Jose Ramon Huerga Ayuso on April 06 2005 03:48 EDT
-
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Bill Lasley on March 16 2005 07:23 EST
- a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2 by Shahrukh Niazi on March 13 2005 23:13 EST
-
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2[ Go to top ]
- Posted by: Bill Lasley
- Posted on: March 08 2005 11:37 EST
- in response to Shahrukh Niazi
First, I was not aware the you could replace the IBM JVM with Sun's JVM. Was that a typographical error?
A signal 11 (SIGSEGV) is a memory access problem. Are any of your applications using JNI? Doesn't the SIGSEGV error message tell you the specific module? In addition to the JVM logs (SystemOut.log, SystemErr.log), look at the process logs (native_stdout.log, native_stderr.log).
Bill Lasley
Versant Corp.
http://www.versant.com -
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2[ Go to top ]
- Posted by: Shahrukh Niazi
- Posted on: March 13 2005 23:13 EST
- in response to Bill Lasley
opps...sorry typo error..is there a way i could resolve this issue ? -
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2[ Go to top ]
- Posted by: Bill Lasley
- Posted on: March 16 2005 19:23 EST
- in response to Shahrukh Niazi
You can't resolve it until you find out what is causing it. Look in the logs for a clue: SystemOut.log, SystemErr.log, native_stdout.log, and native_stderr.log. The SIGSEGV message may point you to the specific module that has the memory access problem. Using that knowledge you may be able to deduce where the problem is occurring, and from that knowledge determine the root cause. I would be surprised if this is a WebSphere problem. Do any of the applications running in the JVM use JNI to call non-Java program?
Bill Lasley
Versant Corp.
http://www.versant.com -
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2[ Go to top ]
- Posted by: Shahrukh Niazi
- Posted on: March 18 2005 22:11 EST
- in response to Bill Lasley
yes it does....why you think that might be the one causing it ? -
a "signal 11" problem this happens once a day on WAS 5.1/AIX 5.2[ Go to top ]
- Posted by: Jose Ramon Huerga Ayuso
- Posted on: April 06 2005 15:48 EDT
- in response to Bill Lasley
You can't resolve it until you find out what is causing it. Look in the logs for a clue: SystemOut.log, SystemErr.log, native_stdout.log, and native_stderr.log. The SIGSEGV message may point you to the specific module that has the memory access problem. Using that knowledge you may be able to deduce where the problem is occurring, and from that knowledge determine the root cause. I would be surprised if this is a WebSphere problem. Do any of the applications running in the JVM use JNI to call non-Java program? Bill LasleyVersant Corp.http://www.versant.com
I think that the problem is with a JNI call to non-Java. Check the JDBC drivers. If you are using type-II drivers or least, they involve both Java source code (in the .jar libraries) and C code in the .so files. Most of the time, SIGSEGV errors only appear with code in .so libraries.
Jose Ramon Huerga
http://www.terra.es/personal/jrhuerga