- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP-UX JVM Core Dump Analyser
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
02-10-2003 02:18 AM
02-10-2003 02:18 AM
HP-UX JVM Core Dump Analyser
We are using JDK 1.3.1 on HP-UX 11.1 alongwith Jacl 1.2.6.
Our server application often crashes (almost in 30 days of running) with JVM core dump.
How can we analyse the core file generated due to JVM core dump ?
Any pointer on why its happening is appreciated.
Regards
Ashok Chawla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 02:29 AM
02-10-2003 02:29 AM
Re: HP-UX JVM Core Dump Analyser
u can use debugger (/opt/langtools/bin/dde)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 02:30 AM
02-10-2003 02:30 AM
Re: HP-UX JVM Core Dump Analyser
think of trying java 1.4 ?
debug it -> see http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1677,6,7,00.html#adv-core
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 02:41 AM
02-10-2003 02:41 AM
Re: HP-UX JVM Core Dump Analyser
Core file is too big so i can not attach it alongwith mail.
Analysing core file with gdb does not provide me information about Java Code that caused core dump.
When JVM core dumps , sometimes it gives message 'illegal instruction' and sometime it gives message SIGNLAL 4 received.
Regards
Ashok Chawla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 03:07 AM
02-10-2003 03:07 AM
Re: HP-UX JVM Core Dump Analyser
raise issue with either HP or Jacl support, ensure latest HP patches installed : see : www.hp.com/go/java
try installing java 1.4 since bugs tend to be fixed on a per release basis
hope someone with more java programming experience responds to this post ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 05:11 AM
02-10-2003 05:11 AM
Re: HP-UX JVM Core Dump Analyser
As far as understand you cannot any problems
with translation the program with JVM.
You have received run-time errors.
These type of problems are usually because
of current vers. bugs. But java upgrades are not available as patches. Try to
download latter version from:
#www.hp.com/go/java
and also there is however a series of HP-UX patches that java depends on. Refer information about them from there and your core-dump-information, so you can find
necessary download.
Regards, S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 02:37 AM
02-11-2003 02:37 AM
Re: HP-UX JVM Core Dump Analyser
As far as I understand this, these core dumps come from the JVM itself, not from the java code.
Do not bother in analysing it unless you're interested in JVM assembly source...
In simple words - the bug is biting you. Let's hope in the newer version it was killed.
Good luck
Adam