-
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
Application hangs on https=http port check failure #43373
Labels
Milestone
Comments
Thanks for reporting. #43376 fixes the issue |
geoand
added a commit
that referenced
this issue
Sep 19, 2024
Properly fail when both http and https servers started on port
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Oct 21, 2024
Fixes: quarkusio#43373 (cherry picked from commit 6036d3c)
bschuhmann
pushed a commit
to bschuhmann/quarkus
that referenced
this issue
Nov 16, 2024
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If the http and https ports are the same the application will show an error, but hang.
Expected behavior
The application will terminate after the exception.
Actual behavior
The application will hang.
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.14.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
Similar to #43247
The text was updated successfully, but these errors were encountered: