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 "Noble Paul (JIRA)" <ji...@apache.org> on 2009/06/04 08:20:07 UTC

[jira] Assigned: (SOLR-1200) NullPointerException when unloading an absent core

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

Noble Paul reassigned SOLR-1200:
--------------------------------

    Assignee: Noble Paul

> NullPointerException when unloading an absent core
> --------------------------------------------------
>
>                 Key: SOLR-1200
>                 URL: https://issues.apache.org/jira/browse/SOLR-1200
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>         Environment: java version "1.6.0_07"
>            Reporter: Peter Wolanin
>            Assignee: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-1200.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When I try to unload a core that does not exist (e.g. it has already been unloaded), Solr throws a NullPointerException
> java.lang.NullPointerException
>        at org.apache.solr.handler.admin.CoreAdminHandler.handleUnloadAction(CoreAdminHandler.java:319)
>        at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:125)
>        at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
>        at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:301)
>        at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:174)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>       ...

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