-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
UnsupportedOperationException thrown at startup for vertx-quickstart project with Java 11 #5213
Labels
kind/bug
Something isn't working
Milestone
Comments
This is a netty issue, they attempt lots of different optimisations, and some of them don't work on all JDK versions. When they don't work they log them at DEBUG. |
According to @stuartwdouglas' comment above, I don't think there is anything in the Quarkus side to fix? |
It would be good to filter this out, we have had a few reports about it |
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Jul 8, 2020
We have had various reports about these so this drops them to TRACE level. Fixes quarkusio#5213
stuartwdouglas
added a commit
to stuartwdouglas/quarkus
that referenced
this issue
Jul 8, 2020
We have had various reports about these so this drops them to TRACE level. Fixes quarkusio#5213
patriot1burke
pushed a commit
to patriot1burke/quarkus
that referenced
this issue
Jul 14, 2020
We have had various reports about these so this drops them to TRACE level. Fixes quarkusio#5213
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jul 16, 2020
We have had various reports about these so this drops them to TRACE level. Fixes quarkusio#5213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When starting vertx-quickstart project (from quarkus quickstart examples) via
mvn compile quarkus:dev -Dquarkus.log.level=DEBUG
the following stack trace is shown in the logs:Expected behavior
No stack trace (or fail to start application)
Actual behavior
Application is started with possible errors.
To Reproduce
Steps to reproduce the behavior:
Just after the application is about to start, this exception occurs and the stack trace is logged. This is probably related to Java modules (which was introduces in Java 9).
Environment (please complete the following information):
uname -a
orver
:Darwin MacBook-Pro.local 19.0.0 Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64 x86_64
java -version
:openjdk version "11" 2018-09-25
OpenJDK Runtime Environment 18.9 (build 11+28)
OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode)
The text was updated successfully, but these errors were encountered: