<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [resolved] Remote runtime server shown as &amp;quot;DOWN&amp;quot; on TAC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2334624#M103271</link>
    <description>Hi,
&lt;BR /&gt;I am having the same issue as from this link:
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TESB-13798" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-13798&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;In my technical.log file it says "ERROR TalendRuntimeServerStateChecker &amp;nbsp;- init talendRuntime Error!no such object in table".
&lt;BR /&gt;
&lt;BR /&gt;I am unable to log into the Talend wiki in the comments:
&lt;BR /&gt;
&lt;A href="https://wiki.talend.com/pages/viewpage.action?pageId=4261737" rel="nofollow noopener noreferrer" target="_blank"&gt;https://wiki.talend.com/pages/viewpage.action?pageId=4261737&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Does anyone know the solution?
&lt;BR /&gt;
&lt;BR /&gt;I am guessing it is related to having both Runtime and Jobserver on the same box?
&lt;BR /&gt;
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Adric</description>
    <pubDate>Sat, 16 Nov 2024 10:50:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:50:20Z</dc:date>
    <item>
      <title>[resolved] Remote runtime server shown as "DOWN" on TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2334624#M103271</link>
      <description>Hi,
&lt;BR /&gt;I am having the same issue as from this link:
&lt;BR /&gt;
&lt;A href="https://jira.talendforge.org/browse/TESB-13798" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TESB-13798&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;In my technical.log file it says "ERROR TalendRuntimeServerStateChecker &amp;nbsp;- init talendRuntime Error!no such object in table".
&lt;BR /&gt;
&lt;BR /&gt;I am unable to log into the Talend wiki in the comments:
&lt;BR /&gt;
&lt;A href="https://wiki.talend.com/pages/viewpage.action?pageId=4261737" rel="nofollow noopener noreferrer" target="_blank"&gt;https://wiki.talend.com/pages/viewpage.action?pageId=4261737&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;Does anyone know the solution?
&lt;BR /&gt;
&lt;BR /&gt;I am guessing it is related to having both Runtime and Jobserver on the same box?
&lt;BR /&gt;
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Adric</description>
      <pubDate>Sat, 16 Nov 2024 10:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2334624#M103271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Remote runtime server shown as "DOWN" on TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2334625#M103272</link>
      <description>Ok, I found another post with a similar issue: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqN4CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Deployment/resolved-New-TAC-execution-server-with-status-down/td-p/108366&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;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. 
&lt;BR /&gt;e.g. 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Update the hosts file&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier" new=""&gt;sudo vi /etc/hosts&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Add the line below in as the second line (under 127.0.0.1 and above ::1)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;10.20.20.10 HOSTNAME.NETWORK&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Example hosts file:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;127.0.0.1 &amp;nbsp; localhost localhost.localdomain 
&lt;BR /&gt; 
&lt;BR /&gt;10.20.20.10 HOSTNAME.NETWORK &amp;lt;------ add in this line here 
&lt;BR /&gt; 
&lt;BR /&gt;::1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; localhost localhost.localdomain 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Hope that helps anyone else in the same position!</description>
      <pubDate>Fri, 29 Jan 2016 05:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2334625#M103272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Remote runtime server shown as "DOWN" on TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2495340#M141587</link>
      <description>&lt;P&gt;Bonjour,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;J'ai actuellement le même problème sur une nouvelle installation.&lt;/P&gt;
&lt;P&gt;Je veux bien la marche à suivre pour corriger l'anomalie, svp&lt;/P&gt;
&lt;P&gt;Merci d'avance,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PASCAL&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 16:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Remote-runtime-server-shown-as-quot-DOWN-quot-on-TAC/m-p/2495340#M141587</guid>
      <dc:creator>pprevel</dc:creator>
      <dc:date>2024-11-29T16:57:14Z</dc:date>
    </item>
  </channel>
</rss>

