I have follow the offical guide of Jmeter about setup distributed load test such as:
- Create rmi key and put it in bin folder of Client device
- Have the same version Jmeter and Java on both of device
- Disable SSL for rmi
- Add remote host in jmeter properties file of Server
- Both device in same subnet. When I run the test plan I see that have a delay seem from nearly 1min after I click start, the Client device will show that have been started test plan and the Server will show log that the Remote have started on Client Device, but after the Client Device show that the test plan have been finished the result don't response to the Server Device and it stuck there forever. I have trace log of jmeter but it don't have any thing useful, I have tried start the test plan by both way use GUI and CLI but it don't have improve anything. I have tried to setup about the port of Client Device is 1234 in server.rmi.localport and run again but it will show the new error "no such object in table" Anyone can give me advice how to fix this?
I want it can response the result to the Server device to see the result of test plan