0
votes

I am using jmeter almost every day.

Today when I try open my test plan (.jmx file), I get error (screenshot below).

Yesterday it worked with no problem and I did not install anything new, new plugin or new version of JMeter.

I found similar issues here, so I tried to install jmeter-plugins-manager-1.1.jar then update other plugins but no changes, still same error.

I tried newest version of JMeter 4.0 but it didn't help neither.

error from version 3.1 (yesterday works) enter image description here

error from version 4.0 enter image description here

1
Open your JMX file in notepad or notepad++go to line no 7148 and see what its doing .. You may get an idea of what is causing this issue.. - Rohit
Thanks, something must damaged my file becouse line in error message is last line and file didnt ends properly as XML file. - Peter
Luckily jMeter doing backups of .jmx Test Plans so i found older version of my correct project. INSTALLATION_FOLDER/backups - Peter

1 Answers

1
votes

The error you're getting is about CorrectedResultCollector so my expectation is that your Test Plan contains some JMeter Plugins

  1. Download JMeter Plugins Manager and drop it to lib/ext folder of your JMeter installation
  2. Restart JMeter to pick it up
  3. Open your test - the Plugin Manager should suggest you to install dependencies.

The class itself lives in jmeter-plugins-common jar however there could be more plugins which are missing in your current JMeter setup.