You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Markus Jelsma (JIRA)" <ji...@apache.org> on 2018/07/03 12:23:00 UTC

[jira] [Created] (NUTCH-2614) NPE in CrawlDbReader

Markus Jelsma created NUTCH-2614:
------------------------------------

             Summary: NPE in CrawlDbReader
                 Key: NUTCH-2614
                 URL: https://issues.apache.org/jira/browse/NUTCH-2614
             Project: Nutch
          Issue Type: Bug
          Components: crawldb
    Affects Versions: 1.15
            Reporter: Markus Jelsma
             Fix For: 1.15


Got this in master:

{code}
Exception in thread "main" java.lang.NullPointerException
        at org.apache.nutch.crawl.CrawlDbReader.processStatJob(CrawlDbReader.java:555)
        at org.apache.nutch.crawl.CrawlDbReader.run(CrawlDbReader.java:914)
        at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
        at org.apache.nutch.crawl.CrawlDbReader.main(CrawlDbReader.java:980)
{code}

Not sure why it happens or which commit caused the problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)