Hello,

I have some problems with Solrcloud and Zookeeper. I have 2 servers and i
want to have a solr instance on both servers. Both solr instances runs an
embedded zookeeper.

When i try to start the first one i get the error:  "port out of range:-1".

The command i run to start solr with embedded zookeeper:

java -Djetty.port=4110 -DzkRun=10.100.10.101:5110
-DzkHost=10.100.10.101:5110,10.100.10.102:5120 -Dbootstrap_conf=true
-DnumShards=1 -Xmx1024M -Xms512M -jar start.jar

It runs Solr on port 4110, the embedded zk on 5110. 

The -DzkHost gives the urls of the localhost zk(5110) and the url of the
other server(zk port). When i try to start this it give the error: "port out
of range:-1".

What's wrong?

Thanks
Roy







--
View this message in context: 
http://lucene.472066.n3.nabble.com/SolrCloud-port-out-of-range-1-tp4045804.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to