I have designed a test thread inside JMeter, sometimes, when running it through GUI, the test thread is just hang up and never end.
- By clicking "STOP" or "Shutdown", it will show "Shutting down all test threads. You can see number of active threads in the upper right corner of GUI. Please be patient.", and the thread will never be stopped.
- By closing the dialogs, it will show "One or more test threads won't exist; see log file.", but there is no error log in jmeter.log.
The structure of the JMeter:
- How can I locate the root cause of this error? --"One or more test threads won't exist; see log file."
- How can I fix it?