cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1332
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

The log files do not provide enough information to troubleshoot an issue.

Resolution

To turn on and generate a debug file, perform this procedure:

1. Locate the log4j.properties file under the Subscriber Provisioning Console (SPC) INSTALL_DIR/webapps/dsspc/Web-INF/ directory.

2. Backup the log4j.properties file.

  For example:

  cp log4j.properties log4j.properties_orig


3. Edit the  log4j.properties file.

  Change log4j.rootLogger=WARN to log4j.rootLogger=DEBUG.

4. Restart the SPC and login.

5. Under the SPC INSTALL_DIR/logs directory, find the file called dsspc.log. Debug the statements appended to this file.

6. To turn debugging OFF, copy over the original backed up copy of the log4j.properties file, or modify the file as shown and then restart SPC:

  Change log4j.rootLogger=DEBUG to log4j.rootLogger=WARN.

Note: Do not run in debug mode for more than few minutes to troubleshoot.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: