Hi,

I am using Nutch 1.5.1 with SOLR 3.6.  I am getting an IOException error while 
deduping. The error in Hadoop.log file is as below. This looks like the Nutch 
error: NUTCH-1251<https://issues.apache.org/jira/browse/NUTCH-1251>. It says 
that the fixed version is in 1.6. Just wanted to confirm that it is this 
particular error. Also wanted to find out where to download the version 1.6. It 
is not available in any of the mirror sites such as:
http://www.carfab.com/apachesoftware/nutch/

Thanks in advance.



java.io.IOException: org.apache.solr.client.solrj.SolrServerException: Error 
executing query
        at 
org.apache.nutch.indexer.solr.SolrDeleteDuplicates$SolrInputFormat.getRecordReader(SolrDeleteDuplicates.java:236)
        at 
org.apache.hadoop.mapred.MapTask$TrackedRecordReader.<init>(MapTask.java:197)
        at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:418)
        at org.apache.hadoop.mapred.MapTask.run(MapTask.java:372)
        at 
org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:212)
Caused by: org.apache.solr.client.solrj.SolrServerException: Error executing 
query
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:95)
        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
        at 
org.apache.nutch.indexer.solr.SolrDeleteDuplicates$SolrInputFormat.getRecordReader(SolrDeleteDuplicates.java:234)
        ... 4 more
Caused by: org.apache.solr.common.SolrException: Internal Server Error

Internal Server Error

request: http://vmdev02:8080/solr/nutch/select?q=id:[* TO 
*]&fl=id,boost,tstamp,digest&start=0&rows=3032&wt=javabin&version=2
        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:430)
        at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244)
        at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)

Reply via email to