Illegal path..when using Ephesoft and Nuxeo

Hi, We're using Nuxeo platform 7.4. In context we're trying to push metadata comming from Ephesoft in Nuxeo using CMIS. In CMIS I have this confifuration:

Cmis Root Folder Name: default-domain/workspaces/Projets/Remboursement Cmis Upload File Extension: pdf Cmis Server URL: http://localhost:8090/nuxeo/atom/cmis Cmis Server User Name: Administrator Cmis Server User Password: •••••••••••••••••••••••••••••••••••••••••••• Cmis Server Repository Id: default Cmis Server Switch ON/OFF: ON Aspect Switch:* OFF

That is the trace of server.log of the Nuxeo platform:

… ERROR [http-bio-127.0.0.1-8090-exec-31] [org.nuxeo.ecm.core.opencmis.bindings.DefaultErrorExtractor] Illegal path with empty component: /default-domain/workspaces/Projets/xxxReturn//BI42_DOC1.pdf org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException: Illegal path with empty component… "

In the trace Nuxeo add “//” in the root path.

We're try to install this one https://github.com/nuxeo/nuxeo-platform-document-routing, when using command sudo mvn clean install, Nuxeo.API and Nuxeo.Parent passed the compilation; but Nuxeo.Core raise an error (cause by dependancies).

Thanks for your help.

FILES:   img1.png   img2.png
0 votes

0 answers

1953 views

ANSWER

The exception is raised into SessionImpl.getNodeByPath

"nuxeo-core/nuxeo-core-storage-sql/nuxeo-core-storage-sql/src/main/java/org/nuxeo/ecm/core/storage/sql/SessionImpl.java"

11/03/2015