-
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
Issue upgrading graalvm native image from 22.3.0 to 23.0.1 #7248
Comments
Thank you for reaching out about this issue, you can either set |
@oubidar-Abderrahim Thanks! I tried setting env variable
|
@oubidar-Abderrahim can you please help? |
Do you generate config files using the Tracing agent? If you don't, please make sure to do so. |
@oubidar-Abderrahim No, I don't use Tracing agent in my project. |
Native image requires specific configuration regarding reflection, resources, JNI... The usage of the Tracing agent is highly recommended to help generate this config, otherwise, you'll have to manually add this configuration. |
any updates after using the tracing agent? |
Closing for inactivity |
Hi @oubidar-Abderrahim it happens when
is on the classpath. I add --add-exports still error. What do you suggest?
|
Hello, Please can you give an example of how to setup the Tracing Agent with Gradle |
Hello, I am using the tracing agent in my project, and I have used I feel that this is still a pretty big issue. I would love to help in any way I can. Is there some output you would like to see perhaps? To reproduce this error, you may do the following:
In the aforementioned script you may find where the trace agent is used, and also the actual For completeness, here is that error that I get, so that you may know it is the same:
Thanks for your help. |
Describe the issue
On upgrading my project from 22.3.0 to 23.0.1 of
org.graalvm.nativeimage:svm
(okta/okta-cli#455), I see the following build error:Steps to reproduce the issue
Describe GraalVM and your environment
GraalVM Version: 22.3.0
Java version: 17.0.8, vendor: GraalVM Community, runtime: /opt/hostedtoolcache/graalvm-ce-java17-linux/22.3.3/x64/graalvm-ce-java17-22.3.3
OS name:
More details
okta/okta-cli#455
The text was updated successfully, but these errors were encountered: