That is not a valid While condition:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#While_Controller

An alternative would be to set

csvdataset.eofstring=false

You could then use the condition:

${type}

S.
On 10/01/07, chris <[EMAIL PROTECTED]> wrote:
I have also tried the while loop conditioned to CSV dataset,
but I get the following error:

In the while loop I use as a condition:

"${type}" == "<EOF>"

Where type is a variable from my CSV Data Set Config

2007/01/10 15:45:36 ERROR - jmeter.threads.JMeterThread: Test failed!
java.lang.StackOverflowError
       at java.lang.String.indexOf(Unknown Source)
       at java.lang.ClassLoader.checkName(Unknown Source)
       at java.lang.ClassLoader.findLoadedClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)



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