jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Error Invoking the bash Method source - Recorder.bsf (System cannot find the specified file)

Open MbusoKotobe opened this issue 2 years ago • 1 comments

Expected behavior

I expect the process to be completed quietly without throwing any exceptions as I believe everything was prepared properly.

Actual behavior

The Load testi thread continues it's work but throws an exception for every process it starts.

image

Steps to reproduce the problem

  • Login to Moodle Site
  • Navigate to site administration/Development
  • Under development, choose option Create JMeter Test Plan
  • Complete process to create test plan then download the test plan together with the users.csv
  • Run JMeter using the Batch Script
  • Open the Moodle Generated Test Case
  • Import the users.csv
  • Run the Test Case after saving.

The moodle test case contains two threads basically. The Warm Up Site and Moodle Test thread(s). The warm up runs and finishes without any errors but the 2nd one Throws the error in the issue title.

JMeter Version

5.6.2

Java Version

openjdk version 17

OS Version

Windows Version 10

MbusoKotobe avatar Oct 06 '23 22:10 MbusoKotobe

Can you post the complete error? Best to look into jmeter.log and copy them as text and not as graphics. Look especially for the first few exception messages, as those are probably the most interesting ones.

FSchumacher avatar Oct 23 '23 16:10 FSchumacher