Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a question regarding executing jobs triggered by the TMC
Sometime (maybe about once a month) a job faild cause of following message: "Implementierung konnte nicht ausgeführt werden." - "Connection parameters were not received in time."
There is no additional log. Is this a problem within the TMC?
The problem is, we can not monitor this. We are using the job instance framework to monitor our jobs, but if the job is not starting, no entry in the framework is written.
Regards, Winny
Hi
Possible cause for this error is that communication is disrupted and the transferring of artifacts and parameters is retried but not completed in time.
The delay is minor the timeout can be increased so that at times of latency the engine will wait longer and not cause failures.
solution:
The setting can be set connection.parameters.timeout in <Remote Engine Install>/etc/org.talend.ipaas.rt.deployment.agent.cfg
For example,
wait.for.connection.parameters.timeout = 600
flow.deployment.timeout = 600
Regards
Shong
Hi Shong,
thank you for explaining and for the solution.
Regards
Winny