HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Java application crashing zx6000 wtih HP_UX B.11.2...
Operating System - HP-UX
1832540
Members
5855
Online
110043
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
Go to solution
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
11-26-2003 07:35 PM
11-26-2003 07:35 PM
Recently we've been testing our Java application on a zx6000 workstation running HP_UX B11.23 and we ran into a nasty problem when running the JVM in 64-bit mode.
Whenever we close a Java java.util.logging.FileHandler (XML file-logger) the entire system hangs and reboots. Updating to the newest VM (1.4.2.00) did not solve the problem and there appeared to be no relevant patches.
The following Java code produces the problem when run in 64-bit mode:
package test;
import java.util.logging.FileHandler;
import java.util.logging.LogRecord;
import java.util.logging.Level;
public class TestMain {
public static void main(String args[]){
try {
FileHandler handler = new FileHandler("mytestlog.log",false);
handler.publish(new LogRecord(Level.INFO,"some interesting stuff"));
handler.flush();
// Closing crashes OS
handler.close();
} catch (Exception e) {
System.out.println(""+e);
}
}
}
Compiling and running the above class with the -d64 option crashes and reboots the system (at least on our system).
Any help would be appreciated.
Whenever we close a Java java.util.logging.FileHandler (XML file-logger) the entire system hangs and reboots. Updating to the newest VM (1.4.2.00) did not solve the problem and there appeared to be no relevant patches.
The following Java code produces the problem when run in 64-bit mode:
package test;
import java.util.logging.FileHandler;
import java.util.logging.LogRecord;
import java.util.logging.Level;
public class TestMain {
public static void main(String args[]){
try {
FileHandler handler = new FileHandler("mytestlog.log",false);
handler.publish(new LogRecord(Level.INFO,"some interesting stuff"));
handler.flush();
// Closing crashes OS
handler.close();
} catch (Exception e) {
System.out.println(""+e);
}
}
}
Compiling and running the above class with the -d64 option crashes and reboots the system (at least on our system).
Any help would be appreciated.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 08:13 PM
11-26-2003 08:13 PM
Solution
If hte system is panicing, what type of panic?
what does /etc/shutdownlog say?
does it create a dump in /var/adm/crash? if so get a cal logged with your local HP Response Centre and have it analysed.
what does /etc/shutdownlog say?
does it create a dump in /var/adm/crash? if so get a cal logged with your local HP Response Centre and have it analysed.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 08:24 PM
11-26-2003 08:24 PM
Re: Java application crashing zx6000 wtih HP_UX B.11.23
I don't usually work on a HP_UX so I had trouble finding the crash dumps and shutdown logs before.
The shutdown log states 'Reboot after panic: post_hndlr(): Unresolved kernel interruption'.
I'll contact our local HP Response Centre with the crash dump.
Thans very much for the help.
The shutdown log states 'Reboot after panic: post_hndlr(): Unresolved kernel interruption'.
I'll contact our local HP Response Centre with the crash dump.
Thans very much for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 08:28 PM
11-26-2003 08:28 PM
Re: Java application crashing zx6000 wtih HP_UX B.11.23
Seems you may have a new known problem.
When logging the call, It may be worthwhile mentioning SR 8606337213
When logging the call, It may be worthwhile mentioning SR 8606337213
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP