Hi, can anyone help me to resolve the below issue?
[Agent-Monitor-Scheduler-2] 24 May 2021 12:53:11,036 ERROR PeriodicTaskRunner - Error creating environment task
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at com.appdynamics.extensions.ABaseMonitor.createContextConfiguration(ABaseMonitor.java:148) ~[?:?]
at com.appdynamics.extensions.ABaseMonitor.initialize(ABaseMonitor.java:121) ~[?:?]
at com.appdynamics.extensions.ABaseMonitor.execute(ABaseMonitor.java:186) ~[?:?]
at com.singularity.ee.agent.systemagent.components.monitormanager.managed.MonitorTaskRunner.runTask(MonitorTaskRunner.java:149) ~[machineagent.jar:Machine Agent v21.5.0-3130 GA compatible with 4.4.1.0 Build Date 2021-05-11 18:06:06]
at com.singularity.ee.agent.systemagent.components.monitormanager.managed.PeriodicTaskRunner.runTask(PeriodicTaskRunner.java:86) ~[machineagent.jar:Machine Agent v21.5.0-3130 GA compatible with 4.4.1.0 Build Date 2021-05-11 18:06:06]
at com.singularity.ee.agent.systemagent.components.monitormanager.managed.PeriodicTaskRunner.run(PeriodicTaskRunner.java:47) [machineagent.jar:Machine Agent v21.5.0-3130 GA compatible with 4.4.1.0 Build Date 2021-05-11 18:06:06]
at com.singularity.ee.util.javaspecific.scheduler.AgentScheduledExecutorServiceImpl$SafeRunnable.run(AgentScheduledExecutorServiceImpl.java:122) [agent-21.1.0-2340.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
at com.singularity.ee.util.javaspecific.scheduler.ADFutureTask$Sync.innerRunAndReset(ADFutureTask.java:335) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADFutureTask.runAndReset(ADFutureTask.java:152) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.access$101(ADScheduledThreadPoolExecutor.java:119) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.runPeriodic(ADScheduledThreadPoolExecutor.java:206) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.run(ADScheduledThreadPoolExecutor.java:236) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADThreadPoolExecutor$Worker.runTask(ADThreadPoolExecutor.java:694) [agent-21.1.0-2340.jar:?]
at com.singularity.ee.util.javaspecific.scheduler.ADThreadPoolExecutor$Worker.run(ADThreadPoolExecutor.java:726) [agent-21.1.0-2340.jar:?]
at java.lang.Thread.run(Unknown Source) [?:?]
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at com.singularity.ee.util.loader.FileSystemClassLoader.findClass(FileSystemClassLoader.java:372) ~[agent-21.1.0-2340.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
at com.singularity.ee.util.loader.FileSystemClassLoader.loadClass(FileSystemClassLoader.java:320) ~[agent-21.1.0-2340.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:?]
... 16 more
Thanks
Hi @Jagan.Rajendran,
I also just spoke with a coworker and it seems the latest version of the RabbitMQ Extension does support the latest Machine Agent.
You can check the Extension page here for more info: https://www.appdynamics.com/community/exchange/extension/rabbitmq-monitoring-extension/
Hi @Jagan.Rajendran,
I saw the extension is having issues with newer versions of the Machine agent. Can you try downgrading to 20.11 and see if it works for you then. Please let me know if that helps out.
Thanks Ryan!
it's working perfectly.
Hi @Jagan.Rajendran,
I also just spoke with a coworker and it seems the latest version of the RabbitMQ Extension does support the latest Machine Agent.
You can check the Extension page here for more info: https://www.appdynamics.com/community/exchange/extension/rabbitmq-monitoring-extension/