The host may be running well, but my bet is that you have an error in the schema.xml file so it's no longer valid XML and the core did not load.
So while the solr instance is up and running, no core using that schema is running, thus no live servers. Look at the admin UI, cloud>>graph view and if the collection you're trying to operate on is not green, then that's probably the issue. Otherwise look through the Solr log file and you should see some exceptions that may point the way. Best, Erick On Thu, Nov 5, 2015 at 11:58 PM, wilanjar . <wilan...@gmail.com> wrote: > 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 well. > i'm using solr version 4.10.4 lucene version 4.10.4 > tomcat 8.0.27 > zookeeper 3.4.6. > > I already googling but not get solution yet. > > Thank you.