Versions Compared

Key

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

Table of Contents

Introduction

  • Consider the Relevant information is also available from in the JS7 - Impact of a Controller outage article.
  • For information about the behavior in case of outages see see the JS7 - FAQ - What happens to workflows in case of outage of a Controller?
  • Use of a Controller cluster will leverage an outage situation as the Secondary standby Controller instance will pick up operations immediately during fail-over (after 3-5s). The failed Primary active Controller instance can be started later on and will automatically synchronize with the Secondary currently active Controller instance.

Troubleshooting

The Controller is the component in JS7 that holds JS7 Controller holds job-related configurations and orchestrates Agents. The outage of a Controller instance does not prevent the execution of workflows with jobs running on the same Agent. However, it affects, for example the execution of workflows that include jobs running on a number of Agents as switching of Agents during workflow execution is performed by the Controller.

Troubleshooting starts from the fact that users reproduce and locate a problem in order to better know what problem occurred.the nature of the problem:

  • As a first step check the Controller's log file controller.log and watchdog.log, see JS7 - Log Files and Locations.
    • Warnings and errors can be found from in log files with the output qualifiers WARN and ERROR in a log file.
    • Example:
      • 2021-10-10T09:53:04,939 WARN js7.base.session.SessionApi - HttpControllerApi(https://apmacwin:4344): HTTP 401 Unauthorized: POST https://apmacwin:4344/controller/api/session => InvalidLogin: Login: unknown user or invalid password
  • Due to log rotation, log files of from previous days are kept available in a compressed .tar.gz format on a daily basis, see the JS7 - Log Rotation article for details.
    • For Unix use the zcat command can be used to directly access compressed log files.
    • For Windows extract the compressed files have to be extracted, for example using 7-zip.
  • Consider Note that a Controller instance can report problems related to other components products such as Agents and the JOC Cockpit. In this situation check the componentit is recommended that the product's log files are checked.
  • If you find a warning warnings or error message that is not clear to you then try to messages are not evident then users should do some research: the Product Knowledge Base and the Change Management System offer a search box, browsers offer access to search engines.
  • When you Having completed analysis of a problem and you are being certain that the problem is related to a product defect and not to resources of your the IT environment then:
    • customers of with a commercial license can should use the Support Resources including the SOS ticket system.
    • users of with the open source license can are invited to use Community Resources.
  • Should the controller.log file not provide sufficient information for to reproduce a reproducible problem then consider to increase the debug log level should be increased, see see the JS7 - Log Levels and Debug Options article.

In some situations, for example if computer memory is not sufficient for the heap size of the Controller instance's Java Virtual Machine, the outage of a Controller instance can be handled by restarting the instance. However, problems indicating insufficient resources typically require permanent assignment better sizing of improved resources.

If the problem is related to server resources and if operation of the Controller cannot be continued on the same server then relocation of the Controller instance can be a last means to fight an outage. Relocation includes to copycopying/move moving the Controller instance's JS7_CONTROLLER_DATA/state directory to a Controller instance on a new server. This directory holds the Controller instance's journal. To relocate a Controller instance copy the journal files should be copied to the new Controller instance. Refer to the JS7 - Relocating How to relocate a Controller article for the steps to apply.

...