Hi, Been doing a bit of experimenting earlier and have ended up testing different dependencies to get the configuration right. I got the following output when attempting to index to the newest distribution of Solandra [1]. I've upgraded the SolrJ dependency in Nutch to 3.3.0 and the slf4j-log4j12 to 1.6.1, however I'm still getting the error as below. Any ideas? Thank you
Additionally has anyone been using this set up? And if so how have you found it? [1] https://github.com/tjake/Solandra 2011-09-30 19:48:04,572 INFO solr.SolrIndexer - SolrIndexer: starting at 2011-09-30 19:48:04 ... more output ... 2011-09-30 19:49:24,417 INFO solr.SolrWriter - Adding 1 documents 2011-09-30 19:49:24,575 WARN mapred.LocalJobRunner - job_local_0001 org.apache.solr.common.SolrException: Not Found Not Found request: http://0.0.0.0:8983/update?wt=javabin&version=2 at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:436) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:245) at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:105) at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:49) at org.apache.nutch.indexer.solr.SolrWriter.close(SolrWriter.java:93) at org.apache.nutch.indexer.IndexerOutputFormat$1.close(IndexerOutputFormat.java:48) at org.apache.hadoop.mapred.ReduceTask.runOldReducer(ReduceTask.java:474) at org.apache.hadoop.mapred.ReduceTask.run(ReduceTask.java:411) at org.apache.hadoop.mapred.LocalJobRunner$Job.run(LocalJobRunner.java:216) 2011-09-30 19:49:25,187 ERROR solr.SolrIndexer - java.io.IOException: Job failed! -- *Lewis*

