> On Apr 6, 2015, at 7:32 AM, Kiran Ayyagari <[email protected]> wrote: > > ran this command - mvn -Ploadtest-fortress jmeter:jmeter > > and got this http://apaste.info/YTu output, any idea on what am I doing wrong > > here is the content of the file ftCheckAccess.jmx.log > http://paste.ubuntu.com/10749648/
Error is: 2015/04/06 20:21:59 ERROR - jmeter.protocol.java.sampler.JavaSampler: StandardJMeterEngine@164c98f4-Fortress CheckAccess Exception initialising: org.apache.directory.fortress.core.jmeter.CheckAccess java.lang.ClassNotFoundException: org.apache.directory.fortress.core.jmeter.CheckAccess The reason is the jmeter test plan relies that the old ant ‘dist’ target has been run prior to tests. This populates the /lib and /dist folders with the necessary dependencies. I will work on removing the reliance on ant, in the meantime you can work around by running this command: ant dist from the command line. ant and java home will need to be set of course. Thanks Shawn [email protected]
