2009/9/24 vijayakumar <[email protected]>: > Dear All , > > Am running my JMeter test plan for 300 users , which contains some 35 - 40 > Http Request pages . > > While running this test plan , am getting the following error in JMeter > command prompt . > > D:\jakarta-jmeter-2.3.2\bin>jmeter > Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: > Inde > x: 0, Size: 1 > at java.util.ArrayList.RangeCheck(Unknown Source) > at java.util.ArrayList.get(Unknown Source) > at > org.apache.jorphan.gui.ObjectTableModel.getValueAt(ObjectTableModel.j > ava:170) > at javax.swing.JTable.getValueAt(Unknown Source) > at javax.swing.JTable.prepareRenderer(Unknown Source) > at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source) > at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source) > at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source) > at javax.swing.plaf.ComponentUI.update(Unknown Source) > at javax.swing.JComponent.paintComponent(Unknown Source) > at javax.swing.JComponent.paint(Unknown Source) > at javax.swing.JComponent.paintToOffscreen(Unknown Source) > at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown > S > ource) > at javax.swing.RepaintManager$PaintManager.paint(Unknown Source) > at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) > at javax.swing.RepaintManager.paint(Unknown Source) > at javax.swing.JComponent._paintImmediately(Unknown Source) > at javax.swing.JComponent.paintImmediately(Unknown Source) > at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) > at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) > at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source) > at > javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknow > n Source) > at java.awt.event.InvocationEvent.dispatch(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > My JMeter batch file connection settings are as follows . > > rem including some tuning recommendations > set HEAP=-Xms512m -Xmx1024m > set NEW=-XX:NewSize=128m -XX:MaxNewSize=512m > set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50% > set TENURING=-XX:MaxTenuringThreshold=2 > set EVACUATION=-XX:MaxLiveObjectEvacuationRatio=20% > set RMIGC=-Dsun.rmi.dgc.client.gcInterval=600000 > -Dsun.rmi.dgc.server.gcInterval=600000 > set PERM=-XX:PermSize=128m -XX:MaxPermSize=128m > set DEBUG=-verbose:gc -XX:+PrintTenuringDistribution > > Please provide me a solution to sort out this issue .
Try upgrading to the latest version of JMeter (2.3.4) which has lots of bug fixes compared with 2.3.2. If you can't do that, then remove as many listeners as possible. > Thanking You > With warm regards, > Vijayakumar.C --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

