You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/05/04 19:50:30 UTC

[jira] Resolved: (SOLR-1141) NullPointException during creating snapshot

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

Shalin Shekhar Mangar resolved SOLR-1141.
-----------------------------------------

    Resolution: Fixed

Committed revision 771378.

I also removed the custom file copy method with FileUtils.copyFileToDirectory method.

> NullPointException during creating snapshot
> -------------------------------------------
>
>                 Key: SOLR-1141
>                 URL: https://issues.apache.org/jira/browse/SOLR-1141
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 1.3
>            Reporter: Noble Paul
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: SOLR-1141.patch, SOLR-1141.patch, SOLR-1141.patch
>
>
> If there is no new document added since the last snapshot is created, the request solr/replication?command=snapshoot 
> a NPE is thrown
> {code:xml} 
> <?xml version="1.0" encoding="UTF-8"?> 
> <response> 
> <lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">8</int>
> </lst>
> <str name="exception">java.lang.NullPointerException:java.lang.NullPointerException</str> 
> </response> 
> {code}
> mail thread: http://markmail.org/thread/kthwzs7kgd3ino5t

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