Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]
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?
this is the path
I can't test this. You need to see if that path is available from your JobServer.
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
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