Can't run profiler from IDEA 2016.2.2

Questions about YourKit Java Profiler
Post Reply
egwor
Posts: 1
Joined: Tue Nov 08, 2016 8:11 pm

Can't run profiler from IDEA 2016.2.2

Post by egwor »

I want to profile a junit test (using mockito) from IntelliJ 2016.2.2. When I go into the settings for the unit test and set the profiling options (I select any/all of them) the test then runs but does not profile. In the IDE logs that there is an error

java.lang.IllegalArgumentException: Parameter 1 must not be null
at com.yourkit.idea80Plugin.MySettingsEditor.applyEditorTo(e)

I'm running under yourkit 2016.02-b43
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Can't run profiler from IDEA 2016.2.2

Post by Anton Katilin »

The log file entry containing "com.yourkit.idea80Plugin" suggests that IDEA 8 plugin is running instead of IDEA 13+ plugin which should be used with IDEA 2016.

Do you use a non standard plugin directory? If so, re-run the IDE integration wizard and choose appropriate plugin in the combo box.
Post Reply