Getting below exception when I try convert generated jtl file to csv using cmdRunner.jar. I'm running the jmx files using ant script(jmeter task), after the execution when I try get stats i.e. mainly aggregate report seeing below exception...even though I have all required jars in lib.
The issue is mainly when I run from a linux server but in local machine(windows OS) it is fine and I'm able to generate the csv.
Can someone please help on this.
aggregate-report:
[java] ERROR: java.lang.NoSuchMethodError: org.apache.jmeter.save.CSVSaveService.saveCSVStats(Ljava/util/List;Ljava/io/FileWriter;[Ljava/lang/String;)V
[java] *** Problem's technical details go below ***
[java] Home directory was detected as: /opt/performance/apache/apache-jmeter-3.3/lib/ext
[java] Exception in thread "main" java.lang.NoSuchMethodError: org.apache.jmeter.save.CSVSaveService.saveCSVStats(Ljava/util/List;Ljava/io/FileWriter;[Ljava/lang/String;)V
[java] at kg.apc.jmeter.vizualizers.AggregateReportGui$FakeGraphPanelChart.saveGraphToCSV(AggregateReportGui.java:261)
[java] at kg.apc.jmeter.PluginsCMDWorker.doJob(PluginsCMDWorker.java:161)
[java] at kg.apc.cmdtools.ReporterTool.processParams(ReporterTool.java:250)
[java] at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:62)
[java] at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:21)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[java] at java.lang.reflect.Method.invoke(Method.java:498)
[java] at kg.apc.cmd.UniversalRunner.main(UniversalRunner.java:115)
[java] Java Result: 1