Though I have tried the below steps, when I tried to start the Slave machine from the Master Machine GUI (Run-->Remote Start) getting the below Connection Timed Out Error Connection refused to host: 172.xx.x.xx; nested exception is: java.net.ConnectException: Connection timed out: connect
I have tried the following
- jmeter.properties file, uncomment the line where server.rmi.ssl.disable and set it as true in Master as well as Slaves machines
- user.properties file,added the line server.rmi.ssl.disable=true Master as well as Slaves machines
- To access the firewalls settings and create a rule to allow incoming connections for the TCP port 4000 in Master as well as Slaves machines
- Add also I have tried to run create-rmi-keystore.bat file as Administrator, but nothing happened. Once you run it supposed to ask some questions to type anything as long as it is accepted by the key/cert pair generation script.
- Master & Slave Machines has Same Version of JMeter & Java at the same exact locations
6.JMETER_HOME , JDK, JAVA Paths sets on Master & Slave Machines
7.Master & Slave Machines are under same subnetwork
I am stuck here. I really appreciate your help here.