viki-org / storm-docker

Making multiple server Storm setups easy, in Docker
Apache License 2.0
41 stars 14 forks source link

Error starting storm-docker #9

Open mavencode01 opened 9 years ago

mavencode01 commented 9 years ago

I got this error when running ./start-storm.sh all

RuntimeError: IP address of this machine does not match any IP address supplied in the storm.yaml -> storm.zookeeper.servers section of config/storm-supervisor.yaml.

  Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/developer/development/docker/storm-docker/docker_python_helpers/run_zookeeper.py", line 66, in <module>
    """).strip()
RuntimeError: IP address of this machine does not match any IP address supplied in the `storm.yaml` -> `storm.zookeeper.servers` section of `config/storm-supervisor.yaml`.
yanhan commented 9 years ago

Hi @pkadetiloye , mind showing your config/storm-supervisor.yaml file?