Re: IOException occured when talking to server

2020-08-17 Thread Dominique Bejean
ks for the reply. >>> We're using solr 8.3.1, ZK 3.5.6 >>> The stacktrace is below. >>> The address on the first line " >>> http://192.168.15.10:888/solr/mycollection"; is the "server" address in >>> my nginx configuration, wh

Re: IOException occured when talking to server

2020-08-17 Thread Odysci
The address on the first line "http://192.168.15.10:888/solr/mycollection"; >> is the "server" address in my nginx configuration, which points to 2 >> upstream solr nodes. There were no other solr or ZK messages in the logs. >>

Re: IOException occured when talking to server

2020-08-17 Thread Dominique Bejean
;> The stacktrace is below. >>> The address on the first line " >>> http://192.168.15.10:888/solr/mycollection"; is the "server" address in >>> my nginx configuration, which points to 2 upstream solr nodes. There were >>> no other solr o

Re: IOException occured when talking to server

2020-08-17 Thread Dominique Bejean
s. There were no other solr or ZK messages in the logs. >> >> StackTrace: >> (Msg = IOException occured when talking to server at: >> http://192.168.15.10:888/solr/mycollection) >> org.apache.solr.client.solrj.SolrServerException: IOException occured >&g

Re: IOException occured when talking to server

2020-08-17 Thread Dominique Bejean
olr or ZK messages in the logs. > > StackTrace: > (Msg = IOException occured when talking to server at: > http://192.168.15.10:888/solr/mycollection) > org.apache.solr.client.solrj.SolrServerException: IOException occured when > talki

Re: IOException occured when talking to server

2020-08-17 Thread Odysci
olr or ZK messages in the logs. StackTrace: (Msg = IOException occured when talking to server at: http://192.168.15.10:888/solr/mycollection) org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://192.168.15.10

Re: IOException occured when talking to server

2020-08-17 Thread Dominique Bejean
ad balancer > between my application server and the solr nodes. The response time > remained almost the same but we started getting the msg: > > IOException occured when talking to server http://myserver > > every minute or so (very randomly but consistently). Since our

IOException occured when talking to server

2020-08-16 Thread Odysci
solr nodes. The response time remained almost the same but we started getting the msg: IOException occured when talking to server http://myserver every minute or so (very randomly but consistently). Since our code will just try again after a few milliseconds, the overall system continues to

Re: solrQuery exception : org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://solrIP:8983/solr

2020-04-11 Thread Jörn Franke
t.solrj.SolrServerException: IOException occured when > talking to server at: https://solrIP:8983/solr"; > Am i missing a configuration or step somewhere to let tomcat to communicate > with solr ? > Can tomcat access SSL Solr directly ? or do i have to set up more > configur

solrQuery exception : org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: https://solrIP:8983/solr

2020-04-11 Thread six23
OException occured when talking to server at: https://solrIP:8983/solr"; Am i missing a configuration or step somewhere to let tomcat to communicate with solr ? Can tomcat access SSL Solr directly ? or do i have to set up more configuration on tomcat ? Any advice would be appreciated. Thanks

IOException occured when talking to server

2015-09-10 Thread ku3ia
Hi all! Sometimes, in logs is this ERROR: ERROR - 2015-09-10 11:52:19.940; org.apache.solr.common.SolrException; org.apache.solr.common.SolrException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://x.x.x.x:8080/solr/corename_shard1_replica1

Re: IOException occured when talking to server

2014-11-21 Thread Erick Erickson
> >> We used Solr4.6 for search and there was a exception occured randomly. >> The exception message in application(use SolrJ) was : >> >> org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: >> org.apache.solr.client.solrj.So

Re: IOException occured when talking to server

2014-11-21 Thread Alexandre Rafalovitch
in application(use SolrJ) was : > > org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: > org.apache.solr.client.solrj.SolrServerException: IOException occured > when talking to server at: http://192.168.xxx.xxx:8080/solr > at > org.apache.so

IOException occured when talking to server

2014-11-21 Thread 馬 飛虎
Hi We used Solr4.6 for search and there was a exception occured randomly. The exception message in application(use SolrJ) was : org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at

Re: SolrCloud: IOException occured when talking to server at

2013-05-14 Thread heaven
ll go down (by any reason) could cause troubles. Best, Alex -- View this message in context: http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-tp4061831p4063161.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread Shawn Heisey
On 5/10/2013 1:06 PM, heaven wrote: Again, just finished reindexing, server utilization was about 5-10%, I started index optimization. As result I now lost (again) entire index, got a lot of errors, they are appear so fast and contain 0 useful information.

Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread heaven
/lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-tp4061831p4062434.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread heaven
oad average is rarely above 1.5 even during busy times. Overall CPU utilization normally peaks at about 15 percent. Thanks, Shawn *If you reply to this email, your message will be added to the discussion below:* http://lucene.472066.n3.nabble.com/ColrCloud-IOException-oc

Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread Shawn Heisey
On 5/10/2013 2:00 AM, heaven wrote: > UPD: > Forget to confirm, we're using Solr 4.2.1 and will wait for Solr 4.3.1 or > for 4.4 as you advised. Solr 4.2.1 should be pretty stable. You mentioned on the previous message that your server load is below 16. This is very high. What is your CPU utili

Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread heaven
UPD: Forget to confirm, we're using Solr 4.2.1 and will wait for Solr 4.3.1 or for 4.4 as you advised. -- View this message in context: http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-tp4061831p4062235.html Sent from the Solr - User mailing

Re: SolrCloud: IOException occured when talking to server at

2013-05-10 Thread heaven
ion improved now and number of errors decreased, only a few errors since yesterday: a few forwarding update to http://208.85.150.171:8090/solr/crm-prod/ failed - retrying ... and a few of IOException occured when talking to server at: http://208.85.150.171:8081/solr/crm-prod on both shards

Re: SolrCloud: IOException occured when talking to server at

2013-05-09 Thread Shawn Heisey
On 5/9/2013 7:31 AM, heaven wrote: > Can confirm this lead to data loss. I have 1217427 records in database and > only 1217216 indexed. Which does mean that Solr gave a successful response > and then did not added some documents to the index. > > Seems like SolrCloud is not a production-ready solu

Re: ColrCloud: IOException occured when talking to server at

2013-05-09 Thread heaven
in the Solr wiki about that. -- View this message in context: http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-tp4061831p4061847.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: ColrCloud: IOException occured when talking to server at

2013-05-09 Thread heaven
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220) 65 at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208) 66 at java.lang.Thread.run(Thread.java:679) -- View this message in context: http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when

Re: ColrCloud: IOException occured when talking to server at

2013-05-09 Thread heaven
nough resources, etc. But anyway it should not cause anything like that. The worst scenario there should be is a timeout error, when Solr not responding and my queue processors could handle that and resend a request after a while. -- View this message in context: http://lucene.472066.n3.nabble.com

ColrCloud: IOException occured when talking to server at

2013-05-09 Thread heaven
e.com/file/n4061831/Shard1.png> Replica 1: <http://lucene.472066.n3.nabble.com/file/n4061831/Replica1.png> Shard 2: <http://lucene.472066.n3.nabble.com/file/n4061831/Shard2.png> Replica 2: <http://lucene.472066.n3.nabble.com/file/n4061831/Replica2.png> -- View this mess

IOException occured when talking to server

2012-10-21 Thread Jason
ption: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://203.242.170.141:8080/solr_jt/jtp00 at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298) at org.apache.solr.handler.RequestHandlerBase.handleRe