You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/04/20 11:40:18 UTC

[jira] Commented: (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:comment-tabpanel&focusedCommentId=12858760#action_12858760 ] 

Hudson commented on NUTCH-812:
------------------------------

Integrated in Nutch-trunk #1129 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/1129/])
    - fix for NUTCH-812 Crawl.java incorrectly uses the Generator API resulting in NPE


> 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
>             Fix For: 1.1
>
>
> 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.