You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/08/10 10:00:41 UTC

[Bug 64657] The remote test failed in cli mode, but succeeded in Gui mode.

https://bz.apache.org/bugzilla/show_bug.cgi?id=64657

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
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.