Should be OK, given what you have told us. Which version of Java?
Just had a thought - spaces are invisible in log files - check that you don't have a trailing space in the driver class name field. On 26/09/2007, sijay reddy <[EMAIL PROTECTED]> wrote: > > Have you checked to see if the class is actually in the jar? > yes ...Driver class is present in the jar file > > Which version of JMeter and Java are you using? > am using jmeter 2.3RC3 version ...hear am just trying to connect to the > database ... > First of all i will explain how i created test plan... > my testplan contains only one JDBC request which contining the required > query and > one JDBC connection configuration which containg the details of Database > URL,JDBC driver class ,username and password > is there any thing wrong in m testplan?????? > > What command are you using to start JMeter? > i fallowed two procedures to start jmeter > 1)just by clicking the jmeter batch file which is located in bin > 2)by using command prompt giving the command jmeter -H 192.168.1.101 -P > 8080 > > > whats the wrong in my test plan > > > On 9/25/07, sebb <[EMAIL PROTECTED]> wrote: > > > > On 25/09/2007, sijay reddy <[EMAIL PROTECTED]> wrote: > > > > > > Hi sebb hear am attaching the contents of the log file....please once > go > > > through it and tell me what > > > is missing.. > > > 2007/09/25 15:53:27 INFO - jmeter.engine.StandardJMeterEngine: > Running > > > the > > > test! > > > > > > 2007/09/25 15:53:27 WARN - > > jmeter.protocol.jdbc.config.DataSourceElement: > > > Could not load driver: com.mysql.jdbc.Driver > > > java.lang.ClassNotFoundException: com/mysql/jdbc/Driver > > > at java.lang.Class.forName0(Native Method) > > > at java.lang.Class.forName(Class.java:219) > > > > > > The problem is just that JMeter cannot find the driver. > > > > I don't know why this should be. > > > > Have you checked to see if the class is actually in the jar? > > > > Which version of JMeter and Java are you using? > > > > What command are you using to start JMeter? > > >

