-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot post Earn offer due to port bind issue #118
Comments
Note that I was able to find a workaround by setting
I'm not exactly sure what this is conflicting with but it must be internal to the Standalone image as the port isn't being exposed at all to the host. |
Hey @sethforprivacy, thanks for the detailed report! I cannot quite wrap my head around this issue, especially since changing the port solves the issue. There is nothing else that should bind to 8080 inside the image, so another case might be a bug in JM (not unbinding the port) - have you had a maker running before? |
I wish it was that simple :) I do not have any networks specified in the docker compose file, and as you can see the service here isn't exposing any ports either. As such there is no way it could conflict with other running services as the ports are never mapped to the host in any way and remain only internal to the JAM container. I'm pretty much at a loss to what is happening, so assume it's something in JM/JAM that I don't understand! |
So, from what I hear, it seems this happens sometimes when starting a maker via the api. It appears that JM does not cleanly unbind the port. There is a new version available (v0.9.11) which is included in the new standalone image (v0.2.0-clientserver-v0.9.11). However, it should also have this problem when you choose another port, like you did as a workaround. Coincidentally, there is also a discussion in the JM group about this. I let you know what the outcomes are. |
Thanks for the details! Once I set a manual port I haven't had an issue with starting the maker but I also haven't been testing nearly as much since I opened the issue here. Will keep an eye out for the resolution, and will test the new JAM without setting a manual port and see what happens! |
If that's the case, restarting |
Even though I am not binding any ports externally, when trying to post an offer I get the following error each time and never see my offer appear on the orderbook:
Docker Compose:
The text was updated successfully, but these errors were encountered: