Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address already in use(0x62) #169

Open
Researchercs opened this issue Dec 5, 2015 · 0 comments
Open

Address already in use(0x62) #169

Researchercs opened this issue Dec 5, 2015 · 0 comments

Comments

@Researchercs
Copy link

I'm new to Ubuntu I got this error

[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)

when i tried to connect port 6703 and 6702 .. by searching i found that problem due to indeed a port conflict. It turns out ephemeral port range was messed up on the machines
I tried to change number of range in /proc/sys/net/ipv4/ip_local_port_range to 49152 65535 but didn't work
I’m on Ubuntu 14.04 LTS via vmware if that is important to know ..
how can I extend range to 64 k or anyone have another idea about this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant