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
86Fatal error: java.lang.IllegalAccessError: class io.micronaut.buffer.netty.NettyFeature (in unnamed module @0x684ce74c) cannot access class com.oracle.svm.core.jdk.SystemPropertiesSupport (in module org.graalvm.nativeimage.builder) because module org.graalvm.nativeimage.builder does not export com.oracle.svm.core.jdk to unnamed module @0x684ce74c
[87](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L87) at io.micronaut.buffer.netty.NettyFeature.beforeAnalysis(NettyFeature.java:66)
[88](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L88) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.lambda$runPointsToAnalysis$9(NativeImageGenerator.java:722)
[89](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L89) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.FeatureHandler.forEachFeature(FeatureHandler.java:78)
[90](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L90) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.runPointsToAnalysis(NativeImageGenerator.java:722)
[91](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L91) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:564)
[92](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L92) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:521)
[93](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L93) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:407)
[94](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L94) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:585)
[95](https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309#L95) at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:128)
@sdelamo This should be reopened. SystemPropertiesSupport, the offending class here, is located in the svm dependency. This will no longer be published as of GraalVM 22.3, which only leaves the graal-sdk dependency, so this class will be unavailable.
The used fix here was to switch back to running on the classpath, which is a deprecated runtime mode and will also be unavailable in a future version.
Every test project in the GraalVM Test suite 3.6.x-dev which uses GraalVM branch
release/graal-vm/22.2
fails with:see: https://gitlab.com/micronaut-projects/micronaut-graal-tests/-/jobs/2769223309
Test applications use Micronaut Gradle Plugin 3.5.1
The text was updated successfully, but these errors were encountered: