The warning means that there aren't enough columns in the data.

It would not have appeared in 2.1 because the CSVRead() function was
not actually being invoked.

Fix the data, and the problem should go away.

S.
On 15/09/05, Jelmer de Haas <[EMAIL PROTECTED]> wrote:
> I tried with the 2.1-20050914 nightly, but run into the following
> Warning. I also don't get any visible respons (except for the green
> light) that something is happening.
> 
> 2005/09/15 16:04:09 WARN  - jmeter.functions.CSVRead: Thread-3 - invalid
> column number: 2 at row 0 java.lang.IndexOutOfBoundsException: Index: 2,
> Size: 1
> 
> 
> ----
> Jelmer de Haas
> Postbus 28129
> 3828 ZJ Amersfoort
> Tel:  030-6588175
> Fax: 033-4513101
> E-mail: [EMAIL PROTECTED]
> 
> 
> 
> -----Original Message-----
> From: sebb [mailto:[EMAIL PROTECTED]
> Sent: donderdag 15 september 2005 11:38
> To: JMeter Users List
> Subject: Re: Return string in View Results Tree in v2.1
> 
> 
> This looks like bug 36608:
> 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=36608
> 
> which should be solved by the latest 2.1 nightly:
> 
> http://cvs.apache.org/builds/jakarta-jmeter/nightly/
> 
> 
> On 15/09/05, Jelmer de Haas <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > I have a .jmx script which returns the name from a SOAP/XML-RPC
> > Request into the View Results Tree.
> >
> > The name of the SOAP request exists of strings (like this: ${testcase}
> 
> > - ${errordescription} - ${errorcode} ) which are converted (from a
> > .cvs
> > file) to the actual name (like: TC01 - Login incorrect - 10)  in the
> > View Results Tree. This works as expected in JMeter versions 20050508
> > and 20050818.
> >
> > However in JMeter 2.1 release it returns the string as shown above and
> 
> > doesn't do any substitution.
> >
> > Has something changed in the handling of strings in version 2.1?
> >
> >
> > Thanks,
> > Jelmer de Haas
> >
> >
> 
> ---------------------------------------------------------------------
> 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