Forum Discussion

apu's avatar
apu
Occasional Contributor
5 years ago
Solved

jdbc error getting response for myTeststep; null

I've tried to connect to a Cassandra-DB with the following driver: com.dbschema.CassandraJdbcDriver https://github.com/DataGrip/cassandra-jdbc-driver   After configured the JDBC-Request Step and ...
  • apu's avatar
    apu
    5 years ago

    I have solved my problem. Because of trying difference jdbc-drivers, there was a wrong jar-file version.

     

    Using my java-code in a groovy step, it has returned a Class-not-found-exception. Then I checked the jars and found a wrong version. The jdbc-driver expected a newer version of the cassandra-driver-core. On trying an earlier jdbc-driver, there was an older version in the lib directory.

     

    Why is this exception not thrown in the normal JDBC-Request-Step?