DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32701>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32701

           Summary: NPE in
                    org/apache/slide/store/ExtendStore.java:removeObjectHier
                    achyFromCache
           Product: Slide
           Version: Nightly
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: WebDAV Server
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If an error occurs when retrieving the root of the namespace ("/"),
ExtendStore.removeObjectHierachyFromCache() called from invalidateCacheUponError
will NPE.

java.lang.NullPointerException
        at
org.apache.slide.store.ExtendedStore.removeObjectHierachyFromCache(ExtendedStore.java:432)
        at
org.apache.slide.store.ExtendedStore.invalidateCacheUponError(ExtendedStore.java:1288)
        at 
org.apache.slide.store.ExtendedStore.createObject(ExtendedStore.java:644)
        at org.apache.slide.common.Namespace.loadBaseData(Namespace.java:839)
        at org.apache.slide.common.Domain.initNamespace(Domain.java:871)
        at org.apache.slide.common.Domain.init(Domain.java:447)
        at org.apache.slide.common.Domain.init(Domain.java:372)
        at org.apache.slide.common.Domain.init(Domain.java:335)
        at org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:252)
        at javax.servlet.GenericServlet.init(GenericServlet.java:256)
        at org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:191)

Patch for a safety check attached.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to