Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Controller instance log level can be increased using the Controller's Apache ProcRun Demon Service Manager demon/service.
  • For Windows systems this is installed in the Controller instance's service folder with a name such as js7_controller_<controller-id>w.exe  where <controller-id> is the unique Controller ID.
  • Start the ProcRun Manager, select the Logging tab in the Manager interface and set the level to Debug
  • The location of log files is explained above. 
  • Consider to revert a debug log level once you are finished with debugging.

Usage Examples

Running the Controller Instance on Unix

On Unix the location of the Java Runtime Environment and the log directory can be specified like this:

Code Block
languagebash
export JAVA_HOME="/opt/java/jdk8u202-b08/jre"
export JS7_CONTROLLER_LOGS="/var/logs/controller"
/opt/sos-berlin.com/js7/controller/controller/bin/controller_instance.sh" start

Running the Controller Instance on Windows

On Windows operating systems the location of the Java Runtime Environment and the log directory can be specified like this:

Code Block
languagebash
set JAVA_HOME=%ProgramFiles%\Java\jre8
set JS7_CONTROLLER_LOGS=%ProgramData%\sos-berlin.com\js7\controller\logs
"%ProgramFiles%\sos-berlin.com\js7\controller\controller\bin\controller_instance.cmd" start