Try look inside of this file and search there a version of JMeter where it was created. I think this happened when difference of versions is too big. I faced with it on my work when my work mate tried to open my test plan on his new version of JMeter and mine was old. Also update or downgrade jmeter plugins module because it can be separate part with its own version number . I think it's quite definitely what you're looking for
С уважением, Илюшкин Александр. 28 июня 2014 г. 2:40 пользователь "HigoFelipe" <[email protected]> написал: > Александр, > > I did it, still doesn't work. Here is the log that appears: > > > 2014/06/27 19:37:01 INFO - jmeter.gui.action.Load: Merging file: > /home/higo/Downloads/apache-jmeter-2.11/shibb.jmx > 2014/06/27 19:37:01 ERROR - jmeter.save.SaveService: Conversion error > com.thoughtworks.xstream.converters.ConversionException: null : null > ---- Debugging information ---- > cause-exception : java.lang.NullPointerException > cause-message : null > class : org.apache.jmeter.testelement.WorkBench > required-type : org.apache.jmeter.testelement.WorkBench > converter-type : > org.apache.jmeter.save.converters.TestElementConverter > path : > /jmeterTestPlan/hashTree/org.apache.jmeter.testelement.WorkBench > line number : 3 > class[1] : org.apache.jorphan.collections.ListedHashTree > converter-type[1] : org.apache.jmeter.save.converters.HashTreeConverter > ------------------------------- : null : null > ---- Debugging information ---- > cause-exception : java.lang.NullPointerException > cause-message : null > class : org.apache.jmeter.testelement.WorkBench > required-type : org.apache.jmeter.testelement.WorkBench > converter-type : > org.apache.jmeter.save.converters.TestElementConverter > path : > /jmeterTestPlan/hashTree/org.apache.jmeter.testelement.WorkBench > line number : 3 > class[1] : org.apache.jorphan.collections.ListedHashTree > converter-type[1] : org.apache.jmeter.save.converters.HashTreeConverter > ------------------------------- > message : null : null > ---- Debugging information ---- > cause-exception : java.lang.NullPointerException > cause-message : null > class : org.apache.jmeter.testelement.WorkBench > required-type : org.apache.jmeter.testelement.WorkBench > converter-type : > org.apache.jmeter.save.converters.TestElementConverter > path : > /jmeterTestPlan/hashTree/org.apache.jmeter.testelement.WorkBench > line number : 3 > class[1] : org.apache.jorphan.collections.ListedHashTree > converter-type[1] : org.apache.jmeter.save.converters.HashTreeConverter > ------------------------------- > cause-exception : > com.thoughtworks.xstream.converters.ConversionException > cause-message : null : null > first-jmeter-class : > > org.apache.jmeter.save.converters.HashTreeConverter.unmarshal(HashTreeConverter.java:65) > class : org.apache.jmeter.save.ScriptWrapper > required-type : org.apache.jmeter.testelement.WorkBench > converter-type : org.apache.jmeter.save.ScriptWrapperConverter > path : > /jmeterTestPlan/hashTree/org.apache.jmeter.testelement.WorkBench > line number : 3 > version : 2.11 r1554548 > ------------------------------- > 2014/06/27 19:37:01 WARN - jmeter.gui.action.Load: Unexpected error > org.apache.jmeter.exceptions.IllegalUserActionException: Empty TestPlan - > see log file > at > org.apache.jmeter.gui.action.Load.insertLoadedTree(Load.java:174) > at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:136) > at org.apache.jmeter.gui.action.Load.loadProjectFile(Load.java:105) > at org.apache.jmeter.gui.action.Load.doAction(Load.java:92) > at > > org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81) > at > org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40) > at > org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:63) > at > java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) > at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) > at java.awt.EventQueue.access$200(EventQueue.java:103) > at java.awt.EventQueue$3.run(EventQueue.java:694) > at java.awt.EventQueue$3.run(EventQueue.java:692) > at java.security.AccessController.doPrivileged(Native Method) > at > > java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) > at > > java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) > at > > java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) > at > > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) > > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Empty-test-plan-when-trying-to-merge-tp5720429p5720431.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
