<?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: How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359411#M124188</link>
    <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tLogCatcher is used to catch java exception message.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Most components provide error messages via the globalMap. Typically with this key &amp;lt;component_unique_id&amp;gt;_ERROR_MESSAGE.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;If you want to&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;the whole stack trace, you can re-design your job with&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;OnComponentError and OnSubjobError connection type.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 13 Jun 2016 09:52:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-13T09:52:08Z</dc:date>
    <item>
      <title>How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359408#M124185</link>
      <description>&lt;FONT color="#545454"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;Hello,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#545454"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;I have a job which use a lot of RAM and finally end with an error in Talend =&amp;gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#545454"&gt;&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;java.lang.OutOfMemoryError: GC overhead limit exceeded&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;I know how to resolve this by changing the Xmx option. 
&lt;BR /&gt;But my problem is with Talend, the job ended with an exit code = 0&amp;nbsp; 
&lt;BR /&gt;No data were received with tLogCatcher and tStatCatcher indicates a success... 
&lt;BR /&gt;So, is this a bug ? am I wrong with something ? Is there a solution to catch this error ? Is this a java exception ? 
&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 07 Jun 2016 15:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359408#M124185</guid>
      <dc:creator>babasss</dc:creator>
      <dc:date>2016-06-07T15:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359409#M124186</link>
      <description>Hi, 
&lt;BR /&gt;On which build version you got this issue? How did you set your Xmx option? More information will be helpful for us to address your issue quickly. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sun, 12 Jun 2016 04:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359409#M124186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-12T04:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359410#M124187</link>
      <description>Hi,
&lt;BR /&gt;I have this problem with version 6.0.1.20150908_1633 (and with 6.2.0.20160510_1709).&amp;nbsp;
&lt;BR /&gt;The first time, I had this problem with 2048M on Xmx value, but i tried with 512M and it's the same
&lt;BR /&gt;This problem comes on my personnal laptop (development environnement) when i launch the job from Talend and on the server (production environment) when the job is launched by the .bat (windows environment) =&amp;gt; dev and prod are on windows.
&lt;BR /&gt;Just to be sure, my problem isn't the java crash but the absence of log about this crash
&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 13 Jun 2016 09:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359410#M124187</guid>
      <dc:creator>babasss</dc:creator>
      <dc:date>2016-06-13T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359411#M124188</link>
      <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tLogCatcher is used to catch java exception message.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Most components provide error messages via the globalMap. Typically with this key &amp;lt;component_unique_id&amp;gt;_ERROR_MESSAGE.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;If you want to&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;the whole stack trace, you can re-design your job with&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;OnComponentError and OnSubjobError connection type.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 13 Jun 2016 09:52:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359411#M124188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-13T09:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to catch java.lang.OutOfMemoryError: GC overhead limit exceeded ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359412#M124189</link>
      <description>Hi, 
&lt;BR /&gt;Thanks for your answer. My problem is that the tlogcatcher doesn't seems to make his job because i have a java exception and the tlogcatcher log nothing. 
&lt;BR /&gt;See below : 
&lt;BR /&gt;&amp;nbsp;- the configuration of tlogcatcher (Catch Java exception is flagged)&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;- the result of the job 
&lt;BR /&gt;tLogCatcher feeds tOutputFileDelimited but nothing is stored on the file after the crash. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEHq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133807i6550B8D885E6C4C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEHq.png" alt="0683p000009MEHq.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME7Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148525i4096AD2798079078/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME7Z.png" alt="0683p000009ME7Z.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 13 Jun 2016 10:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-catch-java-lang-OutOfMemoryError-GC-overhead-limit/m-p/2359412#M124189</guid>
      <dc:creator>babasss</dc:creator>
      <dc:date>2016-06-13T10:27:56Z</dc:date>
    </item>
  </channel>
</rss>

