Troubleshooting
AM can capture information in debug log files that are useful when troubleshooting AM problems. Debug Logging describes how to enable debug logging after AM has been started.
It is also possible to capture debug logs while installing AM. This can be useful if you need to troubleshoot an installation problem.
Follow these steps to capture debug logs while installing AM on Tomcat:
If Tomcat is already started, stop it.
Specify the
-Dcom.iplanet.services.debug.level=message
option in theCATALINA_OPTS
environment variable:$
export CATALINA_OPTS=-Dcom.iplanet.services.debug.level=message
There are several ways that you can specify the
CATALINA_OPTS
environment variable. You can set the variable:In the
/path/to/tomcat/bin/setenv.sh
fileIn the login shell of the user who runs Tomcat
Run the AM installation. Debug log files containing troubleshooting information appear in the
/path/to/openam/var/debug
directory.When you have completed AM installation and no longer need to capture debug logs, stop Tomcat, revert the debug logging options, and restart Tomcat.