You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] Running org.acme.quickstart.GreetingResourceTest
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.751 s <<< FAILURE! - in org.acme.quickstart.GreetingResourceTest
[ERROR] testHelloEndpoint Time elapsed: 0.013 s <<< ERROR!
org.junit.jupiter.api.extension.TestInstantiationException: TestInstanceFactory [io.quarkus.test.junit.QuarkusTestExtension] failed to instantiate test class [org.acme.quickstart.GreetingResourceTest]: class io.quarkus.deployment.steps.NativeImageAutoFeatureStep (in unnamed module @0x72e5a8e) cannot access class org.graalvm.nativeimage.impl.RuntimeClassInitializationSupport (in module org.graalvm.sdk) because module org.graalvm.sdk does not export org.graalvm.nativeimage.impl to unnamed module @0x72e5a8e
Caused by: java.lang.IllegalAccessError: class io.quarkus.deployment.steps.NativeImageAutoFeatureStep (in unnamed module @0x72e5a8e) cannot access class org.graalvm.nativeimage.impl.RuntimeClassInitializationSupport (in module org.graalvm.sdk) because module org.graalvm.sdk does not export org.graalvm.nativeimage.impl to unnamed module @0x72e5a8e
The text was updated successfully, but these errors were encountered:
Hello @PachoJGaviria, Quarkus doesn't yet support Graal 19.3. There are a couple of PRs open in the Quarkus repo (which is where I think this issue should have been raised) to bring in this support for an upcoming Quarkus release.
Getting-started-knative with quarkus is not working
Environment
OpenJDK Runtime Environment (build 11.0.5+10-jvmci-19.3-b05-LTS)
OpenJDK 64-Bit GraalVM CE 19.3.0 (build 11.0.5+10-jvmci-19.3-b05-LTS, mixed mode, sharing)
Steps
Error
The text was updated successfully, but these errors were encountered: