You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Scope

  • JS7 provides a number of log files for Controller, Agent and JOC Cockpit.
  • The purpose of log files and their location are explained.

Controller

  • Log file location: logs sub-directory of the Controller installation.
  • Main log file: controller.log
  • Debug log file: controller-debug.log

Agent

  • Log file location: logs sub-directory of the Agent installation.
  • Main log file: agent.log
  • Debug log file: agent-debug.log

JOC Cockpit

  • Log file location: logs sub-directory of the JOC Cockpit installation.
  • Jetty Log
    • Log file: jetty.log
    • Purpose: log output created on start-up of the servlet container. If the Jetty servlet container wouldn't start then this is the log file to check for errors. 
  • JOC Cockpit Log
    • Log file: joc.log
    • Purpose: log output created by the JOC Cockpit application. For problems occurring during operation of JOC Cockpit, e.g. with database connections, this log file includes detailed information.
  • Service Logs
    • Cleanup Service
      • Log file: service-cleanup.log
      • Purpose: cleanup entries from the order and task history, deployment history and daily plan history. 
    • Cluster Service
      • Log file: service-cluster.log
      • Purpose: operate the JOC Cockpit cluster and perform switch-over and fail-over operations when required.
    • Daily Plan Service
      • Log file: service-dailyplan.log
      • Purpose: plan orders from schedules and submit orders to Controllers.
    • History Service
      • Log file: service-history.log
      • Purpose: receive events about order state transitions and log output of underlying jobs from a Controller and add them to the history.



  • No labels