-
Notifications
You must be signed in to change notification settings - Fork 292
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
[GraalVM] Uncaught exception java.lang.NoClassDefFoundError: Could not initialize class jnr.unixsocket.UnixSocketChannel in dd-profiler-http-dispatcher #7978
Comments
we use lates datadog library from : https://dtdg.co/latest-java-tracer |
Hi @khannedy, |
thanks for the info @mcculls it's working if using http port |
can you show a example how to use http ports not unix-domain? |
|
thank you, i will try it. Detailed message:
to find classes that instantiate these objects. Once you found such a class, you can mark it explicitly for run time initialization with
to prevent the instantiation of the object. |
The In this case you should remove any extra
to workaround #8011 |
We use datadog agent in native-image graalvm, but when deploy, we get error class not found
we build the image using this command
The text was updated successfully, but these errors were encountered: