0
votes

MY Jmeter Scripts runs for only 50 users even though i have mentioned 60 users in CSV , I have configured number of threads to 60 at the Thread Group Level

For the Thread 51 it starts showing - Stop Thread seen: org.apache.jorphan.util.JMeterStopThreadException: End of file detected

enter image description here

1
Can you show your CSV and CSV component in JMeter? - user7294900
@user7294900 added the CSV component , CSV has users in the format- prasad,password - Prasad Borole

1 Answers

3
votes

It is expected as you have:

  • Recycle on EOF: False
  • Stop Thread on EOF: True

Set Recycle on EOF to True and JMeter will re-use the same file from the beginning.

More information: