I am setting up distributed testing in Linux machines with a master and a slave. Need your advice to overcome the below error message
"Exception Creating a connection to 192.xx.xx. xx ;nested exception is java.net.NoRouteToHostException: no route to host ( Host Unreachable )"
I did the following steps
- Ensured Master and Slave has the same version of Jmeter
- Added the slave machine IP in Master's Jmeter.properites
- Created a keystore file in master and copied the generated rmi_keystore.jks to slave machine bin folder
- Run jmeter-server file in the slave machine ( There was an error hence added the slave machines ip in RMI_HOST_DEF=-Djava.rmi.server.hostname=192.xx.xx.xx)- success up and running
- Run the intended jmx file in master Run - Remote start - Slave machine
- Error Exception Creating a connection to 192.xx.xx.xx ; nested exception is java.net.NoRouteToHostException: no route to host (Host Unreachable )
I did check the connectivity between two machines when I ping i was able to reach each machine from one another,
Could be an issue with Firewall or port ? not sure
I have been banging my head , any pointers would be helpfull
thanks in advance