Netty Class Not Found Exception #6915
Replies: 3 comments 19 replies
-
Full stack trace could help. Instructions to reproduce would also be nice. |
Beta Was this translation helpful? Give feedback.
-
@laurit we found that swapping the order of OTEL and DataDog agents fixed the majority of issues but now another one crept up:
One thing that I maybe didn’t mention was that all of this happened when we added a custom Sampler to our extension. Why would that make a difference? We literally copied the parent based trace id class and added logic to make the sample rate reloadable. Is there some dependency we can add? |
Beta Was this translation helpful? Give feedback.
-
@trask @laurit any recommendations how to avoid I’ve tried:
I am not sure what else to try. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We recently ran into an issue with agent/instrumentation v1.14 when initializing an AWS Kinesis client. We are getting the following exception:
java.lang.NoClassDefFoundError: io/opentelemetry/javaagent/instrumentation/netty/common/FutureListenerWrappers
We tried including
io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-netty-4-common:1.14.0-alpha
as a runtime dependency in our Spring Boot app but still see the error. Can someone please help?Thanks
Beta Was this translation helpful? Give feedback.
All reactions