You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2010/04/19 07:12:50 UTC

[jira] Work started: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

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

Work on NUTCH-812 started by Chris A. Mattmann.

> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

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