I am trying to open a jmx file written with Apache JMeter 2.7 in the last release Apache JMeter 2.11. I am getting this errors log :
2014/09/10 09:29:44 INFO
1)Download standard JMeterPlugins-Standard-1.4.0.zip from http://jmeter-plugins.org/#/
2)Extract it and go inside extracted folder /lib/ext.
4)Copy JMeterPlugins-Standard.jar and CMDRunner.jar from /lib/ext to Jmeter/lib/ext
For people who are using command line for running JMeter, here is how to install a new plugin.
After placing the plugin manager jar in the /lib/ext/, download the latest cmdrunner from this URL by changing the version.
wget http://search.maven.org/remotecontent?filepath=kg/apc/cmdrunner/2.2/cmdrunner-2.2.jar
Copy the cmdrunner to jmeter/lib/ directory
mv cmdrunner-2.2.jar apache-jmeter-5.1.1/lib/
Execute the following command to generate script file PluginsManagerCMD
java -cp apache-jmeter-5.1.1/lib/ext/jmeter-plugins-manager-1.3.jar org.jmeterplugins.repository.PluginManagerCMDInstaller
After the script is generated, you can use it to install a particular plugin
apache-jmeter-5.1.1/bin/PluginsManagerCMD.sh status
apache-jmeter-5.1.1/bin/PluginsManagerCMD.sh available
apache-jmeter-5.1.1/bin/PluginsManagerCMD.sh install jpgc-tst=2.5
I am using JMeter 3.3 and answers above did not work for me.
SOLUTION:
plugins-manager.jar
from https://jmeter-plugins.org/downloads/all/plugins-manager.jar
into jmeter/lib/extjmeter
Source: https://stackoverflow.com/a/47509713/3915006
You're using Third Party jmeter-plugins.org plugins.
You need to add the required jar in lib/ext so that it works.
Download plugins-manager.jar from here and put it into lib/ext directory, then restart JMeter.
Note you need to do it each time you upgrade your jmeter version !
If you're looking to learn jmeter correctly, this book will help you.
Download plugins-manager.jar and put it into lib/ext directory, then restart JMeter.