Context: I am trying to generate HTML report for a JMeter test on a distributed load system with 1:1 master slave ratio, with the following command: sh jmeter -n -t test.jmx -l testresult.jtl -R x.x.x.x -e -o /home/ubuntu/reports
I get the following error:
Configuring remote engine: x.x.x.x
Starting distributed test with remote engines: [x.x.x.x] @ Wed Aug 18 14:24 :47 UTC 2021 (1629296687532)
Warning: Nashorn engine is planned to be removed from a future JDK release
Error in rconfigure() method java.rmi.MarshalException: error marshalling arguments; nested exception is:
java.net.SocketException: Broken pipe (Write failed)
Remote engines have been started:[]
The following remote engines have not started:[x.x.x.x]
Waiting for possible Shutdown/StopTestNow/HeapDump/ThreadDump message on port 4445
The run is successful when run locally but not when triggered through the master onto the slave.