mderevyankoaqa / jmeter-influxdb2-listener-plugin

Influx DB v2.0 listener plugin for Apache JMeter. Provides the possibility to see the online dashboard (aggregation table, errors, the response body of failures).
Apache License 2.0
114 stars 40 forks source link

Jmeter not able to load JSR223Sampler and related with jmeter-influxdb2-listener-plugin #99

Open caozhong opened 8 months ago

caozhong commented 8 months ago

the jmeter scripts works well with meter 5.6, until jmeter-influxdb2-listener-plugin placed under jmeter lib/ext, then loading the scripts fails, with pop up error message during loading: Error org.apache.jmeter.util.JSR223BeanInfoSupport.

with jmeter-influxdb2-listener-plugin, load ing scripts works only when all JSR223Sampler in the scripts deleted.

caozhong commented 8 months ago

jmeter 5.6.2 works while 5.6.3 lib has above issue

Xebi4i commented 5 months ago

The same. Can the author rebuild the .jar with the supporting 3.0.20 version of Groovy plugins instead of 3.0.17? It causes collapses. Thanks @mderevyankoaqa

ShigellaShigella commented 1 month ago

@caozhong It is interesting, because I have same issue with version 5.6.2 (I tried plugin version 2.5 and 2.8). I get the impression it is something with UI, because we use 5.6.2 version in the pipeline, when we run it from command line.
@mderevyankoaqa if you could find a moment I would be really thankful, because your plugin helps me a lot!