Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jwilkinson1665370444
Contributor III
Contributor III

TDBinput(Snowflake) error

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.

Labels (3)
4 Replies
Anonymous
Not applicable

Hi

It looks like you are using a unsupported Java version, can you please provide us more extra information.

  • OS
  • Studio version
  • Java version.

Regards

Shong

jwilkinson1665370444
Contributor III
Contributor III
Author

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]

 

jwilkinson1665370444
Contributor III
Contributor III
Author

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

 

Anonymous
Not applicable

@jane wilkinson​ Java 17 is not a compatible version for studio 8.0.1, please refer to this installation documentation page.