Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use the The information in this page can be used to help troubleshoot LDAP issues.

...

Debugging

You have to edit the $CATALINA_HOME/conf/logging.properties file. 

Insert the following lines (in blue):

...

Enabling UI Service LDAP Trace

To enable trace logging edit the UI service log4j configuration file : /app/ui/MonTier-UI/lib/log4j2.xml

Change the "MNTR_CUSTOM_ROLES" logger to level="trace" as describe below :

Code Block
languagexml
themeRDark
<Logger name="MNTR_CUSTOM_ROLES" level="trace" additivity="false">
		<AppenderRef ref="LDAPLOG"/>
</Logger>


The output log file will be created in the UI service log directory : /logs/ui with the name ldapLog.log

Common Issues

Referrals

You might get the following error message:

...