jmeter-kubernetes icon indicating copy to clipboard operation
jmeter-kubernetes copied to clipboard

Cannot load JDBC driver class error during Jmeter test

Open drc-pnambiar opened this issue 4 years ago • 0 comments

i have mssql-jdbc-7.0.0.jre8.jar copied into master and slave containers, which have openjdk:8-jdk-slim as base image. When I run the jmeter script on master and slaves locally, they run fine. But when I try to remote start the test from master on the Slaves, they error with message : " Response message: java.sql.SQLException: Cannot load JDBC driver class 'com.microsoft.sqlserver.jdbc.SQLServerDriver' "

Do i need to add the jar to CLASSPATH on master and slaves? what am i missing?

drc-pnambiar avatar Jun 29 '20 20:06 drc-pnambiar