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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Carolus_Holman
Contributor II
Contributor II

Error Using Resources Repository Talend 7.2.1

Anyone have a clue why this is occurring?

context.simple_file = java.lang.String.parsejava.lang.String(value_tContextLoad_1);

0693p000009H7ykAAC.png

0693p000009H80BAAS.png

org.talend.designer.runprocess.ProcessorException: Job compile errors 

At least job "test_resource" has a compile errors, please fix and export again.

Error Line: 1135

Detail Message: parsejava cannot be resolved or is not a field

0693p000009H7yyAAC.png

0693p000009H7yKAAS.png

Labels (3)
1 Solution

Accepted Solutions
Carolus_Holman
Contributor II
Contributor II
Author

There is a Bug in 7.2 version of the component, which has been remedied in 7.3, Talend support gave me a hotfix for the .jet file to fix the issue. Thanks.

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

tFileInputDelimited should have the same schema as tContextLoad, the schema contain only two columns: key and value.

Please refer to the component documentation and learn this component.

https://help.talend.com/reader/J4iv~QqP8zciLUVdyQ8wvA/wUUDDQjibK~1CIVK3ZG5lg

 

Regards

Shong

Carolus_Holman
Contributor II
Contributor II
Author

There is a Bug in 7.2 version of the component, which has been remedied in 7.3, Talend support gave me a hotfix for the .jet file to fix the issue. Thanks.