Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are working with Talend Studio for Big Data.
After a few days working and running jobs. Suddenly it broke and all jobs start failing. It looks, the code is not recognized and is not compiled.
It is weird because all new jobs, even without any component, are failing but a few old ones that were created a few months ago still run.
You can see in the screenshot, a simple job which says that everything is wrong(In fact it is a complete empty job).
And if we see the code, we see libraries are not recognized:
We have had many different things to try to fix it but nothing has work:
Hope someone can help us.
Thank you in advance,
Di
Two developers using Talend and it broke on the same day? Looking at the error messages, I would check to see if your IT team have updated your Java Runtimes automatically on your machines. This might have caused a conflict with your JDKs on your machines. Can you check this?
Hi,
Thanks for your answer. However I do not think so, the OPEN JDK was provided with the Talend Install folder(.zip) and I did not modified it.
Regards,
Jose
You may not have modified it, but your IT team may have pushed a new version of Java to your machine. Go to the terminal and type....
java -version
I see it:
I have done one more test: I have built the job and run the .bat from the terminal and it worked! But from the studio is still failing...
Is there any way to check the Java version from the studio to ensure it is correctly configured?
Open your Preferences Window and take a look at the Java--> Compiler section. Mine looks like this....
I also feel like you are missing something here. I can understand how config settings can be screwed up for one machine, but two machines at exactly the same time suggests something that happened to both at the same time.