cvcore
New Contributor II

For anyone encountering this issue in 2025, I was able to solve it by using the 

--add-opens=jdk.unsupported/sun.misc=ALL-UNNAMED

option in combination with the latest jdbc driver (v2.7.1). I was using the driver in dbeaver, but I assume the issue could be also solved in similar environments.

Pointer: https://github.com/dbeaver/dbeaver/issues/18962