Re: Ubuntu 14.04 Tomcat 7.0.52 Solr 4.9 - org.apache.solr.common.SolrException: Invalid chunk header

2014-08-15 Thread mark12345
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

Re: Ubuntu 14.04 Tomcat 7.0.52 Solr 4.9 - org.apache.solr.common.SolrException: Invalid chunk header

2014-08-15 Thread Shawn Heisey
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

Ubuntu 14.04 Tomcat 7.0.52 Solr 4.9 - org.apache.solr.common.SolrException: Invalid chunk header

2014-08-14 Thread mark12345
I seem frequently getting the following exception in my Solr 4.9 logs, org.apache.solr.common.SolrException: Invalid chunk header. These exceptions still continue to happen even if I throttle my Solr requests. Does anyone have any suggestions on how to address or work-around his issue? I have