You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Jeff V. (JIRA)" <ji...@apache.org> on 2007/08/20 22:45:30 UTC

[jira] Created: (NUTCH-542) Null Pointer Exception on getSummary when segment no longer exists

Null Pointer Exception on getSummary when segment no longer exists
------------------------------------------------------------------

                 Key: NUTCH-542
                 URL: https://issues.apache.org/jira/browse/NUTCH-542
             Project: Nutch
          Issue Type: Bug
          Components: searcher
    Affects Versions: 0.9.0
         Environment: ubuntu, tomcat5.5
            Reporter: Jeff V.
            Priority: Minor


If the index refers to a search result in a given segment, but that segment directory does not exist (has been deleted for some reason) the search.jsp will return a completely blank page because a Null Pointer Exception is being thrown from getSummary. At the very least it would be nice to get a more friendly log message such as "segment doesn't exist". But ideally the search should continue with just omitting the non-existent results.

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