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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Reda_Sdn
Contributor
Contributor

TAC error : java.io.FileNotFoundException: xxxxxxxxxxxxxxxx (Device or resource busy)

Hi,

I deployed a talend job, when I run it on the TAC , after a few minutes it's ko because of the following error:

[FATAL] 10:31:16 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxx.csv (Device or resource busy)

java.io.FileNotFoundException: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxx.csv (Device or resource busy)

at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_342]

at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_342]

at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_342]

at java.io.FileOutputStream.<init>(FileOutputStream.java:133) ~[?:1.8.0_342]

Labels (2)
5 Replies
Anonymous
Not applicable

I suspect that you job is trying to read and/or write to a location it no longer has access to when running via the Jobserver. Is this path hardcoded in your Job in the Studio?

Reda_Sdn
Contributor
Contributor
Author

this is the path

0695b00000UxhLAAAZ.png

Anonymous
Not applicable

I can't test this. You need to see if that path is available from your JobServer.

Reda_Sdn
Contributor
Contributor
Author

In fact, I read several files from the same directory, so the path is good, each file has an id but the processing stops after reading certain files because of the error that I got

 

0695b00000UxmG0AAJ.png

Anonymous
Not applicable

Hello,

Please try to restart the Job Server and also verify that the TAC server/service user has full permissions in the [JobServerHome] directory structure.

Best regards

Sabrina