Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
AbhishekBoga
Contributor
Contributor

Unable to print in Run tab in Talend Open Studio

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?

Labels (3)
20 Replies
Anonymous
Not applicable

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?

Anonymous
Not applicable

Good memory @guenneguez jeremy​ 👍

AbhishekBoga
Contributor
Contributor
Author

Installation path : C:\Program Files (x86)\TOS_DI-8.0.1\studio

 

@Richard Hall​ : Screenshots after adding println in tJava:

0695b00000PMM3kAAH.png0695b00000PMM49AAH.pngIt'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.

AbhishekBoga
Contributor
Contributor
Author

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:

0695b00000PMMEEAA5.pngNow, I must be the second person who's experiencing this weird issue.

Anonymous
Not applicable

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?

AbhishekBoga
Contributor
Contributor
Author

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?

Anonymous
Not applicable

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.

gjeremy1617088143

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.

AbhishekBoga
Contributor
Contributor
Author

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.