Hi dears
I have upgraded my cluster form 7.6.2 to 7.16.2
There is only one problem I faced with.
My Logstash has some pipelines that need to connect to a sql db and according to a statement, get a SP result from sql db and index it to Elasticsearch.
The problem is Logstash 6.7.2 can do this with sqldbc42.jar jars/sqljdbc_4.2/enu/jre8/**sqljdbc42.jar**
But when I upgrade Logstash to 7.16.2 this driver can not connect Logstash to my sql
I just want to know what version of that driver I should use? Or where can I find this compatible driver?
This is my Logstash 7.16.2 log (When I downgrade to 7.6.2 everything is ok)
[2021-12-28T00:00:00,188][ERROR][logstash.inputs.jdbc ][Agent][cdeebc9c4e6eafcf511187a160e912f3b09356b01df3ddadae6a1ce5dcc5313f] Unable to connect to database. Tried 1 times {:message=>"Java::JavaLang::NoClassDefFoundError: javax/xml/bind/DatatypeConverter", :exception=>Sequel::DatabaseConnectionError, :cause=>java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter,
Thank you so much