Home page

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

6 comments:

  1. Thank you so much for well described important information in nutshell Samip.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. I'm followed all the steps which are mentioned above still i unable to see *rmi-keystore.jks*

    ReplyDelete