jmeter分布式出现
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.io.InvalidClassException: kg.apc.jmeter.threads.AbstractSimpleThreadGroup;
local class incompatible: stream classdesc serialVersionUID = -2405554363432379872,
local class serialVersionUID = 2316774539843805545
这种情况是因为主机和代理机上的jmeter版本号或者jdk版本不相同导致,下面是官网对分布式写的一些注意事项