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: 
Alematt
Contributor
Contributor

Exception in thread "main" java.lang.Error: Unresolved compilation problem: shadowfileinputtodelimitedoutput_0_1

Hello,

I have been working on the same environment for several months with TALEND (TOS-DI-7.0.1) and it works fine. But since yesterday, when I want to create a delimited file (.csv), in step 3 of the wizard, the output window shows me:

Exception in thread "main" java.lang.Error: Unresolved compilation problem: 

at project.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.main(ShadowFileInputToDelimitedOutput.java:2258)

Erreur de prévisualisation. Des paramètres doivent être modifiés`

Note : Les erreurs de prévisualisation sont généralement liées à un mauvais paramétrage de l'encodage.

org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(ShadowFilePreview.java:90)

org.talend.metadata.managment.ui.utils.ShadowProcessHelper.getCsvArray(ShadowProcessHelper.java:383)

org.talend.repository.ui.wizards.metadata.connection.files.delimited.DelimitedFileStep2Form$PreviewProcessor.nonUIProcessInThread(DelimitedFileStep2Form.java:1309)

org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(SWTUIThreadProcessor.java:74)

What is surprising is that other already created delimited files show the same errors. However, I haven't changed anything in my JAVA configuration (java 😎

Labels (3)
33 Replies
Anonymous
Not applicable

Hello,

For v6 of Talend products, JDKv1.8 is required.

Talend recommends installing only one Java version on your machine. However, if you have more than one version installed, set the Java path you want to use before other versions in the Environment Variables.

0695b00000H9hvuAAB.pngBest regards

Sabrina

Alematt
Contributor
Contributor
Author

It's done! 🙂

Thanks Sabrina

Anonymous
Not applicable

Hello,

Great it works. Feel free to let us know if there is any further help we can give.

Best regards

Sabrina

Alematt
Contributor
Contributor
Author

that's kind of you, thank you Sabrina!