How to get debug logs of opensso Configurator
It is easy to configure an already existing opensso system to run in
'debug' mode, but what if the system is being configured and you want
to view the debug traces of opensso? There is a way to do that in
OpenSSO.
It is always useful to get the debug information of the configurator especially if the things are not moving well, When you have occasional problems with OpenSSO configurator, just add the following JVM options in to your containers JVM.
-
com.iplanet.services.debug.directory=/tmp/debug
- com.iplanet.services.debug.level=message
For instance on GFv2 and GFv2 EE
following commands set these options
*/opt/as91u1ee-28080/bin/asadmin create-jvm-options --port 24848 --user admin "\-Dcom.iplanet.services.debug.directory=/tmp/debug"
*/opt/as91u1ee-28080/bin/asadmin create-jvm-options --port 24848 --user admin "\-Dcom.iplanet.services.debug.level=message"
That is it, start the configurator, you can see the debug level messages thrown by OpenSSO Configurator
under the /tmp/debug directory