Re: IOException occured when talking to solr server

2014-12-22 Thread Shawn Heisey
On 12/22/2014 5:27 AM, Aditya wrote: > I am getting following error. Could anyone throw me some light on it. I am > accessing Solr via Solrj, when there is more load on the server i am > getting this error. Is there any way to overcome this situitation. > > org.apache.solr.client.solrj.SolrServerEx

Re: IOException occured when talking to solr server

2014-12-22 Thread Alexandre Rafalovitch
Could be the size of pool of listeners if this happens only under load. That's a pure Tomcat setting, look for it there. But look for the exception in the logs first, it may give better clues. Regards, Alex. Sign up for my Solr resources newsletter at http://www.solr-start.com/ On 22 De

Re: IOException occured when talking to solr server

2014-12-22 Thread Tomoko Uchida
Hi, > org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost/solr Clearly it is server side problem, so client SolrJ logs are not helpful. You should check Tomcat and Solr error logs and look for cause of the load. Best, Tomoko 2014-12-22 21:27 GMT+09:0

IOException occured when talking to solr server

2014-12-22 Thread Aditya
Hello all I am getting following error. Could anyone throw me some light on it. I am accessing Solr via Solrj, when there is more load on the server i am getting this error. Is there any way to overcome this situitation. org.apache.solr.client.solrj.SolrServerException: IOException occured when t