Search code examples
jmeterjmeter-pluginsjmeter-5.0

JMeter plugin: Test plan checker failed to detect cmdrunner-2.2.jar on Windows


I'm trying JMeter Test plan checker tool on my Windows setup, but I get the following error -

.\TestPlanCheck.bat --jmx <test_plan>

Error: Unable to access jarfile C:\<...path>\apache-jmeter-5.3\apache-jmeter-5.3\lib\ext\\..\lib\cmdrunner-2.2.jar

I've C:<...path>\apache-jmeter-5.3\apache-jmeter-5.3\lib\cmdrunner-2.2.jar in place.

I tried with following versions of the tool - 2.4 and 2.3


Solution

  • This was happening due to wrong path at with TestPlanChecker was present in my system. I unzipped it in <JMETER_HOME>/lib/ext folder after downloading. While the tool needs to be in the JMeter bin folder for successful execution.