Linux environment Jmeter distributed pressure test solution java.io.FileNotFoundException: rmi_keystore.jks (No such file or directory)

Problem: During the distributed pressure test in the Linux environment, java.io.FileNotFoundException: rmi_keystore.jks (No such file or directory) appears when the script is executed.
Insert picture description here

Solution: Go to the bin directory in jmeter on the Master and modify server.rmi.ssl.disable=true. server.rmi.ssl.disable=true means ssl is not started.
Insert picture description here

Guess you like

Origin blog.csdn.net/qq_44848764/article/details/113098787