-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upgrading to graal-sdk 22.1.0 resulting in MXBean
issue: UnsupportedFeatureException
#4543
Comments
UnsupportedFeatureException
MXBean
issue: UnsupportedFeatureException
Work around quarkusio#25501 until oracle/graal#4543 gets resolved
Work around quarkusio#25501 until oracle/graal#4543 gets resolved
Work around quarkusio#25501 until oracle/graal#4543 gets resolved
FTR @mpeddada1 found that this issue is caused by registering |
I have the same error, is there any solution? |
same issue here |
Any update on this issue, please as we are still observing the issue with graal version 22.1.0? |
same issue +1 |
Describe the issue
Upgrading to the latest graal-sdk (22.1.0) is causing a failure at image build time. Note that this used to work fine with 22.0.0.2.
Describe GraalVM and your environment:
The code experiencing the issue transitively brings in a dependency that contains the following pom.xml setup:
Java setup:
More details
Running the native image build with the
--trace-class-initialization=com.sun.management.internal.HotSpotDiagnostic
results in:I was wondering if anyone had seen this error message before? There were a couple of recent changes made to
JfrFeature.class
, which may be related?This issue from a previous GraalVM version looks similar: #2669.
The text was updated successfully, but these errors were encountered: