https://bz.apache.org/bugzilla/show_bug.cgi?id=63031
Bug ID: 63031
Summary: Incorrect JDBC driver class :
'org.firebirdsql.jdbc.FBDrivery'
Product: JMeter
Version: 5.0
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Created attachment 36345
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36345&action=edit
Correct Driver class is 'org.firebirdsql.jdbc.FBDriver'
Precondition:
Download and place jaybird jar in apache-jmeter-5.0/lib
Steps:
1. Add JDBC Connection Configuration for firebird DB.
2. Add JDBC driver class 'org.firebirdsql.jdbc.FBDrivery'
3. Specify DatabaseURL , username and password
4. Add JDBC request sampler .
5. Add View result tree listner
6. Run Load test for 4 thread groups
Actual: JDBC requests are failing
Error: Response Message: java.sql.SQLException:Cannot load JDBC driver class
'org.firebirdsql.jdbc.FBDrivery'
Solution:Replace org.firebirdsql.jdbc.FBDrivery' with
org.firebirdsql.jdbc.FBDriver' (remove Y from FBDrivery), JDBC requests will
pass.
--
You are receiving this mail because:
You are the assignee for the bug.