Re: SolrJ 4.10.0 errors

2014-09-08 Thread Guido Medina
Hi Shawn, I try to fix the problem with original jars and now just discovered it happens only with SolrJ client when doing a soft commit with the following method call signature: solr.commit(false, false, true); Where solr is an HttpSolrServer initialized at the beginning of the

SolrJ 4.10.0 errors

2014-09-05 Thread Guido Medina
Hi, I have upgraded to from Solr 4.9 to 4.10 and the server side seems fine but the client is reporting the following exception: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: solr_host.somedomain at

Re: SolrJ 4.10.0 errors

2014-09-05 Thread Guido Medina
Sorry I didn't give enough information so I'm adding to it, the SolrJ client is on our webapp and the documents are getting indexed properly into Solr, the only problem we are seeing is that with SolrJ 4.10 once Solr server response comes back it seems like SolrJ client doesn't know what to

Re: SolrJ 4.10.0 errors

2014-09-05 Thread Shawn Heisey
On 9/5/2014 3:50 AM, Guido Medina wrote: Sorry I didn't give enough information so I'm adding to it, the SolrJ client is on our webapp and the documents are getting indexed properly into Solr, the only problem we are seeing is that with SolrJ 4.10 once Solr server response comes back it seems