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 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?
@Richard Hall , could it be a wrong log4j configuration in the project settings?
what should be the correct log4j configuration?
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
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.
I have not configured log4j settings. All default settings.
log4j settings under project settings
Also, another issue is whenever I close and open the Talend studio it pop-up this error:
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..