Page created: 27 Jul 2022
|
Page updated: 6 Feb 2023
Enable or disable the Java Virtual Machine (JVM) crash log.
The Java Virtual Machine (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,