-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.2-SNAPSHOT
-
Fix Version/s: 5.9.1
-
Component/s: Authentication
-
Tags:
Since recent changes (either NXP-13335 or NXP-13326), the login-digest module is not part of the CAP default distribution, so this is triggering an error at startup:
[org.nuxeo.ecm.directory.DirectoryServiceImpl] schema not found: digestauth org.nuxeo.ecm.directory.DirectoryException: schema not found: digestauth at org.nuxeo.ecm.directory.sql.SQLDirectory.<init>(SQLDirectory.java:171) at org.nuxeo.ecm.directory.sql.SQLDirectoryProxy.getDirectory(SQLDirectoryProxy.java:50) at org.nuxeo.ecm.directory.sql.SQLDirectoryProxy.getName(SQLDirectoryProxy.java:62) at org.nuxeo.ecm.directory.DirectoryServiceImpl.applicationStarted(DirectoryServiceImpl.java:64) at org.nuxeo.runtime.model.impl.RegistrationInfoImpl.notifyApplicationStarted(RegistrationInfoImpl.java:332)
This problem is visible in CAP (not DM, where login-digest is present)