<?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 Unable to cleanly start/stop Remote Engine in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-cleanly-start-stop-Remote-Engine/m-p/2384813#M5036</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm currently installing the Remote Engine on a Linux box (Red Hat Enterprise Linux 8.2) but I encounter some issues specially when trying to stop.&lt;/P&gt; 
&lt;P&gt;Installation has been made with root user as for following operations.&lt;/P&gt; 
&lt;P&gt;Here is the situation:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;"trun" command starts and pair the engine which is marked it as available from the TMC, but after that I'm unable to can't stop it using "ctrl-d" or "system:shutdown" (no response at all, engine continue to run and marked as unavailable from TMC).&lt;BR /&gt;Need to use a kill -9 to stop it.&lt;/LI&gt; 
 &lt;LI&gt;"trun &amp;amp;" starts the engine as well, but job is immediately stoppped (response to "bg" command is "[1]+ Stopped") and marked as unavailable from the TMC. If I do a "fg" command, I can entrer karaf commands and the engine is marked as available from the TMC. Here alse I am unable to stop it using dedicated commands.&lt;/LI&gt; 
 &lt;LI&gt;starting the engine as a service works fine, the engine starts and is marked as available from the TMC, also responding "karaf is running" when using "service Talend-Remote-Engine-service status" command. However, using "service Talend-Remote-Engine-service stop" doesn't work&lt;BR /&gt;&lt;PRE&gt;[root@myServerName bin]# service Talend-Remote-Engine-service stop
Stopping karaf...
Waiting for karaf to exit...
Waiting for karaf to exit...
Waiting for karaf to exit...&lt;/PRE&gt;Here again I need to kill the process to stop it.&lt;/LI&gt; 
 &lt;LI&gt;Starting the engine when the server is rebooted (with "chkconfig Talend-Remote-Engine-service on") also doesn't work as expected (service is not launched at boot time).&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Used versions is&amp;nbsp;Talend-RemoteEngine-V2.8.3-171-Linux-x64.&lt;/P&gt; 
&lt;P&gt;Any idea would be welcome to help me solve these issues.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:08:52 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2024-11-16T02:08:52Z</dc:date>
    <item>
      <title>Unable to cleanly start/stop Remote Engine</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-cleanly-start-stop-Remote-Engine/m-p/2384813#M5036</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I'm currently installing the Remote Engine on a Linux box (Red Hat Enterprise Linux 8.2) but I encounter some issues specially when trying to stop.&lt;/P&gt; 
&lt;P&gt;Installation has been made with root user as for following operations.&lt;/P&gt; 
&lt;P&gt;Here is the situation:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;"trun" command starts and pair the engine which is marked it as available from the TMC, but after that I'm unable to can't stop it using "ctrl-d" or "system:shutdown" (no response at all, engine continue to run and marked as unavailable from TMC).&lt;BR /&gt;Need to use a kill -9 to stop it.&lt;/LI&gt; 
 &lt;LI&gt;"trun &amp;amp;" starts the engine as well, but job is immediately stoppped (response to "bg" command is "[1]+ Stopped") and marked as unavailable from the TMC. If I do a "fg" command, I can entrer karaf commands and the engine is marked as available from the TMC. Here alse I am unable to stop it using dedicated commands.&lt;/LI&gt; 
 &lt;LI&gt;starting the engine as a service works fine, the engine starts and is marked as available from the TMC, also responding "karaf is running" when using "service Talend-Remote-Engine-service status" command. However, using "service Talend-Remote-Engine-service stop" doesn't work&lt;BR /&gt;&lt;PRE&gt;[root@myServerName bin]# service Talend-Remote-Engine-service stop
Stopping karaf...
Waiting for karaf to exit...
Waiting for karaf to exit...
Waiting for karaf to exit...&lt;/PRE&gt;Here again I need to kill the process to stop it.&lt;/LI&gt; 
 &lt;LI&gt;Starting the engine when the server is rebooted (with "chkconfig Talend-Remote-Engine-service on") also doesn't work as expected (service is not launched at boot time).&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Used versions is&amp;nbsp;Talend-RemoteEngine-V2.8.3-171-Linux-x64.&lt;/P&gt; 
&lt;P&gt;Any idea would be welcome to help me solve these issues.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-cleanly-start-stop-Remote-Engine/m-p/2384813#M5036</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2024-11-16T02:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cleanly start/stop Remote Engine</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-cleanly-start-stop-Remote-Engine/m-p/2384814#M5037</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;For those interested by the subject, it seems using "tstart" instead of "trun" solved the issue for starting the remote engine manually.&lt;BR /&gt;To stop the engine when started as a service, if "service Talend-Remote-Engine-service stop" doesn't stop it immediately, you can do a ctrl-c then repeate "service Talend-Remote-Engine-service stop".&lt;/P&gt;
&lt;P&gt;Strange behaviour and strange to have no answer from anyone here.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jun 2020 09:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Unable-to-cleanly-start-stop-Remote-Engine/m-p/2384814#M5037</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2020-06-23T09:40:41Z</dc:date>
    </item>
  </channel>
</rss>

