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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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