On 26 November 2012 15:24, Shaba K <[email protected]> wrote:
> Hi There All,
>
> Any thoughts on why i am hitting the below exception when i run Jmeter
> Scripts.
>
> Am not sure of any one has encountered similar issue as there wasn't much
> help googling
>
> 2012/11/26 15:20:51 ERROR - jmeter.gui.action.ActionRouter: Error
> processing 
> org.apache.jmeter.gui.action.st...@77a7f9java.lang.ArrayIndexOutOfBoundsException:
> 0

The code is trying to get the start of the test plan, but it seems to be empty.

>     at org.apache.jmeter.gui.action.Start.startEngine(Start.java:101)
>     at org.apache.jmeter.gui.action.Start.doAction(Start.java:74)
>     at
> org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:79)
>     at
> org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:40)
>     at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61)
>     at java.awt.event.InvocationEvent.dispatch(Unknown Source)
>     at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
>     at java.awt.EventQueue.access$000(Unknown Source)
>     at java.awt.EventQueue$1.run(Unknown Source)
>     at java.awt.EventQueue$1.run(Unknown Source)
>     at java.security.AccessController.doPrivileged(Native Method)
>     at java.security.AccessControlContext$1.doIntersectionPrivilege(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)
>

Are there any others prior to that in the log file?
Does it happen with all test plans, or only one?
Does it always happen with a particular test plan?

> Cheers,
> S

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to