When a CSV is loaded at init time for a directory, duplicate entries cause an error but the message doesn't mention the directory name, just the duplicate entry id.
ERROR [localhost-startStop-1] [org.nuxeo.runtime.model.impl.RegistrationInfoImpl] Component service:org.nuxeo.ecm.directory.DirectoryServiceImpl notification of application started failed: Entry with id MyDuplicateEntryId already exists org.nuxeo.ecm.directory.DirectoryException: Entry with id MyDuplicateEntryId already exists at org.nuxeo.ecm.directory.sql.SQLSession.createEntry(SQLSession.java:207) at org.nuxeo.ecm.directory.DirectoryCSVLoader.loadData(DirectoryCSVLoader.java:110) at org.nuxeo.ecm.directory.sql.SQLDirectory.getSession(SQLDirectory.java:266) at org.nuxeo.ecm.directory.DirectoryServiceImpl.applicationStarted(DirectoryServiceImpl.java:85) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.notifyApplicationStarted(RegistrationInfoImpl.java:331)
- is related to
-
NXS-1548 Check for duplicate entries in Users & Groups feature
- Open