Issue
Caused by: java.lang.RuntimeException: Failed to load driver class org.apache.derby.jdbc.AutoloadedDriver in either of HikariConfig class loader or Thread context classloader
Affected Products & Versions
Noticed while upgrading to the version 22.0.0 version from 10.2.x, 10.3.x
Cause
We upgraded the Derby libraries to the latest version; you need to change the driver class name while upgrading.
Workaround/Resolution Action
Use the driver org.apache.derby.iapi.jdbc.AutoloadedDriver instead of org.apache.derby.jdbc.AutoloadedDriver.
Considerations
Important
Derby is not recommended for production use. If you wish to use Derby in production we strongly advise you to reconsider.
Comments
Please sign in to leave a comment.