Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Current Situation
- The JobScheduler setup provides a mariaDB JDBC Driver 1.1.7.
- While this version doesn't have problems with MySQL, with MariaDB the following error can occur:
SCHEDULER-313 Cannot store order in database: Z-JAVA-105 Java exception java.sql.SQLNonTransientConnectionException: Could not send query: Connection reset by peer: socket write error - caused by - org.mariadb.jdbc.internal.common.QueryException: Could not send query: Connection reset by peer: socket write error - caused by - java.net.SocketException: Connection reset by peer: socket write error, method=executeUpdate []
Maintainer Note
- The setup will include the mariaDB JDBC Driver version 1.3.0. This will fix the above error.