[ https://issues.apache.org/jira/browse/NUTCH-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrzej Bialecki updated NUTCH-812: ------------------------------------ Affects Version/s: 1.1 Priority: Critical (was: Major) > 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 > 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. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira