-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Stuck Quarkus process when port 8080 is already assigned, kill -9 needs to be used, user not informed about used port #4124
Comments
Fail deployment when unable to create the vertx httpServer
I'm facing this issue, now. Just started with Quarkus. localhost:8080/hello is working fine. Wanted to re-start Quarkus. Attempted Ctrl+C. But, didn't work.
Can someone help me fix this please... Thanks! |
I rebooted Windows, and this time used Traditional Windows Command Prompt, instead of git bash. Ctrl+C works with 'Windows Command Prompt' after running |
Facing similar issue
|
Stuck Quarkus process when port 8080 is already assigned,
kill -9
needs to be used, user not informed about used port.This is regression comparing to 0.22.0 when user is informed via
Caused by: java.net.BindException: Address already in use
and user can press Ctrl+C to stop the process.Master based app doesn't react to Ctrl+C and
kill -9
needs to be used.Stacktrace informs just about NPE, nothing about already used port.
Steps to reproduce:
Run following command in new terminal to kill the stuck process
Don't forget to stop the first app
The text was updated successfully, but these errors were encountered: