Job-runner fail die to RuntimeException
Database Subsetter and Relational Data Browser
Brought to you by:
rwisser
When I perform a data extraction from the database I encounter an error. An AbstractMethodError is given and the log says 'java.lang.RuntimeException: job-runner 3 failed', in other runs I also saw job-runner 2 and 4 failed.
I am using Jailer 10.4.4 and Java 11.0.10. Please check attachment for information.
Anonymous
Another log file, if needed
This error is due to the use of the jTDS driver, which has not been developed for about 8 years, and therefore does not support the NVarchar/NClob data types, and also has many other problems with current DBMSs.
Please do not use the jTDS driver anymore.
For MS SQL the JDBC driver is included (lib/mssql-jdbc-7.2.1.jre8.jar).
The next jailer release will give a clear warning if this driver is used. (but the usage remains allowed)