-
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
MBean / MXBean issue during native build #2669
Comments
bump :-) |
@vjovanov would your recent changes to class initialization help avoid these |
thx! i will try then with 20.2, when it is released |
Yes, my changes could help with this issue. Let me know if it worked out. |
Please reopen if still an issue. |
version OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 17.0.5+8-jvmci-22.3-b08) |
Describe the issue
I am building a smallish Spring Webapp (REST, JPA, Feign client to call other service, putting messages to AWS SQS). I get the following errors:
I also tried to initialize the relevant classes at run-time, but then i got different errors:
so it seems, that i am stuck, because initializing during build does not work, and also initializing at run-time does not work either.
Steps to reproduce the issue
I am really sorry, i cannot share the code
Describe GraalVM and your environment:
More details
my build command (snippet):
The text was updated successfully, but these errors were encountered: