Hi All,
We are getting inconsistent failures when promoting builds through our environments. It is the same
root error every time - java.io.FileNotFoundException, but we have been able to work around this by simply re-deploying the same build to the same environment.
Additionally, where a build might fail on a development deployment for example, it most likely won’t fail when going through Test, Acc and Production, and again even if it does fail a redeploy will complete the deployment with no errors.
While it’s not impacting us we are getting pressure from our development teams to address the issue, in case its a red flag to a larger fault we cannot currently see.
Expanded, the error reads like this :
java.io.FileNotFoundException: filename.bar (Access is denied.)
or:
java.io.FileNotFoundException: filename.bar (The system cannot find the file specified.)
Any tips or advice would be greatly appreciated.