Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
hamidi
Partner - Contributor
Partner - Contributor

Talend Job server Frequently Stops

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.

Labels (3)
3 Replies
Xiaodi_Shi
Employee
Employee

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

 

hamidi
Partner - Contributor
Partner - Contributor
Author

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

Xiaodi_Shi
Employee
Employee

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:

  1. User creation or deletion
  2. Task failure
  3. Changes in the status of one or more job servers (e.g., from up to down or vice versa)

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