0
votes

I am trying to run distributed load on 2 machine [ 50% from master:local host and 50% slave machine]

while running test with slave machine [ set properties file at master machine] and run the scenario in non gui mode

jmeter -n -t script.jmx -R <slavemachineIP> -l log.jtl

Getting below exception :

Error in rconfigure() method java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: kg.apc.jmeter.threads.UltimateThreadGroup (no security manager: RMI class loader disabled)

Remote engines have been started

could you please help with above error

Regards, perftester

1

1 Answers

1
votes

You need to install at least Ultimate Thread Group plugin to all remote slaves. It can be done using JMeter Plugins Manager

Also be aware that JMeter master doesn't produce any load, it only reads the test plan, applies configuration and sends it for execution to remote slaves. So your "master" node won't produce any load unless you run jmeter-server on it.

References: