Re: NoHttpResponseException using Solrj to index

2012-10-02 Thread Otis Gospodnetic
You need to add the jar with that missing class to the startup command line. Otis -- Performance Monitoring - http://sematext.com/spm On Oct 2, 2012 5:42 PM, "Rui Vaz" wrote: > Hey I am trying to make a simple application using solrj to index > documents. > I used the start.jar to start the Solr

NoHttpResponseException using Solrj to index

2012-10-02 Thread Rui Vaz
Hey I am trying to make a simple application using solrj to index documents. I used the start.jar to start the Solr,. When I try to index a document to Solr I get the following exception: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/NoHttpResponseException The except