Page created: 26 Jul 2021
|
Page updated: 14 Jan 2022
Enable or disable the Java Virtual Machine (JVM) crash log.
The JVM crash log location is specified in run.bat on Windows, or run.sh on Linux, and is enabled by default.
-
Open <PA_HOME>/bin/run.bat on
Windows, or <PA_HOME>/bin/run.sh
on Linux, for editing.
- To disable JVM crash log reporting, comment out the line that specifies
the JVM crash log location. For example,
#ERROR_FILE="-XX:ErrorFile=$PA_HOME/log/java_error%p.log"
. - To enable JVM crash log reporting, remove the comment tag and make the
line active. For example,
ERROR_FILE="-XX:ErrorFile=$PA_HOME/log/java_error%p.log"
.
- To disable JVM crash log reporting, comment out the line that specifies
the JVM crash log location. For example,