Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am building a simple job to print the contents of a snowflake table to console using TDBInput. The table contains just 1 row of data containing values 'a','a'. Irrespective of the table I use, the error persists. I am relatively new to Talend and would appreciate any help.
Hi
It looks like you are using a unsupported Java version, can you please provide us more extra information.
Regards
Shong
Hi Shong,
Here are the details
OS - MacOS version 12.6
Studio Version - Version: 8.0.1
Java version - Zulu 17.36.17 [17.0.4.1]
Hi All, The issue was resolved by adding the following args in advanced settings of the job
-Djdk.module.illegalAccess=permit
--add-opens=java.base/java.nio=ALL-UNNAMED
But, thanks for the help
@jane wilkinson Java 17 is not a compatible version for studio 8.0.1, please refer to this installation documentation page.