- What are the differences between GUI and Non_GUI JMX files ?
- Why I am getting these errors ?
- Can I just take a JMX file created by Jmeter GUI and use it on command line Jmeter ?
I tried jmeter on my windows box, works !! Now I want to run this on some remote server ( LINUX ) which does not have GUI, I tried using command line jmeter
Command : ./jmeter.sh -n -t loop.jmx -l log.jtl
following is taken from jmeter.log
2015/03/04 14:21:53 INFO - jmeter.engine.StandardJMeterEngine: Running the test!
2015/03/04 14:21:53 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must contain the string: '.functions.'
2015/03/04 14:21:53 INFO - jmeter.engine.util.CompoundVariable: Note: Function class names must not contain the string: '.gui.'
2015/03/04 14:21:53 ERROR - jmeter.JMeter: Uncaught exception: java.lang.VerifyError: org.apache.xpath.functions.SecuritySupport
at java.lang.ClassLoader.defineClass(ClassLoader.java:275)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:69)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:540)
at java.t java.lang.ClassLoader.defineClass(ClassLoader.java:275)