-
We made changes to the Java agent version 2.11, and since then, when starting the Tomcat service, we occasionally see the following error:
What could be causing this? Any response would be greatly appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 22 replies
-
Based on information you provided, it's hard to debug the cause. If vanilla java agent 2.11 is fine, maybe you can rule out the cause from your own modifications. It may occur dependency conflict. |
Beta Was this translation helpful? Give feedback.
-
This means that the static initializer for |
Beta Was this translation helpful? Give feedback.
-
there is a new exception when export metric:
How can I troubleshoot this issue? |
Beta Was this translation helpful? Give feedback.
-
hi @laurit , i got stacktrace like this:
maybe this is the reason that cause the ThreadLocalRandom cannot not initialize, but why this would happen? |
Beta Was this translation helpful? Give feedback.
Should be fixed with #14030