Thanks for replying but I checked the port and o didn't see any other process working on the same port if you have time can you please see this post http://unix.stackexchange.com/questions/249908/bind-failure-address-in-use-ephemeral-ports-problem?noredirect=1#comment430164_249908
I'm really in this problem since 4months and i stopped the project to fix it and coudn't I'll appreciate your help On Friday, December 18, 2015, Trevor Bernard <[email protected]> wrote: > It's expected behaviour for zeromq to throw that error if the port is > already bound. The problem is that storm is trying to bind to a port > that is already in use. > > -Trev > > On Fri, Dec 18, 2015 at 11:15 AM, sam mohel <[email protected] > <javascript:;>> wrote: > > Thanks for your reply , i post it already in storm users and storm-dev > but > > couldn't fix until now so there is not problem with zeromq ? > > > > On Fri, Dec 18, 2015 at 3:17 PM, Trevor Bernard < > [email protected] <javascript:;>> > > wrote: > >> > >> Sam, > >> > >> This is more a storm issue than a zeromq issue. The port it's trying > >> to use is already bound. I would post on the appropriate storm message > >> board instead. > >> > >> Best, > >> Trev > >> > >> On Fri, Dec 18, 2015 at 9:14 AM, sam mohel <[email protected] > <javascript:;>> wrote: > >> > i'm new to use zeromq , i'm using storm -0.8.2 with version 2.1.7 > zeromq > >> > i got this problem > >> > > >> > [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(Unknown > >> > Source) > >> > > >> > how can i fix it ? Thanks in advance > >> > > >> > _______________________________________________ > >> > zeromq-dev mailing list > >> > [email protected] <javascript:;> > >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >> > > >> _______________________________________________ > >> zeromq-dev mailing list > >> [email protected] <javascript:;> > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > > > > > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] <javascript:;> > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > > _______________________________________________ > zeromq-dev mailing list > [email protected] <javascript:;> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
