Did anyone has this problem ?
I'm use storm 0.8.1, when i submit topology to the storm cluster, the
worker die and throw these error msg:
2013-01-01 08:56:15 worker [INFO] Launching receive-thread for
300d6c0a-296c-431a-bf1c-29efa610970b:32
2013-01-01 08:56:15 util [ERROR] Async loop died!
org.zeromq.ZMQException: Permission denied(0xd)
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:54)
at
backtype.storm.messaging.loader$launch_receive_thread_BANG_$fn__1607.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:636)
2013-01-01 08:56:15 util [INFO] Halting process:
And I can see the topology already exist in the Storm UI.