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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Exception in component tFileList_1

Hi,
New to talend, I am trying to use tFileList component below is my code:
tFileList -->TInputDelimited -->tLogRow
I am getting error even though c:/tmp has files.
Starting job files_jb at 10:26 09/04/2009.
Exception in component tFileList_1
java.lang.RuntimeException: No file found in directory C:/tmp
at test.files_jb_0_1.files_jb.tFileList_1Process(files_jb.java:841)
at test.files_jb_0_1.files_jb.runJobInTOS(files_jb.java:981)
at test.files_jb_0_1.files_jb.main(files_jb.java:887)
connecting to socket on port 4221
connected
connecting to socket on port 4856
connected
disconnected
disconnected

any suggestions / ideas I am going wrong?
Thanks
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello
I think you have checked the option' generate error if no file found'. So, it throws this exeception if there are not files found in the specify folder.
Best regards

shong