Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I am trying to implement a basic job by following the link given below:
https://help.talend.com/reader/cLOzjXXJYu8HAIolzYu4WQ/y9Orb7R3cKh9D52KZsevlw
and getting error when I run job. I am getting following error:
The method converToJsonText from the ResumeUntil refers to the missing type list. There may be some other errors caused by JVM compatibility. Make sure JVM setup is similar to the studio.
Please help if anyone knows the reason.
@mlorber ,can you go to code view and check for error line in red color.
It has many errors. How can I resolve those errors as I do not have knowledge of java and code is in java.
@mlorber , You need some knowledge on Java or you take help from Java resource to fix those.
@mlorber ,if You can share the more details of job design then i may try.
I am using three components tFileInputDelimited, tFileOutputDelimited, tLogRow and attaching .txt file from where I am reading content also with the schema fields.
Hi,
Lets start from basics. Could you please go to Windows-> Preference option and check the installed JRE for Talend Studio?
I am having doubt whether you are using Java 1.7. Could you please check it first?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved
Hi,
The issue is because you are having wrong JRE version. Talend products till 7.1 will run on Java 8. From 7.2, the product will run if the JRE version is either 8 or 11. Could you please install the right JRE version and point Talend to it?
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved