Oracle Waveset 8.1.1 Resources Reference

Troubleshooting

Use the Waveset debug pages to set trace options on the com.waveset.adapter.SmartRolesResourceAdapter class.

You can also enable DEBUG logging in the SmartRoles APIs by editing the log4j.properties file that is configured in your JVM’s system properties.

ProcedureEnabling DEBUG Logging in SmartRoles APIs

  1. Ensure that the log4j.appender.debuglog.File and log4j.appender.logfile.File properties are set to a valid file path.

  2. Set the log4j.logger.bridgestream property to DEBUG as follows:


    log4j.logger.bridgestream=DEBUG
  3. You must then restart your server for these log settings to take effect.