HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JVM Error
Operating System - HP-UX
1827313
Members
5197
Online
109961
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 03:20 AM
09-11-2001 03:20 AM
JVM Error
Hi all,
I'm developing a Java application on my HP/UX 11, which uses some native libraries (via JNI). At a certain point I experiencing a problem in one of these native libraries. The JVM (version is "JavaVM-1.3.0.01") goes down writing a core, with this error message:
#Java version:
# HotSpot VM (mixed mode)
# HotSpot Virtual Machine Error, Unexpected Signal 11
# occurred at pc=c1f2e648
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.cpp, 2998
Any idea/help?
Thanks in advance
*piero
I'm developing a Java application on my HP/UX 11, which uses some native libraries (via JNI). At a certain point I experiencing a problem in one of these native libraries. The JVM (version is "JavaVM-1.3.0.01") goes down writing a core, with this error message:
#Java version:
# HotSpot VM (mixed mode)
# HotSpot Virtual Machine Error, Unexpected Signal 11
# occurred at pc=c1f2e648
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.cpp, 2998
Any idea/help?
Thanks in advance
*piero
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2001 09:24 AM
09-11-2001 09:24 AM
Re: JVM Error
Hello Pietro,
have you tried getting more information at
http://www.hp.com/go/java
and
http://devresource.hp.com/devresource/Topics/Java/Java.html
HTH,
Wodisch
have you tried getting more information at
http://www.hp.com/go/java
and
http://devresource.hp.com/devresource/Topics/Java/Java.html
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2001 11:02 AM
09-12-2001 11:02 AM
Re: JVM Error
I have seen similar problems on Solaris and Linux (Redhat 6.2) when using the 1.3.x JDK.
There has been a change in the JVM which breaks support for C++ exception handling. If your external libraries, called through JNI, are written in C++, and use exceptions, RTTI, or other advanced languages features, all bets are off.
Sun officially says that the Java Language has never been required to support such features in languages called through JNI interfaces, so they do not consider this a bug, and there is no hope of it being fixed. Unless and until the Java Language spec is changed to require support for advanced language features, Sun will not address this problem.
If, however, you are calling libraries that were written in C, then this is not your problem. Java does not handle errors that occur ourside of the JVM, so all it can do is report the cause of the error, indicate that it happened in an external library, and core dump. That does seem to be what you are seeing.
You must find the cause of the error in the external library, and fix it. It may be due to misuse of the library API, or an invalid pointer being passed to the external API.
Normal debugging proceedures should be used to determine the cause of the error.
Regards,
-Carl
There has been a change in the JVM which breaks support for C++ exception handling. If your external libraries, called through JNI, are written in C++, and use exceptions, RTTI, or other advanced languages features, all bets are off.
Sun officially says that the Java Language has never been required to support such features in languages called through JNI interfaces, so they do not consider this a bug, and there is no hope of it being fixed. Unless and until the Java Language spec is changed to require support for advanced language features, Sun will not address this problem.
If, however, you are calling libraries that were written in C, then this is not your problem. Java does not handle errors that occur ourside of the JVM, so all it can do is report the cause of the error, indicate that it happened in an external library, and core dump. That does seem to be what you are seeing.
You must find the cause of the error in the external library, and fix it. It may be due to misuse of the library API, or an invalid pointer being passed to the external API.
Normal debugging proceedures should be used to determine the cause of the error.
Regards,
-Carl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 09:11 AM
09-19-2001 09:11 AM
Re: JVM Error
pietro, have you solved this?
i posted the exact same problem but have gotten no response
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x612e8ffa98a2d5118ff10090279cd0f9,00.html
i posted the exact same problem but have gotten no response
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x612e8ffa98a2d5118ff10090279cd0f9,00.html
hola
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP