| Author |
Linux AS 3.0 1.4.2_08 JVM fails to launch
|
Victor Ho
Ranch Hand
Joined: Sep 05, 2003
Posts: 74
|
|
I see the following error when launching my program with a 1.4.2_08 JVM on Linux AS 3.0. Has anyone run into the same? Thanks. **************** Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = (N/A) PC = 0x00000000 SIGNAL = 11 FUNCTION NAME = (N/A) OFFSET = 0xFFFFFFFF LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye.
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
What's "Linux AS 3.0" ? What's printing this message? It's not a Sun JVM message, and it's not a Java application message; some kind of Linux desktop software, maybe?
|
[Jess in Action][AskingGoodQuestions]
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
As EFH says, we need more details. What EXACTLY do you do that causes this error? Layne
|
Java API Documentation
The Java Tutorial
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
|
|
Originally posted by Ernest Friedman-Hill: What's "Linux AS 3.0" ?
If I had to take a guess, he might be referring to "Redhat Enterprise Linux AS 3.0". I just wished I remember what the "AS" stood for... Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Victor Ho
Ranch Hand
Joined: Sep 05, 2003
Posts: 74
|
|
Yes Henry, the full platform name is "Redhat Enterprise Linux AS 3.0" and AS stands for Advanced Server. I get this error when I am doing the following inside my shell script, test.sh: ${JAVA} $JAVAARGS $PROPS <MyProgram> => which translates to the following: java -Dsun.boot.library.path=/home/viho/m_install/M603iTP26/lib/jdk/lib/i386:/home/viho/m_install/M603iTP26/lib/jdk/lib/i386/classic:/home/viho/m_install/M603iTP26/lib/jdk/lib/i386/green_threads:/home/viho/m_install/M603iTP26/lib/jdk/lib/i386/native_threads:/home/viho/m_install/M603iTP26/System:/home/viho/m_install/M603iTP26/lib -Dos.arch=i386 -Xms128m -Xmx512m -XX ermSize=32m -XX:MaxPermSize=128m -Dsun.net.inetaddr.ttl=600 -Xbootclasspath/a:<paths> <My program> Error: **************** Another exception has been detected while we were handling last error. Dumping information about last error: ERROR REPORT FILE = (N/A) PC = 0x00000000 SIGNAL = 11 FUNCTION NAME = (N/A) OFFSET = 0xFFFFFFFF LIBRARY NAME = (N/A) Please check ERROR REPORT FILE for further information, if there is any. Good bye. /home/viho/m_install/test.sh: line 549: 31761 Aborted (core dumped) ${JAVA} $JAVAARGS $PROPS <MyProgram> I suspect the native code which launches the VM core dumps and lead to this error.
|
 |
Victor Ho
Ranch Hand
Joined: Sep 05, 2003
Posts: 74
|
|
|
Just like to add that this happens very inconsistenly. By running the same script multiple times, this error happens about 50% of the time, and the program would launch/run fine for the other 50%.
|
 |
 |
|
|
subject: Linux AS 3.0 1.4.2_08 JVM fails to launch
|
|
|