利用jmeter工具做分散式效能測試,排程機遠端排程執行機執行指令碼的時候,報錯了。
報錯資訊如下:
Error in rconfigure() method java.lang.ClassCastException: cannot assign instance of java.util.HashMap to field org.apache.jorphan.collections.HashTree.data of type java.util.IdentityHashMap in instance of org.apache.jorphan.collections.ListedHashTree
報錯原因:
排程機和執行機jmeter版本不一致導致。
解決方法:
排程機和執行機jmeter版本統一。