https://bz.apache.org/bugzilla/show_bug.cgi?id=63476
--- Comment #5 from Auro <[email protected]> --- The list of jars is different between the old and the new version, but the jar related to the backend listner class is the same. This is the log from jmeter 5.1.1 2019-05-31 15:16:13,527 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/html is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser 2019-05-31 15:16:13,528 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xhtml+xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser 2019-05-31 15:16:13,528 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for application/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser 2019-05-31 15:16:13,528 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/xml is org.apache.jmeter.protocol.http.parser.LagartoBasedHtmlParser 2019-05-31 15:16:13,528 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/vnd.wap.wml is org.apache.jmeter.protocol.http.parser.RegexpHTMLParser 2019-05-31 15:16:13,528 INFO o.a.j.p.h.s.HTTPSamplerBase: Parser for text/css is org.apache.jmeter.protocol.http.parser.CssParser 2019-05-31 15:16:13,596 WARN o.a.j.u.JMeterUtils: no icon for toolbar/19x19arrow-right-3.png 2019-05-31 15:16:13,603 INFO o.a.j.s.SampleResult: Note: Sample TimeStamps are START times 2019-05-31 15:16:13,604 INFO o.a.j.s.SampleResult: sampleresult.default.encoding is set to ISO-8859-1 2019-05-31 15:16:13,604 INFO o.a.j.s.SampleResult: sampleresult.useNanoTime=true 2019-05-31 15:16:13,604 INFO o.a.j.s.SampleResult: sampleresult.nanoThreadSleep=5000 2019-05-31 15:16:14,729 WARN o.a.j.g.ObjectTableModel: Header count=13 but classes count=11 2019-05-31 15:16:14,729 WARN o.a.j.g.ObjectTableModel: Header count=13 but writeFunctor count=11 2019-05-31 15:16:15,533 INFO o.a.j.e.KeyToolUtils: keytool found at 'keytool' 2019-05-31 15:16:15,533 INFO o.a.j.p.h.p.ProxyControl: HTTP(S) Test Script Recorder SSL Proxy will use keys that support embedded 3rd party resources in file /Users/arolle/Programs/apache-jmeter-5.1.1/bin/proxyserver.jks 2019-05-31 15:16:16,260 INFO o.a.j.s.FileServer: Default base='/Users/arolle/Repo/jmeter-push-gateway' 2019-05-31 15:16:21,258 INFO o.a.j.g.a.Load: Loading file: /Users/arolle/Repo/jmeter-prometheus-plugin/Script.jmx 2019-05-31 15:16:21,258 INFO o.a.j.s.FileServer: Set new base='/Users/arolle/Repo/jmeter-prometheus-plugin' 2019-05-31 15:16:21,434 INFO o.a.j.s.SaveService: Testplan (JMX) version: 2.2. Testlog (JTL) version: 2.2 2019-05-31 15:16:21,438 INFO o.a.j.s.SaveService: Using SaveService properties file encoding UTF-8 2019-05-31 15:16:21,441 INFO o.a.j.s.SaveService: Using SaveService properties version 5.0 2019-05-31 15:16:21,445 INFO o.a.j.s.SaveService: Loading file: /Users/arolle/Repo/jmeter-prometheus-plugin/Script.jmx 2019-05-31 15:16:21,746 INFO o.a.j.p.h.c.CookieManager: Settings: Delete null: true Check: true Allow variable: true Save: true Prefix: COOKIE_ 2019-05-31 15:16:21,749 INFO o.a.j.p.h.c.CacheManager: Will only cache the following methods: [GET] 2019-05-31 15:16:23,306 ERROR o.a.j.v.b.BackendListenerGui: Error setting class: 'com.facilitylive.jmeterpushgatewaylistner.PushGatewayListener' in BackendListener: Backend Listener, check for a missing jar inyour jmeter 'search_paths' and 'plugin_dependency_paths' properties 2019-05-31 15:16:23,323 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must contain the string: '.functions.' 2019-05-31 15:16:23,323 INFO o.a.j.e.u.CompoundVariable: Note: Function class names must not contain the string: '.gui.' 2019-05-31 15:16:24,303 INFO o.a.j.s.FileServer: Set new base='/Users/arolle/Repo/jmeter-prometheus-plugin' it seems that the additional jar is completely ignored. Do you know how to debug the class loader? -- You are receiving this mail because: You are the assignee for the bug.
