Reputation: 71
we are facing issue, while trying to run jmeter distribution testing with master and slave configuration on different machines. Jmeter distribution test is running fine on same machine , but we are getting Connection refused to host: xxx.xxx.xxx.xx; nested exception is:java.net.ConnectException: Connection timed out: connect Failed to configure xxx.xxx.xxx.xxx
Upvotes: 0
Views: 3204
Reputation: 168072
Most probably your networking configuration is not correct. Make sure that:
The network ports are open in the firewalls so JMeter master could communicate with slaves, the ports are:
1099
server.rmi.localport
client.rmi.localport
Check out the following materials:
In case of any problems look into jmeter.log file, normally it contains enough information in order to get to the bottom of the issue
Upvotes: 0