Profiling the Eclipse IDE result in NPE in Yourkit

Questions about YourKit Java Profiler
Post Reply
vogella
Posts: 2
Joined: Fri Oct 24, 2014 11:59 pm

Profiling the Eclipse IDE result in NPE in Yourkit

Post by vogella »

If I run to profile an runtime Eclipse IDE I get the following error:

An internal error occurred during: "Launching org.eclipse.ui.ide.workbench".
value cannot be null

This is the corresponding stack trace:

java.lang.IllegalArgumentException: value cannot be null
at com.yourkit.a.c.if(a:26)
at com.yourkit.b.d.if(a:18)
at com.yourkit.b.d.a(a:40)
at com.yourkit.eclipse34Plugin.Plugin.canLaunchWithProfiler(a:25)
at com.yourkit.eclipse34Plugin.YkWorkbenchLaunchConfigurationDelegate.launch(a:11)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Profiling the Eclipse IDE result in NPE in Yourkit

Post by Anton Katilin »

Thank you for reporting this problem.

What is the profiler plugin version/build number?
Post Reply