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 2015/07/08 11:32:23 UTC

[Bug 58114] New: Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

            Bug ID: 58114
           Summary: Issue on while Adding Components under Threadgroup
                    using mouse scrolling except Listeners
           Product: JMeter
           Version: 2.13
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: ramanathan@elmeasure.com

Created attachment 32890
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32890&action=edit
in JMETER CMD console window.

While Adding Components under Threadgroup using mouse scroll it will simply
hangs and in jmeter CMD windows displaying exception like :
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -1. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -1. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -16. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -16. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -19. See log file
for details.
Uncaught Exception java.lang.ArrayIndexOutOfBoundsException: -19. See log file
for details.

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

[Bug 58114] Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |DUPLICATE
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---


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

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

[Bug 58114] Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

--- Comment #4 from Ram <ra...@elmeasure.com> ---
Created attachment 32891
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32891&action=edit
while scrolling jmeter menus are vanishing/hanging

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

[Bug 58114] Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

Ram <ra...@elmeasure.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|All                         |Windows 8

--- Comment #2 from Ram <ra...@elmeasure.com> ---
OS: Windows 8.1 enterprise.

java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

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

[Bug 58114] Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

Ram <ra...@elmeasure.com> changed:

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

--- Comment #3 from Ram <ra...@elmeasure.com> ---
The Log file Message are,

2015/07/08 16:11:40 ERROR - jmeter.JMeter: Uncaught exception: 
java.lang.ArrayIndexOutOfBoundsException: -12
    at org.apache.jorphan.gui.MenuScroller.refreshMenu(MenuScroller.java:552)
    at org.apache.jorphan.gui.MenuScroller.access$300(MenuScroller.java:55)
    at
org.apache.jorphan.gui.MenuScroller$MouseScrollListener.mouseWheelMoved(MenuScroller.java:578)
    at java.awt.Component.processMouseWheelEvent(Component.java:6593)
    at java.awt.Component.processEvent(Component.java:6277)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4861)
    at java.awt.Container.dispatchEventToSelf(Container.java:2311)
    at java.awt.Component.dispatchMouseWheelToAncestor(Component.java:5014)
    at java.awt.Component.dispatchEventImpl(Component.java:4745)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4521)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
    at java.awt.EventQueue.access$200(EventQueue.java:103)
    at java.awt.EventQueue$3.run(EventQueue.java:688)
    at java.awt.EventQueue$3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged(Native Method)
    at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
    at java.awt.EventQueue$4.run(EventQueue.java:702)
    at java.awt.EventQueue$4.run(EventQueue.java:700)
    at java.security.AccessController.doPrivileged(Native Method)
    at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
    at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

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

[Bug 58114] Issue on while Adding Components under Threadgroup using mouse scrolling except Listeners

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |NEEDINFO

--- Comment #1 from Sebb <se...@apache.org> ---
What are the log file messages?

What OS are you using?

Which version of Java?

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