2) These are timeouts. if jmeter cant connect within connect timeout seconds
or doesnt get a response within response timeout seconds , then it will
throw an error. you can leave them null if you dont care about it(or if your
sure your samples dont hang)
3) It means the server didnt send any response for 2 seconds.which is not
necessarily an error, populate these field only if you know what you are
doing

On Thu, Sep 24, 2009 at 9:48 PM, vijayakumar
<[email protected]>wrote:

> Hi Sebb ,
>
> 1. I have used only two listners in my test plan , 'Aggregate Report' and
> 'View results in Table' . Do you want me to  reduce this as one ??
>
> 2. More over in the version 2.3.4 , What is the purpose of  " Timeouts :-
> Connect & Response  " ? , What will happen if I leave this column as NULL ?
> Please explain about this in details and with Ex if possible . Please ?
>
> 3. When I mention the Response as 2000 ms and run a sample test plan , it
> shows error % in 2.3.4 version , where as the errors are ( Error % ) not
> found if I run the same test plan in 2.3.2 - Please explain why ?
>
> Thanking You
> With warm regards,
> Vijayakumar.C
> ----- Original Message ----- From: "sebb" <[email protected]>
> To: "JMeter Users List" <[email protected]>
> Sent: Thursday, September 24, 2009 9:31 PM
> Subject: Re: Index Out Of Bounds Exception
>
>
>
> 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]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to