On 8/15/2014 12:32 AM, mark12345 wrote: > I am pretty sure I have resolved this issue down to the HttpClient version > SolrJ was using. > > The SolrJ 4.9.0 Maven Library (org.apache.solr:solr-solrj) has a dependency > on HttpClient version org.apache.httpcomponents:httpclient 4.3.1, however I > had explicitly declared another version org.apache.httpcomponents:httpclient > 4.2.2. > > Since I have changed my Maven (pom.xml) configuration to use the HttpClient > library version 4.3.1, I have yet to see this error. > > Just a side note, I have tested against the Tomcat Connector configuration I > have given above (Nothing fancy required).
Very glad you've solved your issue. I'm betting there's a bug in the 4.2.2 version of HttpClient that affects SolrJ. Solr never depended on HttpClient 4.2.2. In February of 2013, the dependency jumped from 4.1.3 to 4.2.3, then later to 4.2.6. The last jump (in January of this year) was to 4.3.1. That went out with the Solr 4.7 release. Thanks, Shawn