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: 
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 some screenshots to show us what you mean?

 

In your tJava can you add this......

 

System.out.println("Hello World");

 

....then run the job and take a screenshot?

gjeremy1617088143

@Richard Hall​ , could it be a wrong log4j configuration in the project settings?

 

AbhishekBoga
Contributor
Contributor
Author

what should be the correct log4j configuration?

gjeremy1617088143

I'm thinking if that cause when you choose to activate log4j in the component you can send the result in the console or a database.

So go to project settings --> log4j then send a screenshot

Anonymous
Not applicable

Have you modified the log4j settings since you started using Talend? Also, could you show us what you are experiencing as I suggested above? At the moment we are guessing at what the issue might be.

AbhishekBoga
Contributor
Contributor
Author

I have not configured log4j settings. All default settings.

AbhishekBoga
Contributor
Contributor
Author

0695b00000PMKXxAAP.pnglog4j settings under project settings

AbhishekBoga
Contributor
Contributor
Author

Also, another issue is whenever I close and open the Talend studio it pop-up this error:

0695b00000PMKZeAAP.png

AbhishekBoga
Contributor
Contributor
Author

Currently its driving me crazy even its a simple and easy setup, but don't know why & what is causing the issue.

I even tried changing the workspace but no luck..