Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jmeter missing.class com.thoughtworks.xstream.converters.ConversionException

Tags:

jmeter

I was running my script and it hanged and I had to force close. Now this error appears:

1

like image 814
Rupali Gupta Avatar asked Aug 31 '17 10:08

Rupali Gupta


2 Answers

  • Download "Plugins-manager.jar" from https://jmeter-plugins.org/downloads/all/
  • Put downloaded .jar into JMETER_INSTALLED_DIRECTORY/lib/ext directory
  • Restart jmeter.

Open the script, it will show a download missing component dialog. Download missing component.

Hope this will help

like image 88
iOS-Developer84 Avatar answered Sep 23 '22 18:09

iOS-Developer84


I installed Jmeter on Ubuntu Linux using 'apt-get install jmeter', which it seems installs a very old version of Jmeter.
Old version => 2.x
I downloaded the latest version using curl and installed it and the problem disappeared.
New version => 5.x.

like image 25
Anurag Avatar answered Sep 25 '22 18:09

Anurag