"ERROR DB to Spark 3:3 Execute failed: oracle/jdbc/driver/OracleDriver has been compiled by a more recent version of the Java Runtime (class file version 54.0), this version of the Java Runtime I get the error message “only recognizes class file versions up to 52.0 (UnsupportedClassVersionError)”
When connecting to the DB using “oracle connector”, the error message appears.
The knime AP version is using 4.7.1
I would appreciate it if you could tell me how to solve the problem. thank you.
Also after consulting with developers, here is the solution proposed by them (mainly @marvin.kickuth):
"We have further investigated the issue and it looks like the Java version on the Spark Cluster may be too old. Could you check what Java version is running there (may be version 8).
We suggest updating that Java installation or downgrading to an older driver."