Re: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2018-04-13 Thread Erick Erickson
rote: > Hi , > > I am getting the below error when I try to connect solr nodes using > zookeeper cluster. Can you please help me to debug this. > > org.apache.solr.client.solrj.SolrServerException: No live SolrServers > available to handle this request:[http://10.0.3.73:

org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2018-04-13 Thread way2srinivas
Hi , I am getting the below error when I try to connect solr nodes using zookeeper cluster. Can you please help me to debug this. org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://10.0.3.73:8983/solr/collectioname, http://10.0.3.181

SolrServerException: No live SolrServers available to handle this request

2017-08-09 Thread Webster Homer
task-2] ERROR com.sial.catalog.material.search.MaterialSearch - Solr encountered an error No live SolrServers available to handle this request:[ http://uc1a-ecomdev-msc01:8983/solr/sial-catalog-material] 09:16:35,957 INFO [stdout] (default task-2) 09:16:35.957 [default task-2] ERROR com.sial.catalog.material.search.M

Re: No live SolrServers available to handle this request

2016-03-30 Thread Anil
Thanks Shawn and Elaine, Elaine, Yes all the documents of same route key resides on same shard. Shawn, I will try to capture the logs. Thanks. Regards, Anil On 25 March 2016 at 02:57, Elaine Cario wrote: > Anil, > > I've seen situations where if there was a problem with a specific query, >

Re: No live SolrServers available to handle this request

2016-03-24 Thread Elaine Cario
Anil, I've seen situations where if there was a problem with a specific query, and every shard responds with the same error, the actual exception gets hidden by a "No live SolrServers..." exception. We originally saw this with wildcard queries (when every shard reported a "too many expansions...

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/17/2016 4:22 AM, Anil wrote: > We are using solrcloud with zookeeper and each collection has 5 shareds and > 2 replicas. > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live > SolrServers available to handle this request". i dont see any issues wit

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/18/2016 9:55 PM, Anil wrote: > Thanks for your response. > CDH is a Cloudera (third party) distribution. is there any to get the > notifications copy of it when cluster state changed ? in logs ? > > I can assume that the exception is result of no availability of replicas > only. Agree? Yes, I

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
wrote: > What query do you try? > > On Thu, Mar 17, 2016 at 12:22 PM, Anil wrote: > > > HI, > > > > We are using solrcloud with zookeeper and each collection has 5 shareds > and > > 2 replicas. > > we are seeing "org.apache.solr.client.solrj.Solr

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
zookeeper and each collection has 5 shareds > and > > 2 replicas. > > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live > > SolrServers available to handle this request". i dont see any issues with > > replicas. > > > > what wo

Re: No live SolrServers available to handle this request

2016-03-19 Thread Shawn Heisey
On 3/17/2016 11:29 PM, Anil wrote: > Thanks Shawn. we are using 4.10.3. > > I don't see any issues with replicas of all shards at the time of > exception. health of all shards is good in CDH. I do not know what CDH is. I'm guessing it's third-party software. As far as I'm aware, Solr doesn't hav

Re: No live SolrServers available to handle this request

2016-03-19 Thread michael solomon
What query do you try? On Thu, Mar 17, 2016 at 12:22 PM, Anil wrote: > HI, > > We are using solrcloud with zookeeper and each collection has 5 shareds and > 2 replicas. > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live > SolrServers available to

Re: No live SolrServers available to handle this request

2016-03-19 Thread Anil
; We are using solrcloud with zookeeper and each collection has 5 shareds >> and >> > 2 replicas. >> > we are seeing "org.apache.solr.client.solrj.SolrServerException: No live >> > SolrServers available to handle this request". i dont see any issues >> with >> > replicas. >> > >> > what would be root cause of the exception ? Thanks. >> > >> > Regards, >> > Anil >> > >> > >

Re: No live SolrServers available to handle this request

2016-03-18 Thread Anil
HI Shawn, Thanks for your response. CDH is a Cloudera (third party) distribution. is there any to get the notifications copy of it when cluster state changed ? in logs ? I can assume that the exception is result of no availability of replicas only. Agree? Regards, Anil On 18 March 2016 at 18:20

No live SolrServers available to handle this request

2016-03-18 Thread Anil
HI, We are using solrcloud with zookeeper and each collection has 5 shareds and 2 replicas. we are seeing "org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request". i dont see any issues with replicas. what would be root cause of the

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-03-04 Thread Shawn Heisey
On 3/5/2016 12:00 AM, Shawn Heisey wrote: > Not having docValues is actually why you got the error.When I > encountered this error last year, I opened this issue: Reading back through the message thread, I noticed that you never actually included log entries with an error about the incorrect d

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-03-04 Thread Shawn Heisey
On 3/4/2016 10:44 PM, Mugeesh Husain wrote: > Thank for you consideration, I noticed all of the answer is docvalues > related but i did not define any docvalue type in my schema that why i am > little bit confuse. Not having docValues is actually why you got the error.When I encountered this e

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-03-04 Thread Mugeesh Husain
do you have any idea > > how > > we resolve these issue ? > > > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp4258898p

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-03-04 Thread Elaine Cario
is working fine. do you have any idea > how > we resolve these issue ? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp4258898p4260518.html >

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-29 Thread Mugeesh Husain
Hi Elaine, Thank for your reply I did try without grouping then it is working fine. do you have any idea how we resolve these issue ? -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-28 Thread Elaine Cario
s type NUMERIC for field 'year' (expected=SORTED) exception. Still > i > am suffering what is the issue > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-reques

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-23 Thread Mugeesh Husain
on-No-live-SolrServers-available-to-handle-this-request-tp4258898p4259205.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Binoy Dalal
gt; if it is coming some docvalues ,Actuallly i am trying to fetchgrouping > record in ro field. > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this-request-tp4258898p425902

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Mugeesh Husain
aclVersion = 0 ephemeralOwner = 0x0 dataLength = 2 numChildren = 0 if it is coming some docvalues ,Actuallly i am trying to fetchgrouping record in ro field. -- View this message in context: http://lucene.472066.n3.nabble.com/Exception-SolrServerException-No-live-SolrServers-available-to-handle-this

Re: Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Binoy Dalal
t;_id:(1 3 2)", > "indent":"true", > "fl":"ro", > "group.ngroups":"true", > "wt":"json", > "group.field":"ro", > "group":"true"

Exception SolrServerException: No live SolrServers available to handle this request:

2016-02-22 Thread Mugeesh Husain
quot;indent":"true", "fl":"ro", "group.ngroups":"true", "wt":"json", "group.field":"ro", "group":"true"}}, "error":{ "ms

Re: No live SolrServers available to handle this request

2015-11-09 Thread wilanjar .
rote: > > Hi All, > > > > I'm very new handle the solrcloud. > > I've changed the scema.xml with adding field to index but after reload > the > > collection we got error from logging " No live SolrServers available to > > handle this reque

Re: No live SolrServers available to handle this request

2015-11-06 Thread Erick Erickson
; > I'm very new handle the solrcloud. > I've changed the scema.xml with adding field to index but after reload the > collection we got error from logging " No live SolrServers available to > handle this request". > > i have check solrcloud from localhost each node

No live SolrServers available to handle this request

2015-11-05 Thread wilanjar .
Hi All, I'm very new handle the solrcloud. I've changed the scema.xml with adding field to index but after reload the collection we got error from logging " No live SolrServers available to handle this request". i have check solrcloud from localhost each node and running

Re: No live SolrServers available to handle this request

2015-10-12 Thread Steve
e loaded the Films data into a 4 node cluster. Indexing went well, > but > > when I issue a query, I get this: > > > > "error": { > > "msg": "org.apache.solr.client.solrj.SolrServerException: No live > > SolrServers available to handl

Re: No live SolrServers available to handle this request

2015-10-08 Thread Mark Miller
olr.client.solrj.SolrServerException: No live > SolrServers available to handle this request: > [ > > http://host-192-168-0-63.openstacklocal:8081/solr/CollectionFilms_shard1_replica2 > , > > > http://host-192-168-0-62.openstacklocal:8081/solr/CollectionFilms_shard2

No live SolrServers available to handle this request

2015-10-08 Thread Steve
I've loaded the Films data into a 4 node cluster. Indexing went well, but when I issue a query, I get this: "error": { "msg": "org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request: [ http://host-192-168

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-24 Thread Greg Walters
"base_url":"http://10.4.24.38:8080/solr";, >>>>"core":"test1x3_shard1_replica1", >>>>"node_name":"10.4.24.38:8080_solr"}, >>>> "core_node3":{ >>>>"state":"active", >>>>"base_url":"http://10.4.24.37:8080/solr";, >>>>"core":"test1x3_shard1_replica3", >>>>"node_name":"10.4.24.37:8080_solr", >>>>"maxShardsPerNode":"1", >>>>"router":{"name":"compositeId"}, >>>>"replicationFactor":"3"}, >>>> "test2x2":{ >>>>"shards":{ >>>> "shard1":{ >>>>"range":"8000-", >>>>"state":"active", >>>>"replicas":{ >>>> "core_node1":{ >>>>"state":"active", >>>>"base_url":"http://10.4.24.39:8080/solr";, >>>>"core":"test2x2_shard1_replica1", >>>>"node_name":"10.4.24.39:8080_solr"}, >>>> "core_node4":{ >>>>"state":"active", >>>>"base_url":"http://10.4.24.38:8080/solr";, >>>>"core":"test2x2_shard1_replica2", >>>>"node_name":"10.4.24.38:8080_solr", >>>>"leader":"true"}}}, >>>> "shard2":{ >>>>"range":"0-7fff", >>>>"state":"active", >>>>"replicas":{ >>>> "core_node2":{ >>>>"state":"active", >>>>"base_url":"http://10.4.24.37:8080/solr";, >>>>"core":"test2x2_shard2_replica1", >>>>"node_name":"10.4.24.37:8080_solr", >>>>"leader":"true"}, >>>> "core_node3":{ >>>>"state":"active", >>>>"base_url":"http://10.4.24.39:8080/solr";, >>>>"core":"test2x2_shard2_replica2", >>>>"node_name":"10.4.24.39:8080_solr", >>>>"maxShardsPerNode":"2", >>>>"router":{"name":"compositeId"}, >>>>"replicationFactor":"2"}} >>>> >>>> >>>> >>>> On 03/20/2014 09:44 AM, Greg Walters wrote: >>>>> >>>>> Sathya, >>>>> >>>>> I assume you're using Solr Cloud. Please provide your clusterstate.json >>>>> while you're seeing this issue and check your logs for any exceptions. >>>>> With >>>>> no information from you it's hard to troubleshoot any issues! >>>>> >>>>> Thanks, >>>>> Greg >>>>> >>>>> On Mar 20, 2014, at 12:44 AM, Sathya wrote: >>>>> >>>>>> Hi Friends, >>>>>> >>>>>> I am new to Solr. I have 5 solr node in 5 different machine. When i >>>>>> index >>>>>> the data, sometimes "*No live SolrServers available to handle this >>>>>> request*" >>>>>> exception occur in 1 or 2 machines. >>>>>> >>>>>> I dont know why its happen and how to solve this. Kindly help me to >>>>>> solve >>>>>> this issue. >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> View this message in context: >>>>>> http://lucene.472066.n3.nabble.com/Solr4-7-No-live-SolrServers-available-to-handle-this-request-tp4125679.html >>>>>> Sent from the Solr - User mailing list archive at Nabble.com. >> >> > > > > -- > Regards, > Shalin Shekhar Mangar.

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-24 Thread Sathya
.72:2020_solr_set_recent_shard3_replica2":{ "state":"active", "base_url":"http://10.10.1.72:2020/solr";, "core":"set_recent_shard3_replica2", "node_name":"10.10.1.72:2020_s

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-24 Thread Sathya
.72:2020_solr_set_recent_shard3_replica2":{ "state":"active", "base_url":"http://10.10.1.72:2020/solr";, "core":"set_recent_shard3_replica2", "node_name":"10.10.1.72:2020_s

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-23 Thread Sathya
Hi Greg, Where i can find the clusterstate.json.? i have ensemble zookeeper. Can you please tell me that where i can find it. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr4-7-No-live-SolrServers-available-to-handle-this-request-tp4125679p4126452.html Sent

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-22 Thread Michael Sokolov
tate":"active", "base_url":"http://10.4.24.38:8080/solr";, "core":"test2x2_shard1_replica2", "node_name":"10.4.24.38:8080_solr", "leader":"true"}}},

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-22 Thread Shalin Shekhar Mangar
"node_name":"10.4.24.38:8080_solr"}, >>> "core_node3":{ >>> "state":"active", >>> "base_url":"http://10.4.24.37:8080/solr";, >>> "core"

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-21 Thread Michael Sokolov
ot;core_node4":{ "state":"active", "base_url":"http://10.4.24.38:8080/solr";, "core":"test2x2_shard1_replica2", "node_name":"10.4.24.38:8080_solr", "leade

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-21 Thread Greg Walters
uot;:"8000-", >"state":"active", >"replicas":{ > "core_node1":{ > "state":"active", >"base_url":"http://10.4.24.39:8080/solr";, >

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-20 Thread Michael Sokolov
uot;http://10.4.24.39:8080/solr";, "core":"test2x2_shard1_replica1", "node_name":"10.4.24.39:8080_solr"}, "core_node4":{ "state":"active", "base_url":"http://1

Re: Solr4.7 No live SolrServers available to handle this request

2014-03-20 Thread Greg Walters
: > Hi Friends, > > I am new to Solr. I have 5 solr node in 5 different machine. When i index > the data, sometimes "*No live SolrServers available to handle this request*" > exception occur in 1 or 2 machines. > > I dont know why its happen and how to so

Solr4.7 No live SolrServers available to handle this request

2014-03-19 Thread Sathya
Hi Friends, I am new to Solr. I have 5 solr node in 5 different machine. When i index the data, sometimes "*No live SolrServers available to handle this request*" exception occur in 1 or 2 machines. I dont know why its happen and how to solve this. Kindly help me to solve this issue.

Re: solr4.1 No live SolrServers available to handle this request

2013-04-01 Thread sling
fine. -- View this message in context: http://lucene.472066.n3.nabble.com/solr4-1-No-live-SolrServers-available-to-handle-this-request-tp4052862p4053075.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr4.1 No live SolrServers available to handle this request

2013-04-01 Thread Joel Bernstein
throws exceptions as > follows. > there are 2 shards in my solrcloud. > each shard is on a server with 4cpu/3G RAM, and jvm has 2G ram. > when the query requests get more and more, the exception occers. > [java] org.apache.solr.client.solrj.SolrServerException: No live > SolrServers

solr4.1 No live SolrServers available to handle this request

2013-04-01 Thread sling
] org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request [java] at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:486) [java] at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90

Re: Problem occured in solr cloud set up org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2013-01-07 Thread Erick Erickson
This is all quite strange, lots of people are using SolrCloud, some with very large clusters, so I'm guessing it's something in your setup that isn't obvious. How certain are you that your network between the two machines is reliable? And have you tried with a nightly build? I'm grasping at straw

Re: Problem occured in solr cloud set up org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2013-01-06 Thread yayati
Erick, I run 2 solr instances each on serverA and 2 on serverB. Server A : 8983(leader), 8900(replica) ServerB : 7574 (leader), 7500 (replica). Please find the command below in the order in which they are started. Also i am using single embedded zookeeper 9983 for all servers. *serverA* cd /

Re: Problem occured in solr cloud set up org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2013-01-06 Thread Erick Erickson
Well, if you indexed only one document, it will only be on one shard determined by the hash of the , but that shouldn't give the error you're seeing about live servers, and you should be seeing the document no matter which server you query. How exactly are you starting your servers? On Sun, Jan

Re: Problem occured in solr cloud set up org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2013-01-06 Thread yayati
Hi Erick, Yes i did update- i.e added a document using 8983. Ideally this update should go to all 8983,8900,7500,7574. And i fired query using 7500. Query is simple http://serverB:7500/solr/collection1/select?q=*:* But this give me error as mentioned in my previous post. No live server. B

Re: Problem occured in solr cloud set up org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request

2013-01-06 Thread Erick Erickson
committed a > document from exampledocs mem.xml on 8983 and 7574. Now when i fire query > on > 8983 and 8900 it show result. > > But when i fire query on 7574 and 7500 i.e serverB, it it showing error , > > org.apache.solr.client.solrj.SolrServerException: No live SolrServ