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

All CMDRunner.jar invocations produce ClassNotFoundExceptions #5

Open
vvolkman opened this issue Jan 7, 2015 · 0 comments
Open

All CMDRunner.jar invocations produce ClassNotFoundExceptions #5

vvolkman opened this issue Jan 7, 2015 · 0 comments

Comments

@vvolkman
Copy link

vvolkman commented Jan 7, 2015

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()

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

1 participant