Home page

Showing posts with label Distributed Testing. Show all posts
Showing posts with label Distributed Testing. Show all posts

Tuesday, August 21, 2018

How to solve Jmeter 4.0: java.io.FileNotFoundException: rmi_keystore.jks (The system cannot find the file specified)

How to solve jmeter 4.0:  java.io.FileNotFoundException: rmi_keystore.jks (The system cannot find the file specified)

Steps to resolve:
1. Open jmeter.PROPERTIES file from bin folder
2. Uncomment this line: server.rmi.ssl.truststore.password=changeit
3. Uncomment this line: server.rmi.ssl.disable=false and make it true. [e.g server.rmi.ssl.disable=true]

4. Restart Jmeter server