Unique Constraint During Synchronization

Using v21.3.

I'm fairly new to Appian.

While tailing the tomcat log, I see when the ObjectSynchronizer runs, I get the following:

... WARN com.appiancorp.common.ObjectSynchronizer - 1 services were missing users.
... ERROR org.hibernate.util.JDBCExceptionReporter - ORA-00001: unique constraint ([constraint name]) violated

I am attempting to see the actual sql causing the issue.

I modified appian_log4j.properties as follows:
from "log4j.logger.com.appiancorp.common.ObjectSynchronizer=INFO"
to "log4j.logger.com.appiancorp.common.ObjectSynchronizer=DEBUG"

However, the tomcat log file does not produce any additional entries.

Is a restart required?

Would the debug entries be written to a different file?

Is there another logger that needs to be modified?

Any help would be appreciated.

  Discussion posts and replies are publicly visible

Parents Reply Children