AWI Tracing Configuration and Log Collection on legacy versions (21.0 and earlier)
book
Article ID: 89181
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
CA Automic One Automation
Issue/Introduction
This article explains how to set up trace for the AWI component for versions 21.0 and earlier
For instructions on turning traces for v24 and higher, use the following article: Setting Tracing within the AWI for v24
Environment
Automic Automation versions 21.0 and prior
Resolution
To set tracing for the AWI for legacy versions (12.x and 21.0):
- Modify your uc4config.xml for AE Client Trace:
-- Located at <Apache Tomcat Installation>/webapps/<ECC Name>/config/uc4config.xml
Change the line reading:
<trace count="10" xml="0"></trace>
to
<trace count="10" xml="3"></trace>
- Modify your logback.xml for Tomcat Trace:
-- Located at <Apache Tomcat Installation>/webapps/<ECC Name>/config/logback.xml
Change the line reading:
<root level="INFO">
to
<root level="TRACE">
- Backup your current Tomcat log directory (<Apache Tomcat Installation>/logs) in case the error is not easily reproducible.
- Remove contents of log directory.
- Restart the Tomcat Server.
- Set any Automation Engine tracing as recommended by support.
- Replicate the issue.
- Stop the Tomcat Server.
- Change the values back to original settings in steps 1 & 2.
- Zip the contents of the log directory (and any Automation Engine tracing recommended) and send to Automic Support.
- Restart the Tomcat Server.
Feedback
thumb_up
Yes
thumb_down
No