Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
desanip
Contributor
Contributor

java.lang.NoClassDefFoundError while running job in talend

Hello everyone, 

I have a simple job where i am pulling the context values from outside of the talend job and using in the parent job using trunjob. When i am connecting the tcontextload to trunjob so that i could use the context variables for the downstream components, it throwing me the following error. Can someone tell me how to resolve this?

 

Caused by: java.lang.ClassNotFoundException: tgtimdareference.load_context_0_1.Load_Context
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

Labels (3)
1 Reply
Anonymous
Not applicable

Hello,

This article serves as a best practice guide about passing a value from the parent Job to the child Job.

https://community.talend.com/t5/Design-and-Development/Passing-a-value-from-a-parent-Job-to-a-child-...

Best regards

Sabrina