shantharam anandkumar created NUTCH-1579:
--------------------------------------------
Summary: NPE when using solr indexing
Key: NUTCH-1579
URL: https://issues.apache.org/jira/browse/NUTCH-1579
Project: Nutch
Issue Type: Bug
Components: crawldb
Affects Versions: 2.4
Environment: MacOS
Reporter: shantharam anandkumar
Fix For: 2.1
NPE while running crawl with solar
here is command
bin/nutch crawl urls/ -solr http://localhost:8983/solr -depth 3 -topN 20
Exception in thread "main" java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at org.apache.hadoop.conf.Configuration.set(Configuration.java:438)
at
org.apache.nutch.indexer.IndexerJob.createIndexJob(IndexerJob.java:129)
at
org.apache.nutch.indexer.solr.SolrIndexerJob.run(SolrIndexerJob.java:44)
at org.apache.nutch.crawl.Crawler.runTool(Crawler.java:69)
at org.apache.nutch.crawl.Crawler.run(Crawler.java:194)
at org.apache.nutch.crawl.Crawler.run(Crawler.java:252)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.nutch.crawl.Crawler.main(Crawler.java:261)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira