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: 
Anonymous
Not applicable

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

Hey guys,

when I try to create a new delimited file (csv) talend throws this exeption:

--------------------

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

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

Preview error. Some settings must be changed.
Note: Preview errors are generally due to a wrong encoding setting.
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)

----------------

the exception also appears on different file types like "xlsx" or "txt."

Please help.

 

Labels (3)
6 Replies
TRF
Champion II
Champion II

To solve compilation errors, click on the Code tab, then click the red rectangle on the right margin to go where the error is located and finally put the mouse pointer over the red cross on the left margin to get the error message

Anonymous
Not applicable
Author

Actually this wont work, because this error occurs without even creating a job. I click onto "file delimited" try to import an csv file and there is the error.

TRF
Champion II
Champion II

Of course it works, even with most recent release.

You probably do something wrong.

Anonymous
Not applicable
Author

Can you plase tell me where i can see the code? I atteched the screenshot of my talend workspace


talenderror.JPG
TRF
Champion II
Champion II

At this stage you cannot see the generated Java code.

Try with an other input file.

Anonymous
Not applicable
Author

Indeed. But thats the problem, the error occurs on any other input file which I am trying to generate.