Operating System - HP-UX
1753259 Members
5743 Online
108792 Solutions
New Discussion юеВ

Java error message in hs_err_pidXXXX.log

 
echong
Regular Advisor

Java error message in hs_err_pidXXXX.log

My Java program suddenly hung and dumped some output to a file hs_err_pidXXXX.log in root directory. It has been running for months and it is the first time I see this. Does anyone has experience with this?
3 REPLIES 3
Olaf Doemer
New Member

Re: Java error message in hs_err_pidXXXX.log

Hi Eric,
this looks to me like your application is using some native code maybe via JNI. Errors happening in Native code are usually out of the control of the JVM and quite often cause the process to die. The best thing to do first is to check if you have all recent O/S patches installed that are recommended for your version of Java. I usually look under the following link where you should find a listing of the required and recommended patches for Java for HP-UX
http://www.hp.com/products1/unix/java/infolibrary/patches.html
T G Manikandan
Honored Contributor

Re: Java error message in hs_err_pidXXXX.log

Olaf is right.
you have to check the patches
(OS,application) and upgrade them to the latest.


Thanks
echong
Regular Advisor

Re: Java error message in hs_err_pidXXXX.log

Hmmm, this is part of a script to call the WebLogic ping to test the instances. Could be a WebLogic issue. BTW,no patch or software has been added recently.