https://issues.apache.org/bugzilla/show_bug.cgi?id=56875
Bug ID: 56875
Summary: Conversion error
Product: JMeter
Version: 2.11
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31935
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31935&action=edit
jmeter log file
Every thing works fine under Java 7. With Java 8, I run into problems. I have
the same problem under current Linux distributions. I use following plugin:
JMeterPlugins-ExtrasLibs-1.1.3
Test plan:
<?xml version="1.0" encoding="UTF-8"?>
<jmeterTestPlan version="1.2" properties="2.6" jmeter="2.11 r1554548">
<hashTree>
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Testplan"
enabled="true">
<stringProp name="TestPlan.comments"></stringProp>
<boolProp name="TestPlan.functional_mode">false</boolProp>
<boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
<elementProp name="TestPlan.user_defined_variables"
elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments"
testname="Benutzer definierte Variablen" enabled="true">
<collectionProp name="Arguments.arguments"/>
</elementProp>
<stringProp name="TestPlan.user_define_classpath"></stringProp>
<collectionProp name="TestPlan.thread_groups"/>
</TestPlan>
<hashTree>
....
<ThroughputController guiclass="ThroughputControllerGui"
testclass="ThroughputController" testname="Durchsatz-Controller"
enabled="true">
<intProp name="ThroughputController.style">1</intProp>
<boolProp name="ThroughputController.perThread">false</boolProp>
<intProp name="ThroughputController.maxThroughput">1</intProp>
<FloatProperty>
<name>ThroughputController.percentThroughput</name>
<value>20.0</value>
<savedValue>0.0</savedValue>
</FloatProperty>
</ThroughputController>
<hashTree>
<GenericController guiclass="LogicControllerGui"
testclass="GenericController" testname="checkout" enabled="true"/>
--
You are receiving this mail because:
You are the assignee for the bug.