Skip to main content
Announcements
See why Qlik was named a Leader in the 2024 Gartner® Magic Quadrant™ for Data Integration Tools for the ninth year in a row: Get the report
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Remote runtime server shown as "DOWN" on TAC

Hi,
I am having the same issue as from this link:
https://jira.talendforge.org/browse/TESB-13798

In my technical.log file it says "ERROR TalendRuntimeServerStateChecker  - init talendRuntime Error!no such object in table".

I am unable to log into the Talend wiki in the comments:
https://wiki.talend.com/pages/viewpage.action?pageId=4261737

Does anyone know the solution?

I am guessing it is related to having both Runtime and Jobserver on the same box?

Cheers,
Adric
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Ok, I found another post with a similar issue:
https://community.talend.com/t5/Deployment/resolved-New-TAC-execution-server-with-status-down/td-p/1...

For anyone else that has this issue, I simply had to add an entry for the host IP and hostname to the /etc/hosts file.
e.g.
Update the hosts file
sudo vi /etc/hosts

Add the line below in as the second line (under 127.0.0.1 and above ::1)
10.20.20.10 HOSTNAME.NETWORK


Example hosts file:

127.0.0.1   localhost localhost.localdomain

10.20.20.10 HOSTNAME.NETWORK <------ add in this line here

::1         localhost localhost.localdomain


Hope that helps anyone else in the same position!

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Ok, I found another post with a similar issue:
https://community.talend.com/t5/Deployment/resolved-New-TAC-execution-server-with-status-down/td-p/1...

For anyone else that has this issue, I simply had to add an entry for the host IP and hostname to the /etc/hosts file.
e.g.
Update the hosts file
sudo vi /etc/hosts

Add the line below in as the second line (under 127.0.0.1 and above ::1)
10.20.20.10 HOSTNAME.NETWORK


Example hosts file:

127.0.0.1   localhost localhost.localdomain

10.20.20.10 HOSTNAME.NETWORK <------ add in this line here

::1         localhost localhost.localdomain


Hope that helps anyone else in the same position!
pprevel
Partner - Contributor II
Partner - Contributor II

Bonjour, 

J'ai actuellement le même problème sur une nouvelle installation.

Je veux bien la marche à suivre pour corriger l'anomalie, svp

Merci d'avance, 

PASCAL