InvocationTargetException on startup on OS X

Questions about YourKit Java Profiler
Post Reply
rsfeir
Posts: 3
Joined: Tue Feb 01, 2005 1:42 pm

InvocationTargetException on startup on OS X

Post by rsfeir »

First let me apologize in advance if this is not the right place to post bugs, I've looked at the other available forums this seemed like the most logical one.

I tried starting YouKit on OS X by firing off ./yjp.sh, it starts up, asks me for a key, I point it to a file, all is ok, then boom I get the error below. Yes I copied the lib file to library/java/extensions.

Thanks

JavaGeek:~/Desktop/yjp-4.0-eap-build518/bin sfeir$ ./yjp.sh
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 com.yourkit.Main$3.run(a:18)
Caused by: java.lang.ClassCastException
at com.yourkit.ui.plaf.xp.XpLookAndFeel.<init>(a:283)
at com.yourkit.b.a(a:28)
at com.yourkit.Main0.entry(a:96)
... 5 more
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Fixed in build #520. It's absolutely right place to post bugs, although if you wish you can send reports to [email protected]
rsfeir
Posts: 3
Joined: Tue Feb 01, 2005 1:42 pm

Post by rsfeir »

Thanks. What ever protocol works best for you guys. If you think in here is better for all then I'll post here, if not I'll send email.

Is there a way to watch this bb via nntp or rss?

Thanks
R
Vladimir Kondratyev
Posts: 1626
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Code: Select all

What ever protocol works best for you guys.
I prefer forums because sometime people look through the forums and do not post dups or provide additional useful information. e-mail is good if the report contains some confidential information.

Code: Select all

Is there a way to watch this bb via nntp or rss? 
There is no NNTP mirroring. I don't know about RSS, I need to investigate this.
Post Reply