Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have installed and setup Talend Open Studio 8 version on my laptop. I also setup environment variable in the system. When I am executing a sample project with just one component tJava with a print statement, the result is not displaying in the Run tab.
Then I have created a Snowflake connection and pulled one table and displayed in tLogRow, still the result is not displaying in the Run tab.
Any help?
Can you show us screenshots of what is missing from your output window please? Can you do as I suggested a few posts back and add a System.out.println to a tJava and then show us the output window after you have run it?
Where is your Studio installed? Can you show me the path to the Studio installation?
Good memory @guenneguez jeremy 👍
Installation path : C:\Program Files (x86)\TOS_DI-8.0.1\studio
@Richard Hall : Screenshots after adding println in tJava:
It's not even showing any progress in job design like rows processing, subjob completed, etc. Just print in the Run tab. I am even coming across new issues.
Thank you @guenneguez jeremy
There is no solution mentioned in your provided url. For me everything was working fine until I added SnowflakeConnection component and run the job, it gives no result as below:
Now, I must be the second person who's experiencing this weird issue.
The user who had this issue reinstalled their version of Java (JDK 11) and reconfigured the version of Java that was set in Talend Studio.
https://community.talend.com/s/feed/0D75b000005yIqtCAE
I presume you are using JDK 11?
I am using JDK 8. Let me install JDK 11 and check.
Do I need to remove the older JDK version to install JDK 11?
Ah, that will be it. Talend v8 only supports JDK v11 (https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-big-data-linux/compatible-java-environments). Install JDK v11 and reconfigure Talend to use this. Follow these instructions....
https://help.talend.com/r/en-US/8.0/installation-guide-open-studio-for-big-data-windows/configuring-jdk-path-in-talend-studio
Ignore the version of Java used in the screenshots.
it's surprising you're able to run tos8 with jdk8, everytime we have tried this an error pop up at the launch of Talend studio wich mention to use jdk11. I'm curious of wich particular jdk version you are using.
Even after updating to jdk11, TOS8 was still behaving the same. Finally, I end up using TOS7.3, and all the issues got resolved.
I have reported TOS8 issue to Talend support and awaiting their feedback.
Thank you all for the support and suggestion. I really appreciate it.