Skip to content

Port already in use errors in existing project #46683

Answered by passmate-io
passmate-io asked this question in Q&A
Discussion options

You must be logged in to vote

Jeez, this is simply a misleading log message. I have an entry in /etc/hosts to bind hostnames to my local network address to support my nginx / https dev setup, and I forgot to update that when switching to a new wifi network.

I have
quarkus.http.host=macbook
and
/etc/hosts: 192.168.1.11 macbook macbook-admin ...

192.168.1.11 is unreachable, and yet I get "Port already bound":(

Caused by: io.quarkus.runtime.QuarkusBindException: Port(s) already bound: 8089: Can't assign requested address

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@passmate-io
Comment options

Answer selected by passmate-io
@dmlloyd
Comment options

@dmlloyd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants