https://bz.apache.org/bugzilla/show_bug.cgi?id=64657
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID OS| |All --- Comment #1 from Felix Schumacher <[email protected]> --- This seems to be a question about the usage of JMeter. Such questions should be asked no the users mailing list. See https://jmeter.apache.org/mail2.html on how to subscribe and send mails. The keystore is located by looking at the JMeter properties server.rmi.ssl.keystore.file=rmi_keystore.jks server.rmi.ssl.truststore.file=rmi_keystore.jks As you can see, they are given relative and when you start JMeter via GUI, I assume, that you are starting JMeter from inside the bin/ folder. That way JMeter finds the keystore, as it is insde the bin/ folder, too. If you start JMeter from the CLI via ./bin/jmeter.sh (or equvialent), you are not in the bin/ folder and JMeter will not find the keystore. -- You are receiving this mail because: You are the assignee for the bug.
