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 2017/07/13 10:43:56 UTC

[Bug 61292] New: Report generator crashes with apdex_per_transaction parameter - Consumer failed

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

            Bug ID: 61292
           Summary: Report generator crashes with apdex_per_transaction
                    parameter - Consumer failed
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: Kapodar@gmx.de
  Target Milestone: ---

Created attachment 35127
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35127&action=edit
Logfile from the JMeter test run on the PetClinic application

We try to generate an HTML report with the apdex_per_transaction parameter:

D:\apache-jmeter-3.2\bin\jmeter.bat -g D:\LoadTest_Results.wrt -o D:\TestReport
-Jjmeter.reportgenerator.
apdex_per_transaction="0010(.*):1000|2000;"

But the report can't be created due to this error message:

An error occurred: Error while processing samples:Consumer failed with message
:Consumer failed with message :Consumer 
failed with message :Consumer failed with message :null
errorlevel=1

Please find attached the logfile from the JMeter test run on the PetClinic
application.

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

[Bug 61292] Report generator crashes with apdex_per_transaction parameter - Consumer failed

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

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 35144
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35144&action=edit
Check for null samplerName

Check if samplerName is null, before comparing it with a regex.

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

[Bug 61292] Report generator crashes with apdex_per_transaction parameter - Consumer failed

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 OS|                            |All
         Resolution|---                         |FIXED

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Fixed in the upcoming JMeter 3.3 version.

Thanks for the report and the reproducible test case.

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