Hi,
Which version of Plugins Manager do you use?
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok,
Can you try using command-line status check, like shown here: https://jmeter-plugins.org/wiki/PluginsManager/#Plugins-Manager-from-Command-Line
Something like:
JVM_ARGS="-Dhttps.proxyHost=myproxy.com -Dhttps.proxyPort=8080 -Dhttp.proxyUser=john -Dhttp.proxyPass=***" PluginsManagerCMD status
What will it show you?
make sure PluginsManagerCMD.sh or PluginsManagerCMD.bat is present in jmeter/bin directory. If not, run java -cp jmeter/lib/ext/jmeter-plugins-manager-0.9.jar org.jmeterplugins.repository.PluginManagerCMDInstaller to have the files created
Error: Could not find or load main class org.jmeterplugins.repository.PluginManagerCMDInstaller
Glad it solved for you
--
Technically, yes. Might vary the effort needed depending on the
circumstances...
Hi,
Testing custom protocols usually involve a lot of Java programming with http://jmeter.apache.org/usermanual/component_reference.html#Java_Request or http://jmeter.apache.org/usermanual/component_reference.html#JSR223_Sampler
Frequently you might want to even write your own sampler, or even
own load generator. Then, you can go with Taurus tool to automate
it (http://gettaurus.org/).