Jmeter click to start no response problem

Refer to some documents, it is impossible to study if it has not been saved, and finally solved it, and record the solution

Problem Description

After using the decompressed version of jmeter, I imported a jmter file of someone else (the rest of the operations are normal and correct), and I found that clicking the green start button has no response, and it will flash by.

Solution

1. Change the jmeter configuration file jmeter.properties to
find the code commented below

# Set this if you don't want to use SSL for RMI
# server.rmi.ssl.disable=false

Change the false of server.rmi.ssl.disable=false to true. And uncomment the symbol.
2. After finishing it, it still doesn't work after clicking Start. I wrote a test demo of the Baidu website and found that it was feasible. Then I reconfigured the relevant parameters by myself without using the imported jmeter file. Then normal.

Guess you like

Origin blog.csdn.net/m0_46897923/article/details/109452049