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

org.talend.designer.runprocess.ProcessorException: Routines "TalendDate" has compile errors

Hello All,

 

I am new to Talend, I have created few simple jobs and all of them are throwing same errors.

 

Below is the job after I hit run

0683p000009M4vh.jpg

Below is scree for my installed JRE

 

0683p000009M4Op.jpg

0683p000009M4vm.jpg

 

Below is my environment variable

 

0683p000009M4jc.jpg

Labels (2)
5 Replies
joearun4u
Creator
Creator

Hi @utpalparekh ,

 

I faced the same issue due to availability of different java version in the system.

If you are not using java 1.7, try uninstalling it and then execute the job. there may be chance to overcome this issue.

 

Thanks,

Joe 

 

Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.

Anonymous
Not applicable
Author

Hello,

What's talend build version are you using? For v6 of Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.

0683p000009M4xT.png

Best regards

Sabrina

Anonymous
Not applicable
Author

My Installed JRE location was pointing to 7.0 directory..

Anonymous
Not applicable
Author

Hello,

I have similar compile error for TalendDate :

 

org.talend.designer.runprocess.ProcessorException: Routines "TalendDate" has compile errors
Error Line: 298
Detail Message: Lambda expressions are allowed only at source level 1.8 or above

 

I'm trying to compile a Spark batch job, with compatibility with Java 7, because the cloudera cluster we are using has java 7.

(Settings like images below.)

Already removed old java version and downloaded the last java 8 update.

Any suggestions?

Thanks

 

0683p000009M4Yo.png

Anonymous
Not applicable
Author