-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10, 8.1
-
Component/s: Annotations
-
Tags:
-
Sprint:nxfit 8.2.1
-
Story Points:5
How to reproduce:
- configure a multi-repository configuration as described in documentation Multiple+Repositories+Configuration (see attached ZIP file for a sample configuration template)
- in the second repository, create a Picture document
When redirected to the created document, an error page is displayed, with the following error in server.log:
Caused by: org.nuxeo.ecm.core.api.DocumentNotFoundException: /repo2-domain/workspaces/work/Pic 1 at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.resolvePath(SQLSession.java:184) at org.nuxeo.ecm.core.api.AbstractSession.resolveReference(AbstractSession.java:328) at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:938) at org.nuxeo.ecm.platform.annotations.repository.DefaultNuxeoUriResolver.translateToGraphURI(DefaultNuxeoUriResolver.java:99) at org.nuxeo.ecm.platform.annotations.proxy.AnnotationServiceProxy.getAnnotationsCount(AnnotationServiceProxy.java:186) at org.nuxeo.ecm.platform.annotations.jsf.component.AnnotationsActions.getAnnotationsCount(AnnotationsActions.java:78)