Issue with multi-agent loading #1840
Unanswered
ananthvanchip
asked this question in
Q&A
Replies: 1 comment
-
If you do not try to instrument the related types, it does not matter. You can avoid the error, by explicitly ignoring types of the specified package. For example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I built a custom agent (and extension of open-telemetry agent) and I also have glowroot agent for my Java application.. when i add both the agent's to my application, during loading, i get this exception.. it only shows up when i enabled debug logs. There is no error in application startup. I dont see any functional issues (broadly) in my application or agent). But I m unable to understand why this error occurs.
There are many classes such as the CatalinaAppStartupAspect which have the same exception while startup.. Can someone tell why this is happening. Is it an issue to bother about and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions