You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/09/13 15:27:57 UTC

[jira] Updated: (SLING-220) NPE when requesting content with selector

     [ https://issues.apache.org/jira/browse/SLING-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-220:
------------------------------------

    Component/s:     (was: JCR Resource)
                 JCR

> NPE when requesting content with selector
> -----------------------------------------
>
>                 Key: SLING-220
>                 URL: https://issues.apache.org/jira/browse/SLING-220
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 3
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When requesting a certain resource (e.g. http://localhost:5002//content/test/contacts.navimage.jpg) a NullPointerException may be thrown by the JcrResourceResolver.getResourceInternal method when trying to go back up the ResourceProviderEntry tree.
> Stacktrace:
> java.lang.NullPointerException
>    at org.apache.sling.jcr.resource.internal.JcrResourceResolver.getResourceInternal(JcrResourceResolver.java:360)
>    at org.apache.sling.jcr.resource.internal.JcrResourceResolver.getResource(JcrResourceResolver.java:137)
>    at org.apache.sling.servlet.resolver.SlingServletResolver.getServletAt(SlingServletResolver.java:322)
>    at org.apache.sling.servlet.resolver.SlingServletResolver.resolveServlet(SlingServletResolver.java:145)
>   ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.