> On Apr 6, 2015, at 9:16 AM, Shawn McKinney <[email protected]> wrote:
> 
>> 
>> 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.


Fixed the load test to use dependencies from maven.  You can run the mvn 
install target again and the load tests work without the intermediate ant step 
(after pulling down latest source from core).

Shawn
[email protected]

Reply via email to