Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Problem solved with version 7.0.0
Hi,
I tried to create a FileDelimited in a job with version 6.2.2 or 7.0.0 of talend but I had this error:
My JDK version 1.8
"null
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.DefaultRunProcessService.createJavaProcessor(DefaultRunProcessService.java:287)
org.talend.designer.runprocess.DefaultRunProcessService.createCodeProcessor(DefaultRunProcessService.java:192)
org.talend.designer.runprocess.RunProcessService.createCodeProcessor(RunProcessService.java:75)
org.talend.designer.runprocess.ProcessorUtilities.getProcessor(ProcessorUtilities.java:300)
org.talend.designer.runprocess.shadow.ShadowProcess.runWithErrorOutputAsException(ShadowProcess.java:361)
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(ShadowFilePreview.java:86)
org.talend.metadata.managment.ui.utils.ShadowProcessHelper.getCsvArray(ShadowProcessHelper.java:383)
org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep2Form$PreviewProcessor.nonUIProcessInThread(ExcelFileStep2Form.java:1042)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(SWTUIThreadProcessor.java:74)
"
Hello,
Could you please check your settings in step2 and try UTF-8 to see if it works?
Best regards
Sabrina
No, it doesn't work.
And the problem is even when creating a connection to databases (attachment).
Hello,
It looks like this issue isn't from your input file. Have you tried a clean file without format? Could you please check your JAVA_HOME and Talend (window>preferences) to make sure that it is pointed to a JDK and not to an installed JRE?
Best regards
Sabrina
below my JAVA_HOME :
and there in the preferences talend where points my jdk (java) :
and this is what I have in Preference / java / Installed JREs :
the problem affects Talend ESB, when I run my Talend Runtime I get the following error "The specified path' is not found" but that's another concern there.
to fix the problem on Talend DI.