InvocationTargetException with expired license

Questions about YourKit Java Profiler
Post Reply
Alexander Heim
Posts: 3
Joined: Tue Aug 24, 2004 9:28 am

InvocationTargetException with expired license

Post by Alexander Heim »

The new build 412 throws an InvocationTargetException on startup when the license has expired:

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at Main$2.run(a:17)
Caused by: java.lang.NoClassDefFoundError: com/yourkit/g/e
at com.yourkit.i.k.a(a:118)
at Main0.entry(a:34)
... 5 more

Starting the old build 411 showed the real reason 'your license has expired'. After requesting a new license and installation of the license with the old build 411 I could also run the build 412.
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Re: InvocationTargetException with expired license

Post by Vladimir Kondratyev »

Bug fix build #415 will be uploaded in a couple of hours. Thanks for bug report.
Post Reply