[ https://issues.apache.org/jira/browse/NUTCH-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris A. Mattmann resolved NUTCH-812. ------------------------------------- Fix Version/s: 1.1 Resolution: Fixed - fixed in r935453. Thanks, Phil and Andrzej! > 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.