You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by asn_dileep <as...@yahoo.co.in> on 2007/01/06 12:39:48 UTC

ERROR - Using 'CSV Data Set Config'

Hi,

I am using 'CSV Data Set Config' for passing parameters. I've entered file
name as D:\data.csv and the variable names are username,password.

In my script, I input ${username} and ${password} for each column. I run the
thread group now. No values are passing from csv file.

When, I check in log file, I found following error.

2007/01/06 19:47:40 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain GUI
class for org.apache.jmeter.config.CSVDataSet 

Any help ?

Thanks


-- 
View this message in context: http://www.nabble.com/ERROR---Using-%27CSV-Data-Set-Config%27-tf2930428.html#a8193029
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: ERROR - Using 'CSV Data Set Config'

Posted by sebb <se...@gmail.com>.
On 06/01/07, sebb <se...@gmail.com> wrote:
> On 06/01/07, asn_dileep <as...@yahoo.co.in> wrote:
> >
> > Hi,
> >
> > I am using 'CSV Data Set Config' for passing parameters. I've entered file
> > name as D:\data.csv and the variable names are username,password.
>
> OK
>
> > In my script, I input ${username} and ${password} for each column. I run the
>
> OK
>
> > thread group now. No values are passing from csv file.
> >
> > When, I check in log file, I found following error.
> >
> > 2007/01/06 19:47:40 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain GUI
> > class for org.apache.jmeter.config.CSVDataSet
> >
>
> This looks like there is a problem with the JMeter installation, or
> perhaps with the way you are starting JMeter.
>
> Are there any other error messages in jmeter.log?
> What version of JMeter, OS and Java are you running?
>

Turns out that JMeter was using Java 1.3 by mistake - this caused the
GUI error messages.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: ERROR - Using 'CSV Data Set Config'

Posted by sebb <se...@gmail.com>.
On 06/01/07, asn_dileep <as...@yahoo.co.in> wrote:
>
> Here are the details
>
> Jmeter Version 2.2
> jdk1.4
> Windows 2000 Professional
>
>
> Sorry, I don't know how to execute the script in non-GUI mode. Also I didn't
> edit the jmx file.

Drop the script on the jmeter-n.cmd file.

> There are no other errors in log file. Anyways, here are the log details.
>

There are some bits missing from the beginning ...

> 2007/01/06 20:36:08 INFO  - jmeter.engine.StandardJMeterEngine: Running the
> test!
> 2007/01/06 20:36:08 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(true,local)
> 2007/01/06 20:36:08 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain GUI
> class for org.apache.jmeter.config.CSVDataSet
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
> threads for group Thread Group. Ramp up = 1.
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
> error
> 2007/01/06 20:36:09 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
> 1-1 started
> 2007/01/06 20:36:09 INFO  - jmeter.services.FileServer: Stored: D:\data.csv
> 2007/01/06 20:36:09 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
> 1-1 is done
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
> thread 0
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
> test
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
> test listeners of end of test
> 2007/01/06 20:36:09 INFO  - jmeter.services.FileServer: Close: D:\data.csv
> 2007/01/06 20:36:09 INFO  - jmeter.gui.util.JMeterMenuBar:
> setRunning(false,local)
> 2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Test has
> ended

Perhaps you could send me the JMX file privately (replace any private
info first if necessary) and I will have a quick look at it.

Likewise the full jmeter.log please.

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: ERROR - Using 'CSV Data Set Config'

Posted by asn_dileep <as...@yahoo.co.in>.
Here are the details

Jmeter Version 2.2
jdk1.4
Windows 2000 Professional


Sorry, I don't know how to execute the script in non-GUI mode. Also I didn't
edit the jmx file.
There are no other errors in log file. Anyways, here are the log details.

2007/01/06 20:36:08 INFO  - jmeter.engine.StandardJMeterEngine: Running the
test! 
2007/01/06 20:36:08 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(true,local) 
2007/01/06 20:36:08 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain GUI
class for org.apache.jmeter.config.CSVDataSet 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Starting 1
threads for group Thread Group. Ramp up = 1. 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Continue on
error 
2007/01/06 20:36:09 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 started 
2007/01/06 20:36:09 INFO  - jmeter.services.FileServer: Stored: D:\data.csv 
2007/01/06 20:36:09 INFO  - jmeter.threads.JMeterThread: Thread Thread Group
1-1 is done 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Ending
thread 0 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Stopping
test 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Notifying
test listeners of end of test 
2007/01/06 20:36:09 INFO  - jmeter.services.FileServer: Close: D:\data.csv 
2007/01/06 20:36:09 INFO  - jmeter.gui.util.JMeterMenuBar:
setRunning(false,local) 
2007/01/06 20:36:09 INFO  - jmeter.engine.StandardJMeterEngine: Test has
ended 

Thank you..



sebb-2 wrote:
> 
> On 06/01/07, asn_dileep <as...@yahoo.co.in> wrote:
>>
>> Hi,
>>
>> I am using 'CSV Data Set Config' for passing parameters. I've entered
>> file
>> name as D:\data.csv and the variable names are username,password.
> 
> OK
> 
>> In my script, I input ${username} and ${password} for each column. I run
>> the
> 
> OK
> 
>> thread group now. No values are passing from csv file.
>>
>> When, I check in log file, I found following error.
>>
>> 2007/01/06 19:47:40 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain
>> GUI
>> class for org.apache.jmeter.config.CSVDataSet
>>
> 
> This looks like there is a problem with the JMeter installation, or
> perhaps with the way you are starting JMeter.
> 
> Are there any other error messages in jmeter.log?
> What version of JMeter, OS and Java are you running?
> 
> Have you editted the JMX file?
> 
> Does the problem also occur if you run the script in non-GUI mode?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/ERROR---Using-%27CSV-Data-Set-Config%27-tf2930428.html#a8193379
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: ERROR - Using 'CSV Data Set Config'

Posted by sebb <se...@gmail.com>.
On 06/01/07, asn_dileep <as...@yahoo.co.in> wrote:
>
> Hi,
>
> I am using 'CSV Data Set Config' for passing parameters. I've entered file
> name as D:\data.csv and the variable names are username,password.

OK

> In my script, I input ${username} and ${password} for each column. I run the

OK

> thread group now. No values are passing from csv file.
>
> When, I check in log file, I found following error.
>
> 2007/01/06 19:47:40 ERROR - jmeter.gui.tree.JMeterTreeNode: Can't obtain GUI
> class for org.apache.jmeter.config.CSVDataSet
>

This looks like there is a problem with the JMeter installation, or
perhaps with the way you are starting JMeter.

Are there any other error messages in jmeter.log?
What version of JMeter, OS and Java are you running?

Have you editted the JMX file?

Does the problem also occur if you run the script in non-GUI mode?

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org