-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2023.17
-
Fix Version/s: None
-
Component/s: Nuxeo Drive, Web UI
-
Tags:
In a Docker Compose-based deployment, if I install Nuxeo Drive via the `NUXEO_PACKAGES` environment variable all works ok. If I install it via building a custom Docker image, it breaks the "Sync" action. NB: Direct Edit is still ok. Note that I am not saying that the custom build is the problem, in both examples I'm using a custom image. But installing Nuxeo Drive at build time seems to be a problem.
The error is:
Caused by: java.lang.NullPointerException: Cannot invoke "org.nuxeo.ecm.core.cache.Cache.get(String)" because the return value of "org.nuxeo.drive.service.impl.NuxeoDriveManagerImpl.getSyncRootCache()" is null
I will provide a reproducible setup.