You can check the following log files for errors:
These files are located in the <CCA_Server_install_directory>/logs directory. If you installed in the default directory, they are in the following locations:
The CA Configuration Automation Server logging configuration file, log4j.xml, controls the type of messages (error, warning, or information) displayed in the server console or log file. You may want to edit the file to view more types of messages than the default setting. The default setting is to send error messages only to a log file:
log4j.rootCategory=ERROR, LOGFILE
If you used the recommended default location to install the CA Configuration Automation Server, the server logging configuration file is located in the following directories:
You can modify the log4j.xml file to display other messages as follows:
log4j.rootCategory=WARN, LOGFILE
log4j.rootCategory=INFO, LOGFILE
You can also change or add to the LOGFILE parameter if you want the messages to appear on the console only or in addition to the log file.
log4j.rootCategory=ERROR, CONSOLE
log4j.rootCategory=ERROR, LOGFILE, CONSOLE
By default, the messages go to a file called cca.log in the <CCA_Server_Installation_Directory>/logs directory unless you specify a different log file name in the log4j.xml file.
|
Copyright © 2013 CA.
All rights reserved.
|
|