<?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 Re: Autostart Karaf (Open Studio) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303434#M146558</link>
    <description>I'm going to open other topic with the new question.
&lt;BR /&gt;I got autostart Karaf, thank you so much Dlenzen!!
&lt;BR /&gt;Cheers</description>
    <pubDate>Fri, 31 May 2013 13:46:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-31T13:46:43Z</dc:date>
    <item>
      <title>Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303430#M146554</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;We've just install and trying Talend Open Studio for ESB. We've developed some RESTFul web services and we've published them on Karaf, and it works fine!! however, we've got a doubt, how can we auto-start Karaf whenever we restart our machine? &lt;BR /&gt;We've tried with a scheduled task and a windows service, which run the trun.bat file, but doesn't work! the scheduled task is configured to start at Windows startup, but it keeps as "running" and Karaf is not up. With Windows Service occurs something like this, we start it and immediatly it's stopped and appears a modal windows with a warning. We can run it manually, but we need do it automatically when system restart by maintenance.&lt;BR /&gt;Is there any way to get it?? we need to have karaf running to get our WebServices working, is it possible with Open Studio? (we've just discovered Talend and we're so dummies with it!)&lt;BR /&gt;Thanks&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303430#M146554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303431#M146555</link>
      <description>Hi, 
&lt;BR /&gt;using the wrapper command in Karaf you can create the related stuff you need to get the Container as a Windows Service which is for sure the best way to solve the 'Auto Start' requirement: 
&lt;BR /&gt;Please see here for the detailed steps: 
&lt;A href="https://help.talend.com/search/all?query=Installing+the+Talend+Runtime+container+as+a+service&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Installing+the+Talend+Runtime+container+as+a+service&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;The Talend Enterprise ESB comes additionally with an Installer which does this for you but essentially what we do in the installer is the same you can do manually also with the TOS 4 ESB Container 
&lt;BR /&gt;One more thing: when you run the container as a service you no longer have the console window so you now can use the Talend Runtime/Karaf Web Console: http://localhost:8040/system/console/bundles and / or connect via ssh (easiest by using teh client.bat which is int he same folder as the trun.bat you used to start it just as local process.) 
&lt;BR /&gt;HTH 
&lt;BR /&gt;Dietmar</description>
      <pubDate>Wed, 29 May 2013 17:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303431#M146555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-29T17:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303432#M146556</link>
      <description>Hi Dlenzen, 
&lt;BR /&gt;Thanks you by your reply!! I've installed the wrapper and the Windows Service. I access to web console and i see this: 
&lt;BR /&gt; 
&lt;BR /&gt;SSH Port RMI Ports State Pid Name 
&lt;BR /&gt; 
&lt;FONT color="red"&gt; &lt;/FONT&gt; trun 
&lt;BR /&gt; 
&lt;BR /&gt;Always in the status appears 
&lt;B&gt;STARTING&lt;/B&gt;, I've checked this post 
&lt;A href="http://community.talend.com:80/t5/Installing-and-Upgrading/Problem-to-start-Karaf/m-p/7040#M268" target="_blank"&gt;http://community.talend.com:80/t5/Installing-and-Upgrading/Problem-to-start-Karaf/m-p/7040#M268&lt;/A&gt;, but i can't solve it. I'm using TALEND 5.2.2 and JDK 1.6 on 64bits environment. 
&lt;BR /&gt;Why my instance not starts? 
&lt;BR /&gt;If I stop the window service and run TRUN.BAT, on the webconsole the instance appears as "STARTED" and i can run my WS correctly. 
&lt;BR /&gt;By the way, I've configured my WS indicating the Endpoint on tRESTRequest object as my machine IP to get access from other computers in my network ( 
&lt;I&gt;&lt;A href="http://11.111.11.111:8109/myService/param1=xxx&amp;amp;param2=yyy" rel="nofollow noopener noreferrer"&gt;http://11.111.11.111:8109/myService/param1=xxx&amp;amp;param2=yyy&lt;/A&gt;&lt;/I&gt;). 
&lt;BR /&gt; 
&lt;BR /&gt;Cheers 
&lt;BR /&gt; 
&lt;BR /&gt;PS. 
&lt;BR /&gt;I've add tLog component to my job / WS and i've just seen that when i invoke my RESTFul service through HTTP it runs and catch params, however appears 500 Server Error</description>
      <pubDate>Thu, 30 May 2013 09:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303432#M146556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303433#M146557</link>
      <description>Hi 
&lt;BR /&gt;I've seen that my problem is when i try to get info from my BD. I've attached you my job's diagram. 
&lt;BR /&gt;As you can see, i catch params, transform and set as global vars. Then i query my bd to get the info. The tLog component works ok and write params on the log, but when the job should continue to tMMSqlInput component, it crash!! i've tried without this component (without any query) and the WS works fine on Karaf, any idea? 
&lt;BR /&gt; 
&lt;BR /&gt;Thakks!! 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEG6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156810iBCC94649B59BB5EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEG6.png" alt="0683p000009MEG6.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 30 May 2013 12:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303433#M146557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T12:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303434#M146558</link>
      <description>I'm going to open other topic with the new question.
&lt;BR /&gt;I got autostart Karaf, thank you so much Dlenzen!!
&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 31 May 2013 13:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303434#M146558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-31T13:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Autostart Karaf (Open Studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303435#M146559</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same requirement now to start Karaf as autostart on my windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will be really help for me if you provide the procedure / steps followed by you to achieve the autostart karaf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Autostart-Karaf-Open-Studio/m-p/2303435#M146559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-06T10:13:35Z</dc:date>
    </item>
  </channel>
</rss>

