Please find the below steps for taking the core dump.
1. Core dump can be generated manually by kill the process using the following c
ommand
$kill -6 <pid>
2. The core dump file will be created in the MPAYTXNEBGINE folder or /root/javac
oredump
3. Jextract Tool is used to extract the [Link] file to [Link].d
[Link] file
4. Jextract tool is available in the path $ cd /usr/<java directory>/jre/bin
5. Use Jextract to extract the generated [Link] to [Link] file.
6. Consider the coredump file is generated in the location
/usr/Message24/[Link]
7. Change the directory to $ cd /usr/<java directory>/jre/bin
Use jextract and provide the command as
? $jextract /usr/Message24/[Link] [/usr/Message2
4/[Link]]
8. Change the directory to cd /usr/<java directory>/bin
Use jdmpview and provide the command as
$ jdmpview -core /usr/Message24/[Link] [-xml
/usr/Message24/[Link]]
9. Use jdmpview heapdump option to generate the heapdump file (*.phd) file.
Provide the command as
$ jdmpview -core /usr/Message24/[Link] [-xm
l /usr/Message24/[Link]]
./jextract /weblogic/[Link]
./jextract /weblogic/[Link] [/weblogic/core.20140
[Link]]
./jdmpview -core /weblogic/[Link] [/weblogic/core
.[Link]]
./jdmpview -core /weblogic/[Link] /weblogic/core.
[Link]