You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Jörg Hoh (JIRA)" <ji...@apache.org> on 2018/08/22 20:16:00 UTC

[jira] [Created] (OAK-7714) iAdd owern of a session to the message of PathNotFoundException

Jörg Hoh created OAK-7714:
-----------------------------

             Summary: iAdd owern of a session to the message of PathNotFoundException
                 Key: OAK-7714
                 URL: https://issues.apache.org/jira/browse/OAK-7714
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: jcr
    Affects Versions: 1.8.3
            Reporter: Jörg Hoh


When I get such exceptions:

{code}
Caused by: javax.jcr.PathNotFoundException: /content/somepath/
        at org.apache.jackrabbit.oak.jcr.session.SessionImpl.getItem(SessionImpl.java:362)
        at com.adobe.granite.repository.impl.CRX3SessionImpl.getItem(CRX3SessionImpl.java:168) 
{code}

it is not always obvious if this path exists at all or if it's just not available to the session; and if it's the later it would also be beneficial if some indication about the session (especially the user) would be given to speedup the problem analysis.





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)