On 4/19/2016 5:00 AM, Rohana Rajapakse wrote: > Found the missing CloudSolrClient ::Builder class in the master branch, and > the code goes a bit further now. Still Solr cloud is not starting up. It is > failing to register Solr servers with Zookeeper.
This, combined with the earlier message about the Builder not being found, sounds like you've got multiple versions of jars on your classpath, so some components of Solr are using one version and other components are using another version that is incompatible. Thanks, Shawn