While running Jmeter jmx script from Jenkins command line I am getting the below error.
Error in NonGUIDriver java.lang.IllegalArgumentException:
Problem loading XML from:'/Users/msn/apache-jmeter-2.13/bin/testMsn.jmx',
conversion error com.thoughtworks.xstream.converters.ConversionException:
org/apache/commons/lang3/CharUtils : org/apache/commons/lang3/CharUtils
I have all the plug-in installed in my Jmeter/lib/ext.
Can someone help me point out which jar is missing to resolve this issue
Building in workspace /Users/Shared/Jenkins/Home/jobs/Jmeter-First/workspace
[workspace] $ /bin/sh -xe /Users/Shared/Jenkins/tmp/hudson6757313439371769855.sh
+ /Users/msn/apache-jmeter-2.13/bin/jmeter.sh -n -t /Users/msn/apache-jmeter- 2.13/bin/TestPlan.jmx
Error in NonGUIDriver java.lang.IllegalArgumentException: Problem loading XML from:'/Users/msn/apache-jmeter-2.13/bin/TestPlan.jmx', conversion error com.thoughtworks.xstream.converters.ConversionException: org/apache/commons/lang3/CharUtils : org/apache/commons/lang3/CharUtils
---- Debugging information ----
message : org/apache/commons/lang3/CharUtils
cause-exception : java.lang.NoClassDefFoundError
cause-message : org/apache/commons/lang3/CharUtils
first-jmeter-class : org.apache.jmeter.samplers.SampleSaveConfiguration. <clinit>(SampleSaveConfiguration.java:323)
class : org.apache.jmeter.save.ScriptWrapper
required-type : org.apache.jmeter.reporters.ResultCollector
converter-type : org.apache.jmeter.save.ScriptWrapperConverter
path : /jmeterTestPlan/hashTree/hashTree/hashTree/ResultCollector
line number : 46
version : 2.13 r1665067
------------------------------
Finished: SUCCESS