We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 the http and https ports are the same the application will show an error, but hang.
The application will terminate after the exception.
The application will hang.
No response
uname -a
ver
java -version
3.14.2
mvnw --version
gradlew --version
Similar to #43247
The text was updated successfully, but these errors were encountered:
Thanks for reporting.
#43376 fixes the issue
Sorry, something went wrong.
6036d3c
Merge pull request #43376 from geoand/#43373
1c8464b
Properly fail when both http and https servers started on port
360033d
Fixes: quarkusio#43373
e24f7a3
Fixes: quarkusio#43373 (cherry picked from commit 6036d3c)
Successfully merging a pull request may close this issue.
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: