On Mon, Feb 14, 2011 at 8:08 AM, Thorsten Scherler <thors...@apache.org> wrote: > Hi all, > > I followed http://wiki.apache.org/solr/SolrCloud and everything worked > fine till I tried "Example C:".
Verified. I just tried and it failed for me too. -Yonik http://lucidimagination.com > I start all 4 server but all of them keep looping through: > > "java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > Feb 14, 2011 1:31:16 PM org.apache.log4j.Category info > INFO: Opening socket connection to server localhost/127.0.0.1:9983 > Feb 14, 2011 1:31:16 PM org.apache.log4j.Category warn > WARNING: Session 0x0 for server null, unexpected error, closing socket > connection and attempting reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > Feb 14, 2011 1:31:16 PM org.apache.log4j.Category info > INFO: Opening socket connection to server localhost/0:0:0:0:0:0:0:1:9900 > Feb 14, 2011 1:31:16 PM org.apache.log4j.Category warn > WARNING: Session 0x0 for server null, unexpected error, closing socket > connection and attempting reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > Feb 14, 2011 1:31:17 PM org.apache.log4j.Category info > INFO: Opening socket connection to server localhost/0:0:0:0:0:0:0:1:9983 > Feb 14, 2011 1:31:17 PM org.apache.log4j.Category warn > WARNING: Session 0x0 for server null, unexpected error, closing socket > connection and attempting reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > Feb 14, 2011 1:31:19 PM org.apache.log4j.Category info > INFO: Opening socket connection to server localhost/0:0:0:0:0:0:0:1:8574 > Feb 14, 2011 1:31:19 PM org.apache.log4j.Category warn > WARNING: Session 0x0 for server null, unexpected error, closing socket > connection and attempting reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > Feb 14, 2011 1:31:20 PM org.apache.log4j.Category info > INFO: Opening socket connection to server localhost/127.0.0.1:8574 > Feb 14, 2011 1:31:20 PM org.apache.log4j.Category warn > WARNING: Session 0x0 for server null, unexpected error, closing socket > connection and attempting reconnect > java.net.ConnectException: Connection refused > at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) > at > sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) > at org.apache.zookeeper.ClientCnxn > $SendThread.run(ClientCnxn.java:1078) > > The problem seems that the zk instances can not connects to the > different nodes and so do not get up at all. > > I am using revision 1070473 for the tests. Anybody has an idea? > > salu2 > -- > Thorsten Scherler <thorsten.at.apache.org> > codeBusters S.L. - web based systems > <consulting, training and solutions> > http://www.codebusters.es/ >