Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Test Job implementation

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.

Labels (3)
8 Replies
manodwhb
Champion II
Champion II

@mlorber ,can you go to code view and check for error line in red color.

Anonymous
Not applicable
Author

It has many errors. How can I resolve those errors as I do not have knowledge of java and code is in java.

manodwhb
Champion II
Champion II

@mlorber , You need some knowledge on Java or you take help from Java resource to fix those.

manodwhb
Champion II
Champion II

@mlorber ,if You can share the more details of job design then i may try.

Anonymous
Not applicable
Author

I am using three components tFileInputDelimited, tFileOutputDelimited, tLogRow and attaching .txt file from where I am reading content also with the schema fields. 


image_2019_10_01T09_31_51_687Z.png
image_2019_10_01T12_27_28_951Z.png
Anonymous
Not applicable
Author

Hi,

 

   Lets start from basics. Could you please go to Windows-> Preference option and check the installed JRE for Talend Studio?

0683p000009M82w.png

 

 

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

Anonymous
Not applicable
Author

I am attaching screenshot which is showing jdk12.


image_2019_10_03T04_48_49_869Z.png
Anonymous
Not applicable
Author

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