I am trying to deploy a job through the TAC, and I am receiving an error "Connection to server failed" for just one of my jobs. The other jobs are running file.
When I check the jobserver logs, it shows:
Caused by: java.io.FileNotFoundException: /opt/Talend-5.4.1/jobserver/agent/./TalendJobServersFiles/repository/XXXX_MainXXXXX_20141124_165609_freso/MainXXXXX/MainXXXXX_run.sh (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileWriter.<init>(Unknown Source)
The problem appears to be, job in the job server is an old jobs, and I can delete or get rid of it. I tried shutting everything down and restarting the jobserver, but the error still persists.
How do I get rid of this old job, which appears to be stuck in the job server?
Thanks!