Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
i m new in talen and i am usingg window 10 but i am struggling to set the java user variable as explained on the talen userguide may you please assiste
and while i am trying to add a meta data on the repository when i reach the step3 i am gettingg this erro message
Output not generated.
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)
thanks for coming to assistance
regards
Olivier
Hello,
Could you please clarify in which Talend version/edition you are?
What's JDK version are you using? Could you please refer to this online installation guide about:TalendHelpCenter: Setting up JAVA_HOME?
Feel free to post your issue on forum.
Best regards
Sabrina
Hello,
Could you please clarify in which Talend version/edition you are?
What's JDK version are you using? Could you please refer to this online installation guide about:TalendHelpCenter: Setting up JAVA_HOME?
Feel free to post your issue on forum.
Best regards
Sabrina
Hello,
For v6 of Talend products JDKv1.8 is required instead of JRE.
Please try to modify .ini file to force Talend to plug with Java 1.8.
For example;
-vm C:\Program Files\Java\jdk1.8.0_XX\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
Best regards
Sabrina