2015-09-25 73 views
0

我在嘗試將測試計劃(.xml文件)導入到JMeter時遇到錯誤。這裏的錯誤:無法在JMeter 2.8.20130705中打開.xml(working)測試計劃「轉換錯誤」

ERROR - jmeter.save.SaveService: Conversion error com.thoughtworks.xstream.converters.ConversionException: org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy : org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy 
---- Debugging information ---- 
message    :org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy 
cause-exception  :com.thoughtworks.xstream.mapper.CannotResolveClassException 
cause-message  : org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy 
class    : org.apache.jorphan.collections.ListedHashTree 
required-type  : org.apache.jorphan.collections.ListedHashTree 
converter-type  : org.apache.jmeter.save.converters.HashTreeConverter 
path    : /jmeterTestPlan/hashTree/hashTree/hashTree/HTTPSamplerProxy 
line number   : 29 

第29行中的.xml:

<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Petición HTTP" enabled="true"> 

任何想法,爲什麼?非常感謝!

回答

1

您正在使用哪個版本的Java? 您的jmeter版本與Java 8不兼容。

升級到jmeter 2.13並重試。

+0

謝謝!工作! – marianogg9

相關問題