You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2014/08/20 16:59:04 UTC

[Bug 56875] New: Conversion error

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: issues@jmeter.apache.org
          Reporter: mirko.ebert@gmail.com

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.

[Bug 56875] Conversion error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56875

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Sebb <se...@apache.org> ---
Try upgrading XStream to 1.4.6 or 1.4.7

*** This bug has been marked as a duplicate of bug 56080 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56875] Conversion error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56875

--- Comment #3 from mirko.ebert@gmail.com ---
It works now. THX

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 56875] Conversion error

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56875

mirko.ebert@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from mirko.ebert@gmail.com ---
The test plan snippet is the error line from meter log.

-- 
You are receiving this mail because:
You are the assignee for the bug.