0

Error from terminal after running: $ ./jmeter -n -t Katia_4k1.jmx

Error in NonGUIDriver java.lang.IllegalArgumentException: Problem loading XML from:'/Users/yahavhoffman/Desktop/Katia_4k1.jmx', missing class com.thoughtworks.xstream.converters.ConversionException: 
---- Debugging information ----
cause-exception     : com.thoughtworks.xstream.converters.ConversionException
cause-message       : 
first-jmeter-class  : org.apache.jmeter.save.converters.HashTreeConverter.unmarshal(HashTreeConverter.java:67)
class               : org.apache.jmeter.save.ScriptWrapper
required-type       : org.apache.jorphan.collections.ListedHashTree
converter-type      : org.apache.jmeter.save.ScriptWrapperConverter
path                : /jmeterTestPlan/hashTree/hashTree/hashTree[8]/com.googlecode.jmeter.plugins.webdriver.config.ChromeDriverConfig
line number         : 347
version             : 3.2 r1790748
-------------------------------
SysMurff
  • 126
  • 2
  • 14
  • see https://stackoverflow.com/questions/25759977/conversion-error-when-opening-jmx-file-from-jmeter-2-7-in-jmeter-2-11 – Ori Marko Jun 29 '17 at 08:57

1 Answers1

0

The error is regarding missing WebDriver Sampler plugin, you just need to install it and you should be able to open your Test Plan on next JMeter startup (assuming that this is the only missing plugin)

The recommended way of installing JMeter Plugins and keeping them up-to-date is using JMeter Plugins Manager

JMeter Plugins Manager WebDriver Sampler

Dmitri T
  • 159,985
  • 5
  • 83
  • 133