oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 186 forks source link

Ultimate Thread Group needs JMeterPlugins-Extras.jar #28

Closed jocku closed 10 years ago

jocku commented 10 years ago

Hello,

I am using the 'Ultimate Thread Group' plugin which should be available with the 'JMeterPlugins.jar' file. However, an error is thrown (see below) unless 'JMeterPlugins-Extras.jar' file is also added.

Uncaught Exception java.lang.AbstractMethodError: org.apache.jmeter.threads.AbstractThreadGroup.start(ILorg/apache/jmeter/threads/ListenerNotifier;Lorg/apache/jorphan/collections/ListedHashTree;Lorg/apache/jmeter/engine/StandardJMeterEngine;)V. See log file for details.

Could the JMeterPlugins-Extras.jar file be added to the script as the same way as JMeterPlugins.jar?

slash-zero commented 10 years ago

If you include the jar in your plugins directory, it will get copied to lib/ext automatically.

jocku commented 10 years ago

I see. Thank you.