Not sure. I would try remote execution with a normal JMeter listener, for example a plain http request
If that works: there is a problem with the JMeter plugin you are using, contact the plugin maintainer If the remote http request also generates the below error: probably the local and remote java vms cannot communicate, check that the ports you are using are open (netstat on the remote and/or nc on the local) On Thu, Jun 22, 2017 at 5:07 PM, Anil Gaur <[email protected]> wrote: > I have added the plugin to slave as well but now i am getting below error. > > > 2017-06-22 08:05:03,846 ERROR o.a.j.e.ClientJMeterEngine: Error in > rconfigure() method java.rmi.MarshalException: error marshalling arguments; > nested exception is: > java.net.SocketException: Software caused connection abort: socket write > error > > > >
