Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
2025-12-12 02:32:57,668 ERROR MultiSocketServer - java.io.EOFException
org.talend.remote.commons.exception.ClientServerException: java.io.EOFException
at org.talend.remote.server.AbstractObjectServerSocket.initInputStream(AbstractObjectServerSocket.java:66) ~[org.talend.remote.server-8.0.2.20240507_1504_patch.jar:?]
at org.talend.remote.server.AbstractObjectServerSocket.initAfterSocketInitialized(AbstractObjectServerSocket.java:44) ~[org.talend.remote.server-8.0.2.20240507_1504_patch.jar:?]
at org.talend.remote.server.AbstractServerSocket.start(AbstractServerSocket.java:36) ~[org.talend.remote.server-8.0.2.20240507_1504_patch.jar:?]
at org.talend.remote.server.MultiSocketServer$3.run(MultiSocketServer.java:271) [org.talend.remote.server-8.0.2.20240507_1504_patch.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:842) [?:?]
Caused by: java.io.EOFException
Hi Guys,
Can you help me resolve this error on the Talend Job Server? What should I do?
Thanks for your help.
Hello,
Is it a random issue for the execution plan (lots of parallel tasks in the plan)?
Could you please also post your technical.log here which will be helpful for us to address your issue? (mask your sensitive data, please)
Best regards
Sabrina
Hi Sabrina,
Thank you for your response.
I have attached the technical.log file
hope this file will help to identify and resolve the issue
Hello,
I have noticed that logs from technical.log may be related to this issue:
TaskExecutionHistoryHelper -
org.talend.administrator.common.exception.ItemNotFoundException: Object org.talend.model.conductor.TaskExecutionHistory: org.talend.model.conductor.TaskExecutionHistory@cb6ddb97 can't be found with the matching properties: idRemoteJobExecution=null
This indicates that the execution history record cannot be retrieved because the idRemoteJobExecution is null, suggesting a possible desynchronization between the JobServer and TAC during job status update. Is TAC restarting working for that?
In addition to that, Talend Administration Center (TAC) supports sending automatic email alerts for the following events:
You can find instructions on how to enable email notifications in TAC at the following link:
managing-notifications | Qlik Talend Help
Hope it helps.
Best regards
Sabrina