https://bz.apache.org/bugzilla/show_bug.cgi?id=63471

            Bug ID: 63471
           Summary: Report generation
           Product: JMeter
           Version: 5.1.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: JMETER_5.2

having this lines on user.properties

jmeter.reportgenerator.apdex_satisfied_threshold=500
jmeter.reportgenerator.apdex_tolerated_threshold=1500

and running jmeter with

jmeter.sh -n -t /workspace/JMSCRIPT.jmx -LERROR -j /workspace/run.log -l
/workspace/run.jtl -e -o /workspace/report
-Jjmeter.save.saveservice.output_format=csv
-Jjmeter.save.saveservice.response_data=false 
-Jjmeter.save.saveservice.samplerData=false
-Jjmeter.save.saveservice.requestHeaders=false
-Jjmeter.save.saveservice.url=false
-Jjmeter.save.saveservice.responseHeaders=false


the report generation fails with this error:

2019-05-28 13:31:20,260 ERROR o.a.j.JMeter: Error in NonGUIDriver
org.apache.jmeter.report.config.ConfigurationException: Convert "500 " to
"long" is not supported
        at
org.apache.jmeter.report.config.ConfigurationUtils.convert(ConfigurationUtils.java:57)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
        at
org.apache.jmeter.report.config.ReportGeneratorConfiguration.getProperty(ReportGeneratorConfiguration.java:495)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
        at
org.apache.jmeter.report.config.ReportGeneratorConfiguration.getRequiredProperty(ReportGeneratorConfiguration.java:510)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
        at
org.apache.jmeter.report.config.ReportGeneratorConfiguration.loadFromProperties(ReportGeneratorConfiguration.java:628)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
        at
org.apache.jmeter.report.dashboard.ReportGenerator.<init>(ReportGenerator.java:155)
~[ApacheJMeter_core.jar:5.1.1 r1855137]
        at org.apache.jmeter.JMeter.runNonGui(JMeter.java:1059)
[ApacheJMeter_core.jar:5.1.1 r1855137]
        at org.apache.jmeter.JMeter.startNonGui(JMeter.java:991)
[ApacheJMeter_core.jar:5.1.1 r1855137]
        at org.apache.jmeter.JMeter.start(JMeter.java:563)
[ApacheJMeter_core.jar:5.1.1 r1855137]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_121]
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
~[?:1.8.0_121]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_121]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_121]
        at org.apache.jmeter.NewDriver.main(NewDriver.java:253)
[ApacheJMeter.jar:5.1.1 r1855137]

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

Reply via email to