Reputation: 237
When I run the test, I got this error:
2017-07-01 18:21:14,752 ERROR o.a.j.JMeter: Uncaught exception: java.lang.NoSuchMethodError: org.apache.jmeter.samplers.SampleSaveConfiguration.setFormatter(Ljava/text/DateFormat;)
I've tried this solution but it doesn't work https://groups.google.com/forum/?hl=ru#!topic/jmeter-plugins/5HFRZaH9suQ
I would be appreciated for any help.
Upvotes: 0
Views: 716
Reputation: 58772
setFormatter function exists in Jmeter 3.1 and not in Jmeter 3.2
Work with Jmeter 3.1 until a fix will be done to PerfMon plugin
Upvotes: 0
Reputation: 168082
It might be a .jar clash, i.e. you have newer JMeter version and older PerfMon plugin or something like that.
The fastest and the easiest solution would be installing everything from scratch, steps are:
Options -> Plugins Manager
Available Plugins
tab and install PerfMon (Servers Performance Monitoring)
and any other pluginsYou can try fixing existing installation, in this case you will need to provide at least exact JMeter and any plugins versions and full contents of lib and lib/ext folders.
Upvotes: 1