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

            Bug ID: 64586
           Summary: Getting Error Using Remote Local Host with Port Number
                    on which port forwarding is done
           Product: JMeter
           Version: 5.1.1
          Hardware: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.3.1

Created attachment 37356
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37356&action=edit
Exception creating connection to: 127.0.0.1; nested exception is:      
java.io.FileNotFoundException: rmi_keystore.jks (The system cannot find the
file specified)

Hi,

I have a requirement for running jmeter jdbc calls only after connection to a
ssh tunnel. 
I have a connected to the server and created a Port Forward on 6990 using 
DynamicForward 6990 in my .ssh/config file.

ProxyCommand nc -x 127.0.0.1:6990 %h 22

I have added the remote hosts in jmeter.properties file
"remote_hosts=127.0.0.1:6990"

Now, I am running jdbc request via Remote Start on 127.0.0.1:6990 , but getting
below error,
Exception creating connection to: 127.0.0.1; nested exception is: 
        java.io.FileNotFoundException: rmi_keystore.jks (The system cannot find
the file specified)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to