Which version of JMeter? Java? OS?

On 07/08/07, Simon Brown <[EMAIL PROTECTED]> wrote:
> Hi Peter,
>
> Thanks for your response.  My difficulty is that it has run successfully
> for a number of requests.  It's just once it gets to a certain point in
> the list of urls this error occurs.  The URL it is attempting to process
> http://top.2wap.net/site.php
>
> This doesn't throw any StackOverflowError when I run it again.
>
> The structure of my test plan is as follows:
>
> Thread Group
>        |- Loop Controller
>                |- CSV Data Set Config
>                |- HTTP Request HTTP Client
>                |- HTTP Cookie Manager
>        |- View Results Tree
>
> Thread Group
>        - Thread Properties
>                - Number of Threads: 1
>                - Ramp-up Period: 1
>                - Loop Count: 1
>
> Loop Controller
>        - Loop Count: 10954
>
> CSV Data Set Config
>        - Filename: ../datafiles/inputUrl.csv
>        - Variable names: url
>        - Delimiter: \n
>        - Recycle on EOF: False
>
> HTTP Request HTTPClient
>        - Server Name / IP: ${gHostName}.${gDomainName}
>        - Port Number: ${gPortNo}
>        - Protocol: http
>        - Path: /${url}
>        - Retrieve All Embedded Resources from HTML files: Checked
>
> HTTP Cookie Manager
>        - Clear cookies each iteration: Checked
>
> Have you any other suggestions?
>
> Thanks,
>
> Simon
>
>
>
>
> -----Original Message-----
> From: Peter Lin [mailto:[EMAIL PROTECTED]
> Sent: 07 August 2007 14:15
> To: JMeter Users List
> Subject: Re: Test failed! java.lang.StackOverflowError
>
> your test plan might be corrupted. the error looks like jmeter had
> problems
> with the structure of the testplan
>
> peter
>
> On 8/7/07, Simon Brown <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I'm getting a java.lang.StackOverflowError after running multiple
> > requests to a suite of URLs.  The error is as follows:
> >
> > 2007/08/07 13:28:12 ERROR - jmeter.threads.JMeterThread: Test failed!
> > java.lang.StackOverflowError
> >         at
> >
> javax.swing.tree.DefaultTreeModel.getPathToRoot(DefaultTreeModel.java:39
> > 2)
> >         at
> >
> javax.swing.tree.DefaultTreeModel.getPathToRoot(DefaultTreeModel.java:39
> > 2)
> >         <snip>
> >         at
> >
> javax.swing.tree.DefaultTreeModel.getPathToRoot(DefaultTreeModel.java:39
> > 2)
> >
> > Has anyone any suggestions as to why this is happening?
> >
> > Thanks,
> >
> > Simon
> >
> > ---------------------------------------------------------------------
> > 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to