You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is log output. This is just one of many spawns of CMDRunner.jar after installing JMeter Standard Plugins. None of the CDMRunner.jar invocations worked.
failed: java -jar /fast/jmeter/apache-jmeter-2.12/lib/ext/CMDRunner.jar --tool Reporter --input-jtl summary_report.data --plugin-type PageDataExtractorOverTime --generate-csv page-data-extractor-over-time.csv
INFO 2015-01-07 15:41:14.567 kg.apc.j: Using JMeterPluginsCMD v. 1.2.0
INFO 2015-01-07 15:41:14.675 kg.apc.j: Loading system properties from: /fast/jmeter/apache-jmeter-2.12/bin/system.properties
INFO 2015-01-07 15:41:14.678 jmeter.u: Setting Locale to en_US
INFO 2015-01-07 15:41:14.737 kg.apc.j: Loading user properties from: /fast/jmeter/apache-jmeter-2.12/bin/user.properties
INFO 2015-01-07 15:41:14.751 kg.apc.j: Loading system properties from: /fast/jmeter/apache-jmeter-2.12/bin/system.properties
ERROR: java.lang.RuntimeException: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
*** Problem's technical details go below ***
Home directory was detected as: /fast/jmeter/apache-jmeter-2.12/lib/ext
Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:337)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:334)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:330)
at kg.apc.jmeter.PluginsCMDWorker.setPluginType(PluginsCMDWorker.java:174)
at kg.apc.cmdtools.ReporterTool.processParams(ReporterTool.java:97)
at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:63)
at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at kg.apc.cmd.UniversalRunner.main(UniversalRunner.java:174)
Caused by: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:327)
... 11 more ERROR
File "/tools/python/python/lib/python2.7/threading.py", line 524, in __bootstrap
self.__bootstrap_inner()
File "/tools/python/python/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/tools/python/python/lib/python2.7/threading.py", line 504, in run
self.__target(_self.__args, *_self.__kwargs)
File "solrjmeter.py", line 86, in run_cmd
error('failed: %s' % cmd)
File "solrjmeter.py", line 66, in error
traceback.print_stack()
The text was updated successfully, but these errors were encountered:
Here is log output. This is just one of many spawns of CMDRunner.jar after installing JMeter Standard Plugins. None of the CDMRunner.jar invocations worked.
failed: java -jar /fast/jmeter/apache-jmeter-2.12/lib/ext/CMDRunner.jar --tool Reporter --input-jtl summary_report.data --plugin-type PageDataExtractorOverTime --generate-csv page-data-extractor-over-time.csv
INFO 2015-01-07 15:41:14.567 kg.apc.j: Using JMeterPluginsCMD v. 1.2.0
INFO 2015-01-07 15:41:14.675 kg.apc.j: Loading system properties from: /fast/jmeter/apache-jmeter-2.12/bin/system.properties
INFO 2015-01-07 15:41:14.678 jmeter.u: Setting Locale to en_US
INFO 2015-01-07 15:41:14.737 kg.apc.j: Loading user properties from: /fast/jmeter/apache-jmeter-2.12/bin/user.properties
INFO 2015-01-07 15:41:14.751 kg.apc.j: Loading system properties from: /fast/jmeter/apache-jmeter-2.12/bin/system.properties
ERROR: java.lang.RuntimeException: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
*** Problem's technical details go below ***
Home directory was detected as: /fast/jmeter/apache-jmeter-2.12/lib/ext
Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:337)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:334)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:330)
at kg.apc.jmeter.PluginsCMDWorker.setPluginType(PluginsCMDWorker.java:174)
at kg.apc.cmdtools.ReporterTool.processParams(ReporterTool.java:97)
at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:63)
at kg.apc.cmdtools.PluginsCMD.processParams(PluginsCMD.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at kg.apc.cmd.UniversalRunner.main(UniversalRunner.java:174)
Caused by: java.lang.ClassNotFoundException: kg.apc.jmeter.vizualizers.ResponseCodesPerSecondGui
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at kg.apc.jmeter.PluginsCMDWorker.getGUIObject(PluginsCMDWorker.java:327)
... 11 more
ERROR
File "/tools/python/python/lib/python2.7/threading.py", line 524, in __bootstrap
self.__bootstrap_inner()
File "/tools/python/python/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/tools/python/python/lib/python2.7/threading.py", line 504, in run
self.__target(_self.__args, *_self.__kwargs)
File "solrjmeter.py", line 86, in run_cmd
error('failed: %s' % cmd)
File "solrjmeter.py", line 66, in error
traceback.print_stack()
The text was updated successfully, but these errors were encountered: