Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi just created this simple job then export it as .jar and add it to simple java project but in job whenever I add any component related to input/output file I get this exception.
Exception in thread "main" java.lang.NoClassDefFoundError: org/talend/fileprocess/delimited/RowParser at demo.demojob_0_1.DemoJob.tFileInputPositional_1Process(DemoJob.java:602) at demo.demojob_0_1.DemoJob.runJobInTOS(DemoJob.java:1081) at demo.demojob_0_1.DemoJob.runJob(DemoJob.java:938) at com.example.demo.DemoApplication.main(DemoApplication.java:13) Caused by: java.lang.ClassNotFoundException: org.talend.fileprocess.delimited.RowParser at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 4 more
Hello,
The issue seems to be fixed in v6.4.1, however in some cases, the jar seems to be corrupted or class missing. Could you please clarify in which Talend version/edition you are?
Best regards
Sabrina