You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Thomas Mueller (JIRA)" <ji...@apache.org> on 2011/05/13 10:24:47 UTC

[jira] [Updated] (JCR-2969) FileDataStore garbage collection can throw a NullPointerException if there is I/O problem

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

Thomas Mueller updated JCR-2969:
--------------------------------

      Component/s: jackrabbit-core
         Priority: Minor  (was: Major)
    Fix Version/s: 2.3.0

> FileDataStore garbage collection can throw a NullPointerException if there is I/O problem
> -----------------------------------------------------------------------------------------
>
>                 Key: JCR-2969
>                 URL: https://issues.apache.org/jira/browse/JCR-2969
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> The FileDataStore can throw a NPE when doing garbage collection, if there is file I/O problem (for example an access rights problem). The reason is that it doesn't check if File.list / listFiles returns null. Stack trace:
> Exception in thread "Thread-461" java.lang.NullPointerException
> 	at org.apache.jackrabbit.core.data.FileDataStore.deleteOlderRecursive(FileDataStore.java:334)
> 	at org.apache.jackrabbit.core.data.FileDataStore.deleteOlderRecursive(FileDataStore.java:328)
> 	at org.apache.jackrabbit.core.data.FileDataStore.deleteOlderRecursive(FileDataStore.java:328)
> 	at org.apache.jackrabbit.core.data.FileDataStore.deleteOlderRecursive(FileDataStore.java:328)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira