Hello,

I am new storm user. I am trying to set up storm on my windows 7 64 bit
machine.

I am getting this error on storm ui

org.apache.storm.utils.NimbusLeaderNotFoundException:
    Could not find leader nimbus from seed hosts [localhost]

and this thing in nimbus logs-->

main-SendThread(0:0:0:0:0:0:0:1:2181) o.a.s.s.o.a.z.ClientCnxn
    [WARN]Session 0x0 for server null, unexpected error,
    closing socket connection and attempting reconnect
    java.net.ConnectException: Connection refused: no further information
    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:701)
    at org.apache.storm.shade.org.apache.zookeeper.ClientCnxnSocketNIO.
    doTransport (ClientCnxnSocketNIO.java:361) at org.apache.storm.shade.org.
    apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
    2017-03-13 22:00:10.937 main-SendThread(0:0:0:0:0:0:0:1:2181)o.a.s.s.
    o.a.z.ClientCnxn [INFO] Opening socket connection
    to server 127.0.0.1/127.0.0.1:2181. Will not attempt to
    authenticate using SASL (unknown error)


My config settings are -

zoo.cfg

tickTime=2000
initLimit=5
syncLimit=2
dataDir=C:/Server-Local/zookeeper-3.4.9/data
clientPort=2181

storm.yaml

storm.zookeeper.servers:
  - "localhost"
storm.local.dir: "C:/Server-Local/apache-storm-1.0.3/data"
nimbus.host: "localhost"
storm.zookeeper.port: 2181
ui.port: 8090
supervisor.slots.ports:
  - 6700
  - 6701
  - 6702
  - 6703

I have checked the zookeeper status and it is not started and that's the
issue.
How should I fix it?? I appreciate any kind of leads.

Thanks,
Pranav

Reply via email to