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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Random tFileoutputExcel java.lang.RuntimeException:java.io.IOException

I am using Talend Open Studio 6.1.1. I have a job that dynamically names a file using a timestamp down to the second. The job writes out 3 tabs on the excel file. On a random basis the job will fail with the error:
Exception in component tFileOutputExcel_1
java.lang.RuntimeException: java.io.IOException: The system cannot find the path specified

I never get the error when I run the job from my studio and it only happens randomly when run from our VisualCron job scheduler.

Does anyone know why this might happen randomly?
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi 
Maybe you have scheduled the job to run very often, the time interval for each job execution is very short, and the file is still open by another execution.
Regards
Shong

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi 
Maybe you have scheduled the job to run very often, the time interval for each job execution is very short, and the file is still open by another execution.
Regards
Shong