Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I upgraded my Talend Open Studio to version 7.0.1 this morning and facing now a strange behaviour for a job with several tRunJob components.
When I'm running the job within the Talend Open Studio everything works well, but as soon as I run it on our server, it throws the following error message (only affecting the tRunJob1 component):
Caused by: java.lang.ClassNotFoundException: local_project."name of the job" 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) ... 2 more
When I'm looking into the zip file of the job and its jar files, the file of the first tRunJob component has always a size of 1 KB even though it was about 36 KB within the previous Talend version.
Moreover if I'm building the job behind the first tRunJob component separately and running it on the server, everything works well. So for me it seems like there is a bug when building jobs with several tRunJobs. Does anyone experience the same behaviour?
Thanks in advance.
Best,
Kai
Thanks @JGM. If it happens another time, I will try your suggestions.
Hi Kai,
Are you facing this issue for all the Talend jobs or just the Talend jobs which got migrated from previous version?
Could you please try to create a new Talend parent and child job and see whether the issue persists for the new jobs?
Warm Regards,
Nikhil Thampi
Hi Nikhil,
I created a new parent and child job and now everything works well, not sure if it is due to the new parent or the new child job.
So obviously the issue is only related to the jobs which got migrated from the previous version, however it can't be the solution to recreate everything when I just want to do some minor adjustments to some jobs.
Best,
Kai
pom files are created in a new manner in Talend 7+ likely what happened here is that the pom for the parent job got screwed up (technical term). If you face the problem again and are using source control, deleting your workspace should fix it. If that dosnt work, re-importing the job may also fix it.
Thanks @JGM. If it happens another time, I will try your suggestions.