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

if something is already running on port startup has no warning /signs of problems #8416

Closed
maxandersen opened this issue Apr 6, 2020 · 1 comment · Fixed by #10548
Closed
Labels
kind/bug Something isn't working
Milestone

Comments

@maxandersen
Copy link
Member

Describe the bug
Start two quarkus:dev or something else confilciting on port 8080 and your second run will not show any warning/errors.

Expected behavior
Warning or even full error if ports cannot be bound.

@maxandersen maxandersen added the kind/bug Something isn't working label Apr 6, 2020
@geoand
Copy link
Contributor

geoand commented Apr 6, 2020

That's weird, I got a bunch of errors in the console when I tried it...

stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Jul 8, 2020
If it is not possible to start a HTTP endpoint to listen
for changes we just immediatly exit with a non-zero exit
code.

Fixes quarkusio#8416
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Jul 8, 2020
If it is not possible to start a HTTP endpoint to listen
for changes we just immediatly exit with a non-zero exit
code.

Fixes quarkusio#8416
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Jul 8, 2020
If it is not possible to start a HTTP endpoint to listen
for changes we just immediatly exit with a non-zero exit
code.

Fixes quarkusio#8416
patriot1burke pushed a commit to patriot1burke/quarkus that referenced this issue Jul 14, 2020
If it is not possible to start a HTTP endpoint to listen
for changes we just immediatly exit with a non-zero exit
code.

Fixes quarkusio#8416
@gsmet gsmet added this to the 1.7.0 - master milestone Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants