Hi I tried to inject a url with : bin/nutch inject crawl/crawldb urls Then I try to see if injection succeed with: bin/nutch readdb crawl/crawldb -stats
I got the following Exception: CrawlDb statistics start: crawl/crawldb Statistics for CrawlDb: crawl/crawldb Exception in thread "main" java.lang.NullPointerException at org.apache.nutch.crawl.CrawlDbReader.processStatJob(CrawlDbReader.java:352) at org.apache.nutch.crawl.CrawlDbReader.main(CrawlDbReader.java:502) I also tried: bin/nutch readdb crawl/crawldb -dump dump but the dumped file is empty. Did I do anything wrong? Any advice is appreciated. Paul

