Enable Hazelcast debug to determine cluster related issues in WebUI (WCC)
book
Article ID: 388108
calendar_today
Updated On:
Products
Autosys Workload Automation
Issue/Introduction
Steps to enable Hazelcast debug to determine cluster related issues in WebUI (WCC) during collector and main application connection issues, OR for communication issues between WebUI nodes
Environment
AutoSys Workload Automation
Resolution
Backup two files first
<CA_WCC_INSTALL_LOCATION>/tomcat/conf/log4j2.xml and
Edit the original file, <CA_WCC_INSTALL_LOCATION>/tomcat/conf/log4j2.xml and uncomment the line below <!-- <Logger name="com.hazelcast" level="DEBUG" /> -->
it should look like
<Logger name="com.hazelcast" level="DEBUG" />
Save the file
Edit the original file, <CA_WCC_INSTALL_LOCATION>/collectors/WCC_COLLECTOR/conf/log4j2.xml and look for <Loggers>
ADD a line right below the line <Loggers>
<Logger name="com.hazelcast" level="DEBUG" />
It should now look something like:
<Loggers>
<Logger name="com.hazelcast" level="DEBUG" />
<!-- Reduce the apache logging -->
Save the file
Restart CA-wcc-services
CA-wcc.log and WCC-COLLECTOR.log now would contain the necessary hazelcast logging that helps troubleshoot issues
To disable the debug, restore the backup log4j2.xml files above from step#1 and restart CA-wcc-services