Configuring JVM crash log in Java startup - PingAccess - 7.2

PingAccess

bundle
pingaccess-72
ft:publication_title
PingAccess
Product_Version_ce
PingAccess 7.2
category
Product
pa-72
pingaccess
ContentType_ce

Enable or disable the Java Virtual Machine (JVM) crash log.

The Java Virtual Machine (JVM)Java Virtual Machine (JVM)JVM A virtual machine that allows a computer to run Java programs and programs that are compiled to Java bytecode. 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".