- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Core JAVA
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-21-2003 03:24 AM
10-21-2003 03:24 AM
Core JAVA
I have a core dump (300MB) from JVM 1.3.1.09, and in my log it appears this msg:
# Java version:
# Java HotSpot(TM) Server VM (interpreted mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error to HP customer support.
#
# Fatal: Illegal class file encountered. Try running with -Xverify:all
#
# Error happened during: scavenge
#
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/oops/generateOopMap.cpp, 2114
#
# Problematic Thread: prio=7 tid=0x000bc298 nid=3 lwp_id=6474 runnable
#
Not found hs_err
Thank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 03:53 AM
10-21-2003 03:53 AM
Re: Core JAVA
Or some third party application..
Can you run the same java command adding the -Xverify:all switch to isolate which class seems to be the one thats causing this??
Try it on a different machine to see if the same error happens in which case the problem area will be the patches applied/preferences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 03:55 AM
10-21-2003 03:55 AM
Re: Core JAVA
Try running it on a the latest JVM which is 1.4.01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 04:07 AM
10-21-2003 04:07 AM
Re: Core JAVA
This problem is random 1/3 core one day, one month without crash...
In other sistem (with same kernel, same patch), i not have a problem.
Thank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 08:59 AM
10-21-2003 08:59 AM
Re: Core JAVA
http://www.hp.com/go/java
Then also try running with the parameter of
-XX:CompilerThreadStackSize=3072 and see if this *might* work
As I said upgrading seems to be your best bet