Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-04-2018 03:04 PM
We are facing JVM crash with AppD agent and G1GC, unable to find any possible root cause or solution to this. Anyone have the similar issue with a fix?
04-04-2018 03:27 PM - edited 04-04-2018 05:11 PM
A JVM crash is always a result of a JVM bug (unless it is triggered by an issue in native code accessed through JNI. The AppDynamics agent contains no native code) . Of course, adding an agent to the JVM changes what is going on within the JVM (for instance, classes getting retransformed would not happen with no agent present) which can cause JVM bugs to be triggered which are not triggered in the absence of the agent.
Unfortunately, selecting g1gc seems to uncover more bugs of this nature than you might hope (often, coincident with class retransformations)
You need to see if the crash backtrace corresponds to a known JVM bug and if so, upgrade to a JVM where it is fixed. Or select a different GC algorithm. Or, you can disable dynamic class retransformations which does seem to avoid many of these issues (at the expense of not being able to change instrumentation on the fly)
Warm regards,
Peter
07-20-2018 01:40 PM
Where and how do we "disable dynamic class retransformations"
Does this have any impact on what agent can monitor?
09-12-2018 03:44 AM
09-20-2018 08:25 PM
What does this options means?
Does it disable able agent on-the-fly configuration changes (ie, if we change BT definition, we will require application restart)?
If the JVM crash is caused by retransformation, which trigger the JVM bug.
Does AD agent reveal on log messages about the retransformation behavior?
03-04-2019 02:19 PM
What we are lossing adding flag? is this only for a particular agent version?
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form