Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I workwith Talend CLoud 7.0.1 and I have issue only when I deploy & run job in Talend Cloud. It worked in studio.
My job used tdataPrepRun and issue was ClassNotFound. If I desactivate tDataPrepRun, the job worked.
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonView at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector.<clinit>(JacksonAnnotationIntrospector.java:37) at com.fasterxml.jackson.databind.ObjectMapper.<clinit>(ObjectMapper.java:291) at smartdata.dpexec_0_1.DPExec.tFileInputDelimited_1Process(DPExec.java:2901) at smartdata.dpexec_0_1.DPExec.tJobLog_1Process(DPExec.java:573) at smartdata.dpexec_0_1.DPExec.runJobInTOS(DPExec.java:6421) at smartdata.dpexec_0_1.DPExec.main(DPExec.java:6228) Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonView at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ..
Anyone has sucess expereince with Talend Cloud & DataPrep ?
Hi,
Ideally the additional jars required by a component will be displayed once you drag the component to job designer (as shown below).
Could you please cross check whether you had missed to add these jars?
If the reply has helped to resolve the problem, could you please mark the topic as solution provided?
Warm Regards,
Nikhil Thampi
Tks Nikhil but jobs worked, all jar was installed.
The issue is only in Talend Cloud Engine when I Deploy & run job. In studio, no issue and job run fine
Hi,
Thanks for the clarification.
This means that one of the jars you have installed for the components is not correctly mapping when you are moving the job to cloud. Could you please raise a support ticket so that they can verify behind the scenes why the jar is not being moved during job promotion?
Warm Regards,
Nikhil Thampi