You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/07/27 08:15:41 UTC

[Bug 61352] New: JDBC Connection- Cannot load JDBC driver class 'com.mysql.jdbc.Driver'

https://bz.apache.org/bugzilla/show_bug.cgi?id=61352

            Bug ID: 61352
           Summary: JDBC Connection- Cannot load JDBC driver class
                    'com.mysql.jdbc.Driver'
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: vvvvaib@gmail.com
  Target Milestone: ---

Created attachment 35183
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35183&action=edit
Jdbc config

Issue-
Getting -Cannot load JDBC driver class 'com.mysql.jdbc.Driver' while running
JDBC request. This is happening in jmeter 3.2.

Tested the same configuration in jmeter 3.0 - and it works!

mysql connector- mysql-connector-java-5.1.42.jar

Steps to reproduce-

create a JDBC connection configuration in a thread group-

Db url-  jdbc:mysql://localhost:3306/employees
jdbc driver class- com.mysql.jdbc.Driver
Username:root
Password:root

Variable name- test

Create a jdbc request-
Variable name - test

Query- select * from employees

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61352] JDBC Connection- Cannot load JDBC driver class 'com.mysql.jdbc.Driver'

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61352

vvvvaib@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from vvvvaib@gmail.com ---
Strange. It works from a clean test plan in jmeter3.2. Not from my existing
test plan.

-- 
You are receiving this mail because:
You are the assignee for the bug.