<?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: Manage Errors &amp; on component error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372030#M134907</link>
    <description>Hi Didier, 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Have you checked component&amp;nbsp; 
&lt;A href="https://help.talend.com/search/all?query=tInfiniteLoop" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tInfiniteLoop&lt;/A&gt;&amp;nbsp;which allows you to to execute a task or a Job automatically, based on a loop. 
&lt;BR /&gt;The workflow should be:tInfiniteLoop--&amp;gt;iterate--&amp;gt;tHTMLInput--&amp;gt;tOutput--&amp;gt;OnsubjobOk--&amp;gt;tDie(to stop an infinite loop job). 
&lt;BR /&gt;More information about your job requirement will helpful for us to give you more accurate&amp;nbsp;answers. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 30 Jul 2015 11:02:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-30T11:02:49Z</dc:date>
    <item>
      <title>Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372028#M134905</link>
      <description>&lt;P&gt;With the tHTML component I have the following error:&lt;BR /&gt;&lt;BR /&gt;Exception in component tHTMLInput_2&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmi.getcurrency_bnh_html_0_1.GetCurrency_BNH_HTML.tHTMLInput_2Process(GetCurrency_BNH_HTML.java:1478)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmi.getcurrency_bnh_html_0_1.GetCurrency_BNH_HTML.tSleep_1Process(GetCurrency_BNH_HTML.java:2076)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmi.getcurrency_bnh_html_0_1.GetCurrency_BNH_HTML.runJobInTOS(GetCurrency_BNH_HTML.java:2338)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at pmi.getcurrency_bnh_html_0_1.GetCurrency_BNH_HTML.main(GetCurrency_BNH_HTML.java:2159)&lt;BR /&gt;&lt;BR /&gt;Is it possible to create a loop on the compoent until It is success?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Something like: on component error retry or loop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any idea?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Didier&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372028#M134905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T09:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372029#M134906</link>
      <description>hi,
&lt;BR /&gt;not sure about your expectation but call your job with tRunJob , uncheck die on child job &amp;amp; use tloop to manage loop (risk of infinitive loop )
&lt;BR /&gt;So having a java null pointer exception is an expected behavior ??? 
&lt;BR /&gt;
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 30 Jul 2015 09:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372029#M134906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T09:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372030#M134907</link>
      <description>Hi Didier, 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Have you checked component&amp;nbsp; 
&lt;A href="https://help.talend.com/search/all?query=tInfiniteLoop" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tInfiniteLoop&lt;/A&gt;&amp;nbsp;which allows you to to execute a task or a Job automatically, based on a loop. 
&lt;BR /&gt;The workflow should be:tInfiniteLoop--&amp;gt;iterate--&amp;gt;tHTMLInput--&amp;gt;tOutput--&amp;gt;OnsubjobOk--&amp;gt;tDie(to stop an infinite loop job). 
&lt;BR /&gt;More information about your job requirement will helpful for us to give you more accurate&amp;nbsp;answers. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 30 Jul 2015 11:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372030#M134907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T11:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372031#M134908</link>
      <description>Below my job: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGc7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153737iCE9ABFEA4D2531F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGc7.png" alt="0683p000009MGc7.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I have the error on the tHTMLinput component accessing to the web site. Sometime it wirks sometimes it doesn't work! 
&lt;BR /&gt; 
&lt;BR /&gt;So that means to implement something like: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGcC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157403iF97E2711CF7893DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGcC.png" alt="0683p000009MGcC.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;is it correct?, 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks 
&lt;BR /&gt; 
&lt;BR /&gt;Didier</description>
      <pubDate>Tue, 04 Aug 2015 09:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372031#M134908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372032#M134909</link>
      <description>logicaly seems like ok (i' haven't reproduced your process 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;did you test when page is not reached ? (not sure about kind of error : a java exception that 'll end application or not) 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 04 Aug 2015 16:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372032#M134909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-04T16:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Errors &amp; on component error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372033#M134910</link>
      <description>Bad news!! 
&lt;BR /&gt; 
&lt;BR /&gt;With the tInfiniteLoop and tdie components my two tables are not updated 
&lt;BR /&gt; 
&lt;BR /&gt;If I remove these components, it works! 
&lt;BR /&gt; 
&lt;BR /&gt;Any ideas???</description>
      <pubDate>Wed, 05 Aug 2015 10:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Manage-Errors-on-component-error/m-p/2372033#M134910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-05T10:05:13Z</dc:date>
    </item>
  </channel>
</rss>

