On 3/16/2016 6:29 AM, manohar wrote:
>    I am getting error in windows server after starting the zookeeper server
> , i entered this command 
> "solr start -cloud -p 8983 -s C:\solr\server\solr\node1\solr -z
> 16.254.6.88:2181" .Then i got this error
>
> Waiting up to 30 to see Solr running on port 8983
>
> ERROR: Solr at http://localhost:8983/solr did not come online within 30
> seconds!
>
> and in logs file i am getting this error 
> java.net.ConnectException: Connection refused: no further information
>       at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
>       at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)
>       at
> org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
>       at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)

Looks like it can't reach zookeeper.  Your zkHost is 16.254.6.88:2181. 
One possibility is that you have the Windows firewall turned on, but I
would not expect that to refuse the connection, I would expect it to
just ignore it completely and for Solr to tell you it couldn't be
contacted.  Your zookeeper process may not be running, or may not be
listening on that specific port and IP address.

Thanks,
Shawn

Reply via email to