Closed IvanKvashnin closed 3 months ago
Hello, thank you for asking about this!
Looks like the issue is related to the usage of autoStop with DistributedJmeterEngine. You can try removing the autoStop listener, if that works, then to re add it you should try including in slave nodes the jmeter-java-dsl jar in jmeter class path to be able to use the auto stop Listener in such scenarios.
There is no simple way to automatically add such jar in distributed engine. If anyone has any ideas to solve this problem without manual intervention, they are welcome :).
I'm closing this since we haven't had any further comments on the issue.
java - 21 apache-jmeter - 5.6.3 jmeter-java-dsl - 1.28.1
When i start remote testing by dsl instruction, i take error java.lang.NoSuchMethodException: ru.membrana.performancetest.DistributedJmeterEngine$1
Tried different choice:
For disable server rmi ssl i rewrite class DistributedJmeterEngines and setProperty("server.rmi.ssl.disable", "true");
I take the same error with DistributedJmeterEngineCustom$1