I am trying to run a very simple test in Jenkins using JMeter.
JMeter Version 2.13 & Running Jenkins Locally and JMeter is also stored locally.
Executing in Jenkins using windows batch command.
when running the job in Jenkins i get the following error message in Console Output:
Uncaught Exception java.lang.ExceptionInInitializerError. See log file for details. Uncaught Exception java.lang.NoClassDefFoundError: Could not initialise class org.apache.jmeter.gui.util.MenuFactory. See log file for details.
I went to manage Jenkins and system logs but no information in there.
Any ideas?



jmeter.batwithout supplynig the command line arguments, you're able to see the GUI and use it without any issue? - Morfic