Issue (View Online)

Key: NXP-626
Issue Type: Bug Bug
Status: Resolved Resolved
Priority: Major Major
Resolution: Fixed
Assignee: Bogdan Stefanescu
Reporter: Anahide Tchertchian

Operations

View all
View comments
View history
Cannot redirect to an archived document 
Updated: 23/04/07 12:49   Created: 15/02/07 09:54  

The following issue has been resolved as FIXED.

Project: Nuxeo Enterprise Platform 5
Components: JCRConnector
Affects Versions: 5.0 RC
Fix Versions: 5.1 M2

 Description   
Trying to redirect to a valid document id which is frozen:

09:41:15,296 ERROR [ClientException] ClientException created...
org.nuxeo.ecm.core.api.ClientException: Failed to get document bab6cd95-4f05-479f-9373-02a8bb8aa254
        at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:613)

...

Caused by: org.nuxeo.ecm.core.security.SecurityException: Failed to get merged acp
        at org.nuxeo.ecm.core.jcr.JCRSecurityManager.getMergedACP(JCRSecurityManager.java:107)
        at org.nuxeo.ecm.core.jcr.JCRSecurityManager.getAccess(JCRSecurityManager.java:79)
        at org.nuxeo.ecm.core.security.SecurityService.checkPermissionForUser(SecurityService.java:119)
        at org.nuxeo.ecm.core.security.SecurityService.checkPermission(SecurityService.java:94)
        at org.nuxeo.ecm.core.api.AbstractSession.hasPermission(AbstractSession.java:266)
        at org.nuxeo.ecm.core.api.AbstractSession.checkPermission(AbstractSession.java:205)
        at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:610)
        ... 207 more
Caused by: org.nuxeo.ecm.core.model.DocumentException: Failed to get parent for document /
        at org.nuxeo.ecm.core.jcr.JCRDocument.getParent(JCRDocument.java:152)
        at org.nuxeo.ecm.core.jcr.JCRSecurityManager.getInheritedACLs(JCRSecurityManager.java:432)
        at org.nuxeo.ecm.core.jcr.JCRSecurityManager.getMergedACP(JCRSecurityManager.java:90)
        ... 213 more
Caused by: javax.jcr.ItemNotFoundException: root node doesn't have a parent
        at org.apache.jackrabbit.core.NodeImpl.getParent(NodeImpl.java:1737)
        at org.nuxeo.ecm.core.jcr.ModelAdapter.getParentNode(ModelAdapter.java:63)
        at org.nuxeo.ecm.core.jcr.JCRDocument.getParent(JCRDocument.java:146)
        ... 215 more

This message was automatically generated by Atlassian JIRA Enterprise Edition, Version: 3.7.2-186 - Bug/feature request.
If you think it was sent incorrectly, contact one of this server's administrators.

_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to