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