Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Not a Bug
-
10.4.20
-
None
-
Debian 10 with OpenJDK11
Description
Connect engine JDBC is using a deprecated API that has been removed as of OpenJDK11. For compatibility with all newer systems, this dependency should be removed.
When you try to use connect engine JDBC you get the following error:
Got error 174 'Connecting: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter rc=0' from CONNECT
This is because javax.xml.bind has been permenantly removed.
By adding the following outdated jar file onto the connect class path I have temporarily worked around the problem:
https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api/2.4.0-b180830.0359
Please ignore this bug report. I now realize that the error above was caused by a JDBC driver being incompatible with OpenJDK11 and not Connect Engine itself.