Could not find leader nimbus from seed hosts storme V1.2.1 in centos
NickName:Sellamani Ask DateTime:2018-03-14T23:21:14

Could not find leader nimbus from seed hosts storme V1.2.1 in centos

I have installed Storm on a Centos machine. When I start my Storm cluster, I am getting the following error:

org.apache.storm.utils.NimbusLeaderNotFoundException: Could not find leader
  nimbus from seed hosts [127.0.0.1]. Did you specify a valid list of nimbus
  hosts for config nimbus.seeds?

Content of storm.yaml:

storm.zookeeper.servers:
 - "127.0.0.1"
storm.local.dir: "/opt/installs/storm/storm_tool/data"

nimbus.seeds: ["127.0.0.1"]
supervisor.slots.ports:
 - 6700
 - 6701
 - 6702
 - 6703

Any help with this issue will be appreciated.

Copyright Notice:Content Author:「Sellamani」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/49281545/could-not-find-leader-nimbus-from-seed-hosts-storme-v1-2-1-in-centos

More about “Could not find leader nimbus from seed hosts storme V1.2.1 in centos” related questions

Could not find leader nimbus from seed hosts storme V1.2.1 in centos

I have installed Storm on a Centos machine. When I start my Storm cluster, I am getting the following error: org.apache.storm.utils.NimbusLeaderNotFoundException: Could not find leader nimbus from

Show Detail

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

I am getting the below message. Could not find leader nimbus from seed hosts [master]. Did you specify a valid list of nimbus hosts for config nimbus.seeds? Delete storm under zookeeper.t...

Show Detail

Starting my Topology with Storm 2.2.0 : Could not find leader nimbus from seed hosts [localhost]

I'm working with storm 2.2.0 and my configuration file is: #storm.yaml storm.local.hostname: "10.100.7.109" storm.zookeeper.servers: - "10.100.242.107" nimbus.seeds: ["

Show Detail

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

I'm trying to set up apache storm on m windows 7 64 bit machine. My configurations are as follows- zoo.cfg tickTime=2000 initLimit=5 syncLimit=2 dataDir=C:/Server-Local/zookeeper-3.4.9/data clien...

Show Detail

Apache Storm could not find leader nimbus from seed hosts

I have installed Apache-Storm using docker compose docker-compose.yml: kafka: image: spotify/kafka ports: - "9092:9092" - "2181:2181" environment: ADVERTISED_HOST:

Show Detail

Apache Storm: Could not find leader nimbus from seed hosts

I installed Apache Storm 1.0 by following this tutorial but I am not able to access to the Storm UI from the Internet. Accessing localhost:8080 gives the following error: org.apache.storm.utils.

Show Detail

How to fix 'Could not find leader nimbus from seed hosts [192.168.23.165]

Basic setting:three VM are 192.168.23.165,192.168.23.166 and 192.168.23.172,I run zookeeper with standlone's mode in 165's machine and run storm in three machines. three machine fireware are all cl...

Show Detail

Apache Storm 2: Could not find leader nimbus from seed hosts

I could not able to launch apache storm, getting error like as shown in below storm.yaml as ########### These MUST be filled in for a storm configuration storm.zookeeper.servers:- "

Show Detail

Storm 1.2.2 Supervisor also take localhost as nimbus and can't connect to it, although nimbus is in another server and already specified in storm.yaml

problem is just as titled, no errors printed in supervisor logs after cluster is started. whenever a jar is submitted, error is reported in supervistors' log that fail to connect localhost nimbus. ...

Show Detail

Incorrect Nimbus host resolution

I am running Apache Storm Nimbus and Supervisor inside separate docker containers, using https://hub.docker.com/_/storm/. The containers are running on the same AWS EC2 instance. The command I am u...

Show Detail