Fantastic!  I'll download it now!

Many thanks!

Simon

-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: 14 August 2007 13:20
To: JMeter Users List
Subject: Re: iterating through urls from csv data set config using while
loop controller

I've also added a new option to the CSV Dataset element - Stop thread on
EOF.

This makes it much easier to code loops:

Thread Group (forever)
+ CSV Dataset (Recycle=false, Stop thread=true)
+ Sampler

This is in r565714 and later.

S.
On 11/08/07, sebb <[EMAIL PROTECTED]> wrote:
> On 10/08/07, sebb <[EMAIL PROTECTED]> wrote:
> > On 10/08/07, Simon Brown <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > I was getting the following error originally.
> > >
> > > 2007/08/07 16:41:01 ERROR - jmeter.threads.JMeterThread:
> > > java.lang.IllegalArgumentException: Invalid uri '<EOF>': escaped
> > > absolute path not valid
> > >       at
> > >
> > >
org.apache.commons.httpclient.HttpMethodBase.<init>(HttpMethodBase.java:
> > > 219)
> > >       at
> > >
> > >
org.apache.commons.httpclient.methods.GetMethod.<init>(GetMethod.java:88
> > > )
> > >       at
> > >
> > >
org.apache.jmeter.protocol.http.sampler.HTTPSampler2.sample(HTTPSampler2
> > > .java:508)
> > >
> > > Now I notice I'm getting an error on the console:
> > >
> > > Exception in thread "Thread-4" java.lang.NullPointerException
> > >        at java.util.Hashtable.get(Hashtable.java:334)
> > >        at
> > >
org.apache.jmeter.reporters.Summariser.testEnded(Summariser.java:348)
> > >        at
> > >
org.apache.jmeter.reporters.Summariser.testEnded(Summariser.java:324)
> > >        at
> > >
org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfEnd(S
> > > tandardJMeterEngine.java:224)
> > >        at
> > >
org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run(StandardJMete
> > > rEngine.java:292)
> > >        at java.lang.Thread.run(Thread.java:619)
> > >
> >
> > That's a new bug in the Summariser code - try removing the
summariser.
>
> I've fixed that - the nightly builds after r564544 will contain the
fix.
>
> S.
>

---------------------------------------------------------------------
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