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 2019/04/05 13:30:56 UTC

[Bug 63319] New: ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns

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

            Bug ID: 63319
           Summary: ArrayIndexOutOfBoundsException in Aggregate Graph when
                    selecting 90% or 95% columns
           Product: JMeter
           Version: 5.1.1
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: renaud.michel.defimedia+asf@gmail.com
  Target Milestone: JMETER_5.1.1

Created attachment 36510
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36510&action=edit
exception from jmeter.log

Using jmeter 5.1.1 and the Aggregate Graph listener, if I select the columns
for "90% line" or "95% line", I get an ArrayIndexOutOfBoundsException, see
attached file with full stacktrace.
The other columns work file.

This may be related to bug 62770

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

[Bug 63319] ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
           Keywords|                            |FixedInTrunk

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Fixed in trunk and will be released with next version of JMeter, which is
probably 5.2.

@Renaud could you test, if it really fixes your problem. 

Date: Sat May 11 17:12:15 2019
New Revision: 1859118

URL: http://svn.apache.org/viewvc?rev=1859118&view=rev
Log:
ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95%
columns

The labels for the graph models need other parameters than those for the table.

Bugzilla Id: 63319


Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatGraphVisualizer.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 63319] ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns

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

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
Date: Sat May 11 18:29:45 2019
New Revision: 1859120

URL: http://svn.apache.org/viewvc?rev=1859120&view=rev
Log:
Make checkstyle happy

Remove unused imports which accidently got added while working on Bug 63319
Shorten line length which got a bit out of hand while working on the same bug.

Bugzilla Id: 63319
Followup to 1859118

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SamplerResultTab.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java

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

[Bug 63319] ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns

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

Renaud Michel <re...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Renaud Michel <re...@gmail.com> ---
Yes, I tried the latest nightly build (r1859157) and all the columns of the
aggregate graph now work.
Thank you

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

[Bug 63319] ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns

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

RuThaNiel van den Naar <ru...@email.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|JMETER_5.1.1                |JMETER_5.2

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