Elastic Search Reader/Writer

Hi,
I’m running version 4.9.1.016.
I’m trying to add the Elastic Search JDBC driver (x-pack-sql-jdbc-6.4.0.jar) as a new DB connection.
I’m getting the following error meessage:
“Failed to load class from jar C:/ElasticJDBC/x-pack-sql-jdbc-6.4.0.jar - unsupported class version.”

Has someone succeeded in adding Elastic Seach connectivity ?
Would like to avoid Custom Java Connectivity if possible.

Thanks

Hi nathan,

The reason the jar is failing to load in the db connections is because it requires Java 9 to work properly and I suspect you are using Java 7 or 8. That being said, currently we officially support Java 9 in CloverDX 5.0, in the case of older version most things should work even with Java 9, but there might be some minor incompatibilities. I would recommend upgrading to CloverDX 5.0 if possible.