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

CHEKC_NE ERROR for the available port #165

Open
YangjieZhou opened this issue Dec 26, 2019 · 3 comments
Open

CHEKC_NE ERROR for the available port #165

YangjieZhou opened this issue Dec 26, 2019 · 3 comments

Comments

@YangjieZhou
Copy link

Hi,

I meet a problem as followed

van.cc:291: Check failed: (my_node_.port) != (-1) bind failed

the sin_port should be equal to -1. Can anyone answer what can cause it? waiting online!!

Thank you very much!!

@eric-haibin-lin
Copy link
Member

Could you double check if the port is available? Linux reserves the port for a (few?) minutes even after you kill the process, to identify previous stale connections to that port.

Did you check if you can change the port number and bind ?

@ghost
Copy link

ghost commented Apr 3, 2020

I got the same problem here, seems it was a zmq problem, don't know how to fix.

@Calemsy
Copy link

Calemsy commented Oct 29, 2024

I also encountered it and finally solved it by changing the port from 8000 to another one.

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

3 participants