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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
a_deshpande
Contributor
Contributor

JVM error while running first Talend DI job

Hi all

I have freshly installed Talend DI open studio. While running my first job, I got this error I've attached in this message. Could you please help fix this?

I have installed JDK 14 and provided bin folder path in windows environment variable.

Also, in the "TOS_DI-win-x86_64.ini" file, I have mentioned below line (I got it in one of the forums) -

-vm C:\Program Files\Java\jdk-14.0.2\bin

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

If you do not want to create a temp file, you can just select the "Append" check box in your tfileoutputdelimited component. Let us know if it is OK with you.

Best regards

Sabrina

 

 

 

View solution in original post

6 Replies
Prakhar1
Creator III
Creator III

Did you checked in your preferences ? The jre studio is pointing is same to the one on your .ini file or not

 

 

Anonymous
Not applicable

Hello,

JDK 14 is not supported by talend.

Please refer to this installation guide about: TalendHelpCenter: Compatible Java Environments

Best regards

Sabrina

 

 

 

 

 

a_deshpande
Contributor
Contributor
Author

Thank you for your reply. I installed version 11 of jdk and it worked.

a_deshpande
Contributor
Contributor
Author

Hi all,

 

While loading multiple files into a delimited file using tFileList, I observed that only the last read file is getting loaded in target. How do I ensure that data from all the files is loaded?

 

 

Anonymous
Not applicable

Hello,

If you do not want to create a temp file, you can just select the "Append" check box in your tfileoutputdelimited component. Let us know if it is OK with you.

Best regards

Sabrina

 

 

 

a_deshpande
Contributor
Contributor
Author

Thank you, it worked.