[
https://issues.apache.org/jira/browse/STORM-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049763#comment-15049763
]
Zhuo Liu commented on STORM-1384:
---------------------------------
I do not find anything wrong with your configuration.
For a clean delete, you can "killall -9 java; rm -rf
/home/user/storms/storm;", and removing zookeeper data dir would be a plus.
I would suggest downloading the storm-0.9.5 release or 0.10 release, you can
try extract and start storm with pure default
configuration (not editing conf/storm.yaml will still work as long as your
zookeeper server is launched locally at port 2181).
I tried both releases on my machine with default setting, it works fine.
> util [INFO] Halting process
> ---------------------------
>
> Key: STORM-1384
> URL: https://issues.apache.org/jira/browse/STORM-1384
> Project: Apache Storm
> Issue Type: Bug
> Reporter: beginner
> Assignee: beginner
> Priority: Critical
>
> i'm using storm-0.8.2 with zookeeper-3.4.7
> i submitted topology but i got in the supervisor log file
> still hasn't start
> and in the worker log file
> [ERROR] Async loop died!
> org.zeromq.ZMQException: Address already in use(0x62)
> at org.zeromq.ZMQ$Socket.bind(Native Method)
> at zilch.mq$bind.invoke(mq.clj:69)
> at backtype.storm.messaging.zmq.ZMQContext.bind(zmq.clj:57)
> at
> backtype.storm.messaging.loader$launch_receive_thread_BANG_$fn__1629.invoke(loader.clj:26)
> at backtype.storm.util$async_loop$fn__465.invoke(util.clj:375)
> at clojure.lang.AFn.run(AFn.java:24)
> at java.lang.Thread.run(Thread.java:701)
> 2015-12-10 00:43:01 util [INFO] Halting process:
> i tried to use another version like storm-0.9.5 but got in the worker that it
> cannot bind port 6703
> how can i fix it ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)