No Telemetry; NotificationListener class not found

Questions about YourKit Java Profiler
Post Reply
Steven Buytaert
Posts: 1
Joined: Tue Nov 21, 2017 11:21 am

No Telemetry; NotificationListener class not found

Post by Steven Buytaert »

Hi,

Starting up the agent on a remote and embedded system, that has no javax.management classes, I get the following:

Exception in thread "YJPAgent-Telemetry" java.lang.NoClassDefFoundError: javax/management/NotificationListener
at com.yourkit.runtime.TelemetryThread.getTelemetryCounters(TelemetryThread.java:902)
at com.yourkit.runtime.TelemetryThread.run(TelemetryThread.java:569)

I do have a connection to the agent and I can make heap snapshots, but the telemetry to check the GC and internal memory usage of the JVM is also important, but is now missing. Is there a way to change the telemetry to use an alternative class?

Kind regards,

Steven
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: No Telemetry; NotificationListener class not found

Post by Anton Katilin »

Hi Steven

Could you please provide the profiler agent log file ~/.yjp/log/<session name>-<pid>.log
You may send it attached to [email protected]

Best regards,
Anton
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: No Telemetry; NotificationListener class not found

Post by Anton Katilin »

Hi Steven

We answered your email.

Best regards,
Anton
Post Reply