Is there a specific version of the MariaDB JDBC driver that works bets with 8.3? I just tried the last three (3.5.7, 3.4.2, 2.7.13.) and got the same errors: Error - either required files are missing or classname is incorrect
What translator settings and main class name are you specifying?
I just downloaded the driver and tried to update it in the gateway. I downloaded the mysql jdbc connector and it worked fine. I couldn’t get the MariaDB ones to work.
I am using docker, ill try to get them mapped and see if that changes it.
What's your docker setup look like? Are you using an orchestrator like compose, a custom docker image, etc?
Out of the box, the 8.3.3 docker image works for me, because the MariaDB driver module is installed:
If you want to override the jar file version for whatever reason, make sure you first create an override of the driver config into core:
Then you can 'Manage JAR files', upload a new jar, and remove the old one:




