Errors filling up nohup.stderr
search cancel

Errors filling up nohup.stderr

book

Article ID: 425741

calendar_today

Updated On:

Products

Workload Automation Agent

Issue/Introduction

The nohup.stderr is filling up with errors including "Ignore disabled cipher suite". Need to periodically restart agent to clear. 

Environment

Workload Automation Agent

Cause

The Java Secure Socket Extension (JSSE) debugging parameter is enabled for the agent in agentparm.txt file:
 
javax.net.debug=all

Resolution

 If JSSE debugging is no longer required, disable or comment out the following parameter in agentparm.txt and then restart the agent.
 
#javax.net.debug=all
 
Note that the parameter is required for debugging purposes and is working as expected .