java.lang.ClassNotFoundException: com.yourkit.probes.trigger

Questions about YourKit Java Profiler
Post Reply
chrisgrind
Posts: 61
Joined: Thu Apr 13, 2006 11:56 am

java.lang.ClassNotFoundException: com.yourkit.probes.trigger

Post by chrisgrind »

Dreaded classpath issue.

Using build 14116.
With jvm args

Code: Select all

JAVA_OPTS="$JAVA_OPTS -agentpath:/home/dev/libyjpagent.so=logdir=/tmp/yjp_logs,delay=10000"
Application starts fine.
YK remote connection works fine.
Adding trigger works fine.
When application code is executed java.lang.NoClassDefFoundError: com/yourkit/probes/triggers/MethodListenerProbe_0 is thrown.

Log files sent to support at yourkit.com
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: java.lang.ClassNotFoundException: com.yourkit.probes.tri

Post by Anton Katilin »

Hi,

Thanks for the logs. We've reproduced the problem and are working on it.

Best regards,
Anton
Post Reply