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: 
Anonymous
Not applicable

Error When Compiling/running job

Hi,

 

We are working with Talend Studio for Big Data.

0683p000009M8xw.png

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.

0683p000009M8y1.png

0683p000009M8HT.png

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:

0683p000009M8uo.png

 

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

Labels (2)
5 Replies
Anonymous
Not applicable
Author

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?

Anonymous
Not applicable
Author

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.

 

0683p000009M8yB.png

 

Regards,

Jose

Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

I see it:

java version.PNG

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?

 

Anonymous
Not applicable
Author

Open your Preferences Window and take a look at the Java--> Compiler section. Mine looks like this....

Screenshot 2020-02-03 at 12.31.32.png

 

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.