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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exception for component that does not exist

I was creating a job with tFileInputDelimited -> tJavaRow.  I was playing around with it a lot so I deactivated and then re-activated each component.  AFter I delete the tJavaRow I get the following error:
Exception in component tJavaRow_1
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer

In the same job after I delete the tFileInputDelimited I get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/talend/fileprocess/FileInputDelimited
at dispatchlog.amactualsfromsynovia_0_1.amACtualsFromSynovia.tFileInputDelimited_1Process(amACtualsFromSynovia.java:1337)
at dispatchlog.amactualsfromsynovia_0_1.amACtualsFromSynovia.tSetGlobalVar_1Process(amACtualsFromSynovia.java:746)
at dispatchlog.amactualsfromsynovia_0_1.amACtualsFromSynovia.runJobInTOS(amACtualsFromSynovia.java:1933)
at dispatchlog.amactualsfromsynovia_0_1.amACtualsFromSynovia.main(amACtualsFromSynovia.java:1790)

Caused by: java.lang.ClassNotFoundException: org.talend.fileprocess.FileInputDelimited
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)

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
I was playing around with it a lot so I deactivated and then re-activated each component.  AFter I delete the tJavaRow I get the following error:

Could you please try to close your current job and then reopen it to see if it is working well with no error?
Best regards
Sabrina