Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.5, 2.6.2
-
None
-
Windows
Description
Current Situation
- When the Controller or Agent write output to the stdout or stderr channel, for example using JAVA_OPTIONS=-Djavax.net.debug=ssl then such output should be written to the watchdog.log file. This works for Unix, but not for Windows.
- When starting the Controller or Agent in a command shell then output to stdout/stderr becomes visible.
Desired Behavior
- Any output to the stdout and stderr channels should be written to the file watchdog.log.
- This affects the watchdog.cmd script used for Controller and Agent.
Workaround
- The attached archive
JS-2091.zip contains the scripts- controller_watchdog.cmd
- agent_watchdog.cmd
- Extract the archive and copy
- controller_watchdog.cmd into the ./bin directory of the Controller installation
- agent_watchdog.cmd into the ./bin directory of the Agent installation