-
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
java.lang.NoClassDefFoundError: com/oracle/svm/core/jdk/LocalizationFeature #15962
Labels
Milestone
Comments
Was the class in question replaced with some other class? |
I'll have a look tomorrow morning |
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 23, 2021
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Mar 24, 2021
geoand
added a commit
that referenced
this issue
Mar 24, 2021
Support GraalVM 21.1 LocalizationFeature
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Apr 3, 2021
Fixes: quarkusio#15962 (cherry picked from commit fffd6c3)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When running
integration-tests/jpa-mariadb
on quarkus master with a recent Graal VM CE build (21.1.0-dev) in-Dnative
mode I see NCDFE and ClassNotFoundException for Graal VMsLocalizationFeature
. This seems to be related to Quarkus' generated autofeature.Expected behavior
No stacktrace when generating a native image for
integration-tests/jpa-mariadb
Actual behavior
To Reproduce
Steps to reproduce the behavior:
$ ./mvnw verify -Dnative -pl integration-tests/jpa-mariadb/
Environment (please complete the following information):
Linux, Java 11.
GraalVM version (if different from Java)
21.1.0-dev
Quarkus version or git rev
d185939
Build tool (ie. output of
mvnw --version
orgradlew --version
)Additional context
This seems to be the cause of some remaining problems for the graal master quarkus workflow. See oracle/graal#3272
The text was updated successfully, but these errors were encountered: