Viewing Logging Information

After you add the data source to Team Studio, you can view logging information.

Connection attempts are logged on the Team Studio host in jetty.log. This file can be found at $CHORUS_HOME/shared/log/jetty.log.

To assist in debugging Kerberos issues, additional Kerberos logging can be generated by editing the chorus.properties and deploy.properties files.

Procedure

  1. Browse to the following locations
    $CHORUS_HOME/shared/chorus.properties
    $CHORUS_HOME/shared/ALPINE_DATA_REPOSITORY/configuration/deploy.properties
  2. In the java_options variable, add the following.
    -Dsun.security.krb5.debug=true

What to do next

When you are finished testing, you can remove this property.