Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I have a job that downloads files from a sftp server. When running the job from TMC, I set the run as user to a local user. After running for 10 secs the job fails with below error. But the files are successfully download in the remote engine folder. The job seems like running to completion but the Task status on Management console is not correctly updated. Its shows failed. I have attached the log from the run.
Error
2023-04-26 19:08:16:975
Remote server has encountered an error:
, messageType=SERVER_ERROR, idRequestResponsePair=null, message=Job execution already running: jobId = 4dfe210784a2296fd9b58 executionId = 20230426230810_WQ0wB
Warning
2023-04-26 19:08:16:686
failed to start job 4dfe210784a2296fd9b58 execution 20230426230810_WQ0wB of task execution e4fdf580-093d-4dae-a623-b6a1b9819246, another attempt will be made
Warning
2023-04-26 19:08:16:682
failed to check job execution 20230426230810_WQ0wB started
Warning
2023-04-26 19:08:15:257
Retry 1/2 in 669 millis for action isJobStarted 20230426230810_WQ0wB
Error
2023-04-26 19:08:15:253
Execution error for action 'isJobStarted 20230426230810_WQ0wB': Try Again 20230426230810_WQ0wB
Info
2023-04-26 19:08:15:200
Try to do action 'isJobStarted 20230426230810_WQ0wB' 2 times if error occurs during execution.
It would be great if you can point out where we can more info on the error/ how to fix this issue.
Thanks
Vijay
Hello @Vijay Deep ,
Regarding to the error log, seems there is some issue about the remote engine server, could you please re-start the remote engine server to see if it fix the issue?
Thanks
Aiming
Check the error message: The error message on the Task Management screen can provide valuable information about what went wrong. Make sure to read the error message carefully and take note of any error codes or specific details mentioned. Check the job logs: The job logs on the Talend Remote Engine can provide additional information about the job execution. You can access the logs through the Talend Administration Center or through the Remote Engine itself. Check the job configuration: Make sure that the job configuration is correct and that all required parameters are set. Verify that any connections to external systems are functioning correctly. Check the system resources: Ensure that there are sufficient system resources available for the job to run. This includes CPU, memory, and disk space. Check the network connectivity: Verify that there are no network connectivity issues between the Talend Remote Engine and any external systems that the job interacts with. mybalancenow.com
Thanks Aiming, restarting the service/ machine, fixed the issue.