jmeter分布式负载测试 - java.rmi.ServerException
如果我问错了问题,我很抱歉,我是 Jmeter 的新手。
我正在尝试在从机上运行分布式负载。
使用从机[在主机上设置属性文件]
运行测试并且从机Jmeter服务器正在运行时
出现以下异常:
rconfigure() 方法 java.rmi.ServerException 中出现错误: 服务器线程中发生RemoteException;嵌套异常是: java.rmi.UnmarshalException:解组参数时出错;嵌套异常是: java.io.InvalidClassException: org.apache.jmeter.protocol.http.control.CacheManager;本地类 不兼容:流 classdesc serialVersionUID = 235,本地类 序列版本UID = 236
您能帮忙解决上述错误吗?
I am sorry if I am asking a wrong question, I am new to Jmeter.
I am trying to run distributed load on slave machine.
While running test with slave machine [ set properties file at master machine]
and Slave Jmeter-server is running
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.io.InvalidClassException: org.apache.jmeter.protocol.http.control.CacheManager; local class
incompatible: stream classdesc serialVersionUID = 235, local class
serialVersionUID = 236
Could you please help with above error.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
鉴于您在 这一行
表示master和slave运行的JMeter版本不同,
需要使用相同版本根据 JMeter 最佳实践 需要是最新版本的 JMeter
也建议使用:
更多信息: 如何在JMeter
Given you have different values in this line
it means that the master and the slave are running different version of JMeter
You need to use the same version of JMeter for the master and the slave(s), according to JMeter Best Practices it needs to be the latest version of JMeter
also it's recommended to use:
More information: How to Perform Distributed Testing in JMeter