Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Jmeter-InfluxDB Writer Plugin v1.1 with Jmeter 3.0 #1

Open
ciitronian25 opened this issue Feb 17, 2017 · 5 comments
Open

Comments

@ciitronian25
Copy link

Hi
I have downloaded writer plugin v1.1 and trying to use this with Jmeter V3.0 but i am having issues. I got following error when i click jmeter.bat "An error occured: class com.google.common.collect.AbstractMapBaseMultimap overrides final methond setMap.<Ljava/util/Map;>V errorlevel=1 "

Can you tell me what is the issue? thanks

@miteshlimbachia
Copy link

Hi I too am experiencing same error, I am using same versions as ciitronian25 and getting same error. this would be a great plugin to use in my case to leverage further benefits of jmeter and influxdb.

when would this be getting a look over...Thanks

@AlexanderWert
Copy link
Contributor

Hi,

the only dependencies of this extension are to:

  • org.apache.jmeter:ApacheJMeter_core:3.1
  • org.apache.jmeter:ApacheJMeter_components:3.1
  • org.influxdb:influxdb-java:2.4

So I assume the problem is that this extension only works for JMeter 3.1 and higher. I didn't try to run it with JMeter 3.0.
Another thing you could try is to change the jmeter dependencies to 3.0 and rebuild the binaries after that.

@AlexanderWert
Copy link
Contributor

@miteshlimbachia , @ciitronian25 can you confirm that this issue was related to using JMeter version 3.0 instead of JMeter 3.1 ?

@UshaGo
Copy link

UshaGo commented Nov 1, 2018

Hi, I am trying to use this plugin with JMeter 4.0. I have installed influxdb 1.6 and grafana 5.3.2
I have downloaded the jar file and restarted jmeter after copying the jar file to lib/ext. When I run the test in Jmeter, I get the following error -

2018-11-01 14:30:08,264 WARN o.a.j.g.u.MenuFactory: Configuration error, probably corrupt or missing third party library(jar)? Could not create class: kg.apc.jmeter.reporters.LoadosophiaUploaderGui.
java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/multipart/PartSource

and -

java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0
*
^
at java.util.regex.Pattern.error(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.sequence(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.expr(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.compile(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.compile(Unknown Source) ~[?:1.8.0_181]
at java.util.regex.Pattern.matches(Unknown Source) ~[?:1.8.0_181]
at java.lang.String.matches(Unknown Source) ~[?:1.8.0_181]
at rocks.nt.apm.jmeter.JMeterInfluxDBBackendListenerClient.handleSampleResults(JMeterInfluxDBBackendListenerClient.java:107) ~[JMeter-InfluxDB-Writer-plugin-1.2.jar:1.2]
at org.apache.jmeter.visualizers.backend.BackendListener.sendToListener(BackendListener.java:267) ~[ApacheJMeter_components.jar:4.0 r1823414]
at org.apache.jmeter.visualizers.backend.BackendListener$Worker.run(BackendListener.java:239) ~[ApacheJMeter_components.jar:4.0 r1823414]
2018-11-01 14:35:11,916 INFO o.a.j.g.a.Start: Stopping test

Appreciate any help to proceed, please !

@UshaGo
Copy link

UshaGo commented Nov 1, 2018

Also, I am running this on Windows 7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants