Recommended Data Collection for Crashes and Hangs in Java (Solaris)
VM crashes
- collect Hotspot Error Logfile. It is written to the current working directory. It's name is e.g. hs_err_pid<pid>.log (where <pid> is the process id of process). In order to find out the current working directory you can use the /usr/bin/pwdx command on Solaris 8 onwards.
- To decode the hs_err log, please use http://blogs.sun.com/dave/resource/hs_err6.pl or use the web interface - http://openjdk.neojava.org/cgi-bin/hs_err.
( Please note: We cannot guarantee the availability or the support of these tools as they are not Sun products ) - Get the core file if any and run pkgcore - http://wikis.sun.com/download/attachments/47886215/pkgcore.sh