-
Notifications
You must be signed in to change notification settings - Fork 331
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
Apple M1 - Could not successfully bind to port 2181 #175
Comments
I have the same issue, also with Apple M1 chip. Did you maybe manage to fix it by yourself? |
No, I didn't fix it. I'm still hoping an solution in this thread :) |
If you want a quick and dirty fix which works, you can comment this in
And also remove But still I'm waiting for a fix in this thread :) Issue is caused by |
Looking at the
|
I was able to come up with an alternative, check it out here: |
Thank you very much! - It's working :-). I was thinking if it is possible to make a pull request here? |
I am having the same issue, I've tried to do this and it's not working. As pictured below, you can see the error. M1 Pro Chip |
@faberchri , Thanks a lot the changes made in dockerFile worked |
I built on this to create PR 185 which adds support for |
Yes, this PR 185 from dougdonohoe help me a lot and solved the problem of compiling an image for Thank you, kind Sir! 🙌 |
Hi |
same here |
I think this is because |
You can also just |
I filed a ticket with |
Hi !
I cope with an issue when I try to run the docker image on my Apple M1 mac (see the command and error below).
At first, I tried to look for the port, which I was using because I have a zookeeper installation with brew, but after shutting it down, and even a restart, I still have this error.
And if I run :
lsof -nP -iTCP -sTCP:LISTEN | grep 2181
, i get nothing.Now I'm thinking it's because of the new Apple M1 chips, because of the warning I get, but i'm not sure it's a common issue, and I'm not sure the actual error message can be related with ^^
Is there anything someone can think of that I can try ?
Thanks a lot !
The text was updated successfully, but these errors were encountered: