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

Port in use error requires logs to debug #21

Open
jbn opened this issue Jun 28, 2023 · 6 comments
Open

Port in use error requires logs to debug #21

jbn opened this issue Jun 28, 2023 · 6 comments

Comments

@jbn
Copy link

jbn commented Jun 28, 2023

I happened to have port 9000 taken by jupyter. The initial run of the app image on ubuntu 22 failed repeatedly on initial start. One of the last logs lines showed this issue and a restart with deleted data fixed it. But it was non-obvious.

@slimsag
Copy link
Member

slimsag commented Jun 29, 2023

Thanks for filing this; we are prioritizing this very soon:

  • Changing our ports to much higher ranges so they do not conflict
  • Eventually eliminating the need for them all together (using e.g. Unix sockets or in-process comms)

Will let you know once we have a version that resolves this behavior.

@slimsag
Copy link
Member

slimsag commented Jul 4, 2023

We just released a new version which fixes the port conflict on :9000 (changed to :49000) - and are working on resolving other potential port conflicts.

Please let me know if this helps resolve the issue for you @jbn :)

@jbn
Copy link
Author

jbn commented Jul 5, 2023

great, thanks!

@huyz
Copy link

huyz commented Oct 3, 2023

Portainer already uses port :49000 lol.

@huyz
Copy link

huyz commented Oct 3, 2023

And btw, not a good idea for the Cody app to ship with port :3080 either. Lots of developers use the x080 ports for local dev purposes.

@huyz
Copy link

huyz commented Oct 4, 2023

portainer/portainer#7596

fight 😄

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

No branches or pull requests

4 participants