<?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: [resolved] tLogCatcher does not catch Java Exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262140#M42707</link>
    <description>I now found the code throwing the exception above:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } catch (java.lang.Exception e) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; System.err&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .println("There isContinue_tFileFetch_1 an exception on: "&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; + context.file_pp_financial);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; e.printStackTrace();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("\r\n");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; isContinue_tFileFetch_1 = false;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I copied the tLogCatcher into the subjob where the component is located which throws the exception.&lt;BR /&gt;Why does Talend e.printStackTrace and not forward it to tLogCatcher?</description>
    <pubDate>Thu, 31 Jul 2014 14:37:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-31T14:37:09Z</dc:date>
    <item>
      <title>[resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262125#M42692</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a job which does some work, and calls some subjobs. This main work is connected by a flow and has one start point (highlighted as green).&lt;BR /&gt;I want every Java exception been kept by tLogCatcher.&lt;BR /&gt;I created a tLogCather job as standalone job (not within the main flow). One sub job follows the tLogCatcher. The sub job shall make some entries in my databases log-table. The tLogCatcher is also highlighted as green and "catch Java Exceptions" is checked, tDie and tWarn isnt checked.&lt;BR /&gt;I found this Thread which unfortunately stays unsolved. There one told about a checkbox for multithreading. I do not have such an option for tLogCatcher.&lt;BR /&gt;Well when executing my job the console shows an Java exception. I do not understand why my log job isnt called.&lt;BR /&gt;One thought, I was not able to find an answer on is if I need to create a tlogCather on every subjob or if its enough to have one on the main job.&lt;BR /&gt;For further imagination here are some Screenshots about my job and the options of tLogCatcher.&lt;BR /&gt;Any help would be grateful. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2014 16:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262125#M42692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-30T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262126#M42693</link>
      <description>Hi Kaspatoo, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I created a tLogCather job as standalone job (not within the main flow). One sub job follows the tLogCatcher. The sub job shall make some entries in my databases log-table. The tLogCatcher is also highlighted as green and "catch Java Exceptions" is checked, tDie and tWarn isnt checked.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Your screenshots of job design will be preferred. Did you connect your tLogCatcher component to t&amp;lt;DB&amp;gt;output component to save java exception log?(tLogrow--&amp;gt;t&amp;lt;DB&amp;gt;ouput) 
&lt;B&gt;? &lt;/B&gt;What's the subjob which makes some entries in your databases log-table? 
&lt;BR /&gt;Here are Stat&amp;amp;log option in project setting ( it&amp;nbsp; is working on the whole project (Parent job and child jobs, and output them on file/DB but no context setting). 
&lt;BR /&gt;&amp;nbsp;and Stat&amp;amp;log in job view is working on the current job (you should set Stat&amp;amp;log of job view in both parent job and child jobs and output them on file/DB with context setting). 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150048i83A89E6967F2EF34/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUm.png" alt="0683p000009MAUm.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAKv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140912iEB496D275C860826/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAKv.png" alt="0683p000009MAKv.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 31 Jul 2014 08:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262126#M42693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T08:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262127#M42694</link>
      <description>hm well my screenshots are missing now, yesterday they were shown in my post&lt;BR /&gt;heres my next try, else i am going to load them externally:</description>
      <pubDate>Thu, 31 Jul 2014 09:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262127#M42694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262128#M42695</link>
      <description>Hi Kaspatoo,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;I need to create a tlogCather on every subjob&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&amp;gt;&amp;gt;&lt;BR /&gt;As you are thinking, it is not possible to catch logs and errors by a subjob for parent job... You need to have logcatcher component for every job...&lt;BR /&gt;If you want to avoid repeat target location, what you can do is, use tlogcatcher in every job and redirect all the records to single subjob which will insert data into the target location.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 31 Jul 2014 09:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262128#M42695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262129#M42696</link>
      <description>fileupload wont work&lt;BR /&gt;here are the external images:</description>
      <pubDate>Thu, 31 Jul 2014 09:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262129#M42696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262130#M42697</link>
      <description>well hes not even showing the links&lt;BR /&gt;thats stupid....&lt;BR /&gt;I try links with a broken URL, so delete spaces within them please, im sorry for that&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301676/main_job.PNG.html&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301673/option_advanced.PNG.html&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301674/option_base.PNG.html&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301677/option_documentation.PNG.html&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301678/option_dynamic.PNG.html&lt;BR /&gt;htt p://w ww. file-upload.net/download-9301679/option_view.PNG.html</description>
      <pubDate>Thu, 31 Jul 2014 09:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262130#M42697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T09:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262131#M42698</link>
      <description>@xdshi: documentation only says that with "stats &amp;amp; logs" i would be able to monitor logs. 
&lt;BR /&gt;So I now do not know what it really does? when using "use logs (tLogCatche)" will it then catch all exceptions as I want? 
&lt;BR /&gt;Does any tLogcatcher only work when the checkbox "use logs (tLogCatche)" in "stats &amp;amp; logs" is checked? 
&lt;BR /&gt;Whats the difference using a tLogCatcher and not havin checked "use logs (tLogCatche)" and having it checked? 
&lt;BR /&gt;and yes my tLogCatcher is connected to a DBout but via subjob. The exceptions says "premature end of file" on VALIDATE XML (which is running in main job and not any subjob). So the error does not occur after tLogcatcher caught it if you were one the way to imply this. 
&lt;BR /&gt;@sanvaibhav: well thanks, could explain it, but my colleage who programmed it in past is sure about havin tested it catching exceptions from subjobs. Well I am going to have a test on it.</description>
      <pubDate>Thu, 31 Jul 2014 10:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262131#M42698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T10:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262132#M42699</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/display/TalendOpenStudioComponentsReferenceGuide53EN/tLogCatcher" target="_blank" rel="nofollow noopener noreferrer"&gt;tLogcatcher&lt;/A&gt; fetches set fields and messages from Java Exception, tDie and/or tWarn and passes them on to the next component. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Does any tLogcatcher only work when the checkbox "use logs (tLogCatche)" in "stats &amp;amp; logs" is checked?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;You can use component(tLogcatcher) to catch java exception separately. If you use Stat&amp;amp;log option in project setting or Stat&amp;amp;log in job view, you have to check out "use logs (tLogCatche)" to enable it. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;and yes my tLogCatcher is connected to a DBout but via subjob. The exceptions says "premature end of file" on VALIDATE XML (which is running in main job and not any subjob). So the error does not occur after tLogcatcher caught it if you were one the way to imply this.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Is there any java exception info printed on console? 
&lt;BR /&gt;We cannot see your external images you provided. Can you use "upload" or "Drop files here to attachement" to upload them? What's the error your are facing? 
&lt;BR /&gt;See my pics 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132266i06A2650EA5C1D51D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUr.png" alt="0683p000009MAUr.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 31 Jul 2014 10:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262132#M42699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262133#M42700</link>
      <description>Hi,&amp;nbsp; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;If you use Stat&amp;amp;log option in project setting or Stat&amp;amp;log in job view, you have to check out "use logs (tLogCatche)" to enable it.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yeah fine but what does it do? Catch now all Java exceptions in all jobs and subjobs? And what then? does it write the Exceptiontext or trace? Am I able to instead write a message like "an error occured"? 
&lt;BR /&gt;Errortext on console is in red letters: 
&lt;BR /&gt;"Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file." 
&lt;BR /&gt;did you delete the blanks in the URL? 
&lt;BR /&gt;This is my failure description for inserting images: 
&lt;BR /&gt;Forum - Problem 
&lt;BR /&gt;Hi, 
&lt;BR /&gt;on a forumpost 
&lt;BR /&gt; 
&lt;BR /&gt;I was not able to insert screenhots. 
&lt;BR /&gt;The postfield offered me to interactiv fields to drag&amp;amp;drop files or copy&amp;amp;paste images. 
&lt;BR /&gt;I tried using drag and drop png-files of size about 50kb. It did not work while giving me a failmessage that the uploaded file would not meet requirements. 
&lt;BR /&gt;Clicking a png file from my desktop, clicking + &amp;lt;C&amp;gt; to copy it, then click in forum post area on the interactive field "dopy&amp;amp;paste screenshots" and then click + 
&lt;P&gt; to paste it will upload the image and show a thumbnail under my post-text. All looking fine. When click on post my post is posted but without any screenshot.&lt;BR /&gt;When now clicking in toolbar above the next answer-area on "upload" it will show me my screenshots but I cannot successfully drag them to my post area.&lt;BR /&gt;Due to this I tried to insert URLs of my png files now externally uploaded but the post is postet without the URLs.&lt;BR /&gt;I now did it with posting broken URLs (I inserted some blanks).&lt;BR /&gt;A Talend team member asked me to post screenshots. Well its not that easy.&lt;BR /&gt;You may should remove the new-user-blocks.&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2014 10:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262133#M42700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262134#M42701</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Yeah fine but what does it do? Catch now all Java exceptions in all jobs and subjobs? And what then? does it write the Exceptiontext or trace? Am I able to instead write a message like "an error occured"?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Stat&amp;amp;log in project setting ( it&amp;nbsp; is working on the whole project (Parent job and child jobs, and output them on file/DB but no context setting). 
&lt;BR /&gt;Stat&amp;amp;log in job view is working on the current job (you should set Stat&amp;amp;log of job view in both parent job and child jobs and output them on file/DB with context setting). 
&lt;BR /&gt;You can choose to&amp;nbsp;write the Exceptiontext into file or Database. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Am I able to instead write a message like "an error occured"?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;You cannot do it when using Stat&amp;amp;log in job view or Stat&amp;amp;log in project setting. 
&lt;BR /&gt;You are able to achieve it by using tLogcatcher component(tLogcatcher--&amp;gt;tMap--&amp;gt;tfileoutputxxx). In tMap editor, you can replace exception message or keep both. 
&lt;BR /&gt;To make it clear, I have designed a simple demo job. 
&lt;BR /&gt;1: Using Stat&amp;amp;log in job view 
&lt;BR /&gt;2: Using tLogcatcher component(tLogcatcher--&amp;gt;tMap--&amp;gt;tfileoutputxxx) to replace exception message. 
&lt;BR /&gt;For 3 ways, Stat&amp;amp;log in project setting, Stat&amp;amp;log in job view or tLogcatcher, use either of them. 
&lt;BR /&gt;See my pics 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130738i3CD287EE47BE5A06/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUi.png" alt="0683p000009MAUi.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAUE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135976iFBD3CDD7F8C86698/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAUE.png" alt="0683p000009MAUE.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAFT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143439i3A8A7FFBB721F88D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAFT.png" alt="0683p000009MAFT.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAV1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135913i6EC5956A29A6A1E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAV1.png" alt="0683p000009MAV1.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 31 Jul 2014 11:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262134#M42701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T11:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262135#M42702</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi,&lt;BR /&gt;on a forumpost&lt;BR /&gt;I was not able to insert screenhots.&lt;BR /&gt;The postfield offered me to interactiv fields to drag&amp;amp;drop files or copy&amp;amp;paste images.&lt;BR /&gt;I tried using drag and drop png-files of size about 50kb. It did not work while giving me a failmessage that the uploaded file would not meet requirements.&lt;BR /&gt;Clicking a png file from my desktop, clicking + &amp;lt;C&amp;gt; to copy it, then click in forum post area on the interactive field "dopy&amp;amp;paste screenshots" and then click + &lt;P&gt; to paste it will upload the image and show a thumbnail under my post-text. All looking fine. When click on post my post is posted but without any screenshot.&lt;BR /&gt;When now clicking in toolbar above the next answer-area on "upload" it will show me my screenshots but I cannot successfully drag them to my post area.&lt;BR /&gt;Due to this I tried to insert URLs of my png files now externally uploaded but the post is postet without the URLs.&lt;BR /&gt;I now did it with posting broken URLs (I inserted some blanks).&lt;BR /&gt;A Talend team member asked me to post screenshots. Well its not that easy.&lt;BR /&gt;You may should remove the new-user-blocks.&lt;BR /&gt;Thanks.&lt;/P&gt;&amp;lt;/C&amp;gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Actually, there is no new-user-blocks for Image but URL. When you click "upload" button and upload files, make sure the uploaded screenshots is loaded in your current post. 
&lt;BR /&gt;See my screenshots. 
&lt;BR /&gt;Let me know if it is OK with you. 
&lt;BR /&gt;Best regards&amp;nbsp; 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/55433/1_20140731-1244.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAQb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128563iB27C1E0B13256FE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAQb.png" alt="0683p000009MAQb.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/55433/3.png" target="_blank"&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAOC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143770i09DAA42A51E90432/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAOC.png" alt="0683p000009MAOC.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 31 Jul 2014 11:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262135#M42702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T11:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262136#M42703</link>
      <description>yeah my screenshot was shown as your second picture in the post-area&lt;BR /&gt;I hit submit button and the screenshots were not shown</description>
      <pubDate>Thu, 31 Jul 2014 12:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262136#M42703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262137#M42704</link>
      <description>&amp;nbsp;</description>
      <pubDate>Thu, 31 Jul 2014 12:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262137#M42704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262138#M42705</link>
      <description>even with another browser i am not able to insert images&lt;BR /&gt;i now clicked on upload, my uploaded pictures where listed/ shown there&lt;BR /&gt;I click at one image, the image is now displayed in the content area&lt;BR /&gt;when clicking submit as above the post is posted without any image&lt;BR /&gt;on preview the image is still shown</description>
      <pubDate>Thu, 31 Jul 2014 12:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262138#M42705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262139#M42706</link>
      <description>maybe I am able to send you images per mail? 
&lt;BR /&gt;if you want you can send me an email first on (pls delete blanks here again) 
&lt;BR /&gt;sebastian . krings @ atos . net 
&lt;BR /&gt;I try to describe again what I have: 
&lt;BR /&gt;a main job with some sub jobs 
&lt;BR /&gt;and some places the console logs red-colored-textlines, which are not the trace of a java exception but theyre errors, theyre red, I do not log red text. 
&lt;BR /&gt;The full console output of one run of the mainjob is exactly as follows: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;ACTION&amp;nbsp;&amp;nbsp;&amp;nbsp; LEVEL&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE&amp;nbsp;&amp;nbsp;&amp;nbsp; TIMESTAMP_START&amp;nbsp;&amp;nbsp;&amp;nbsp; TIMESTAMP_END&amp;nbsp;&amp;nbsp;&amp;nbsp; SUCCESS&lt;BR /&gt;JOBNAME|ACTION|null|31-07-2014||&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt; File is Invalid&lt;BR /&gt;There is a Fatal Error on line 1 : Premature end of file.&lt;BR /&gt;There is an Error on line 1 : Premature end of file.&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt;There is a Fatal Error on line 1 : Premature end of file.&lt;BR /&gt;There is an Error on line 1 : Premature end of file.&lt;BR /&gt; File is Invalid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt; File is Invalid&lt;BR /&gt;There is a Fatal Error on line 1 : Premature end of file.&lt;BR /&gt;There is an Error on line 1 : Premature end of file.&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt; File is Valid&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt;Error on line 1 of document&amp;nbsp; : Premature end of file. Nested exception: Premature end of file.&lt;BR /&gt; File is Invalid&lt;BR /&gt;There is a Fatal Error on line 1 : Premature end of file.&lt;BR /&gt;There is an Error on line 1 : Premature end of file.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have a tLogCatcher component, which flows to a subjob which makes a tmap before tDBOut 
&lt;BR /&gt;when setting a breakpoint on it, it is never called 
&lt;BR /&gt;On live application server the console shows the following outout: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;ACTION LEVEL MESSAGE TIMESTAMP_START TIMESTAMP_END SUCCESS&lt;BR /&gt; ACTION LEVEL MESSAGE TIMESTAMP_START TIMESTAMP_END SUCCESS&lt;BR /&gt; FETCH_FILE|ERROR|(file not loaded - first try of three.&lt;BR /&gt; 
     &lt;TABLE&gt; 
      &lt;TBODY&gt; 
       &lt;TR&gt; 
        &lt;TD&gt;|&lt;/TD&gt; 
       &lt;/TR&gt; 
      &lt;/TBODY&gt; 
     &lt;/TABLE&gt;There isContinue_tFileFetch_1 an exception on: {&amp;gt;URL&amp;lt;}&lt;BR /&gt; java.lang.Exception: Method failed: HTTP/1.0 500 Internal Server Error&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;at package.file_fetcher_0_1.FILE_FETCHER.tFileFetch_1Process(FILE_FETCHER.java:851)&lt;BR /&gt; at package.file_fetcher_0_1.FILE_FETCHER.runJobInTOS(FILE_FETCHER.java:2124)&lt;BR /&gt; at package.file_fetcher_0_1.FILE_FETCHER.runJob(FILE_FETCHER.java:1803)&lt;BR /&gt; at package.fetch_file_worker_0_1.FETCH_FILE_WORKER.tRunJob_1Process(FETCH_FILE_WORKER.java:948)&lt;BR /&gt; at package.fetch_file_worker_0_1.FETCH_FILE_WORKER$2.run(FETCH_FILE_WORKER.java:2517)&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;There isContinue_tFileFetch_1 an exception on:{&amp;gt;URL&amp;lt;}&lt;BR /&gt; java.lang.Exception: Method failed: HTTP/1.0 500 Internal Server Error&lt;BR /&gt; &lt;BR /&gt;at package.file_fetcher_0_1.FILE_FETCHER.tFileFetch_1Process(FILE_FETCHER.java:851)&lt;BR /&gt; at package.file_fetcher_0_1.FILE_FETCHER.runJobInTOS(FILE_FETCHER.java:2124)&lt;BR /&gt; at package.file_fetcher_0_1.FILE_FETCHER.runJob(FILE_FETCHER.java:1803)&lt;BR /&gt; at package.fetch_file_worker_0_1.FETCH_FILE_WORKER.tRunJob_3Process(FETCH_FILE_WORKER.java:1402)&lt;BR /&gt; at package.fetch_file_worker_0_1.FETCH_FILE_WORKER$4.run(FETCH_FILE_WORKER.java:2609)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 31 Jul 2014 12:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262139#M42706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T12:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262140#M42707</link>
      <description>I now found the code throwing the exception above:&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; } catch (java.lang.Exception e) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; System.err&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; .println("There isContinue_tFileFetch_1 an exception on: "&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; + context.file_pp_financial);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; e.printStackTrace();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; System.out.println("\r\n");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; isContinue_tFileFetch_1 = false;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I copied the tLogCatcher into the subjob where the component is located which throws the exception.&lt;BR /&gt;Why does Talend e.printStackTrace and not forward it to tLogCatcher?</description>
      <pubDate>Thu, 31 Jul 2014 14:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262140#M42707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-31T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262141#M42708</link>
      <description>i again try to upload pics since it worked now on another topic. 
&lt;BR /&gt;Some texts are may in german, ask for translation if needed. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MARA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132545iC3C6480589C3D2FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MARA.png" alt="0683p000009MARA.png" /&gt;&lt;/span&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/199259/blob_20140731-1024.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAQ2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139476i13BCD275D2FB0604/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAQ2.png" alt="0683p000009MAQ2.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/199259/blob_20140730-1715.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAV6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152266i8BB7794EC748FE18/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAV6.png" alt="0683p000009MAV6.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/199259/option_advanced.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAGq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129431iF3CE20C19ACB70C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAGq.png" alt="0683p000009MAGq.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/199259/option_documentation.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAGd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142884i97AA8695CC2E9509/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAGd.png" alt="0683p000009MAGd.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/199259/option_view.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MASc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137652iF38B6806661E32FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MASc.png" alt="0683p000009MASc.png" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
      <pubDate>Fri, 15 Aug 2014 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262141#M42708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-15T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262142#M42709</link>
      <description>Hi Kaspatoo, 
&lt;BR /&gt;how do you pass the content from tLogCatcher to your sub job? Maybe you forgot to activate the checkbox "Transmit whole context" on tRunJob component? 
&lt;BR /&gt;Does a tLogRow catch the java exception when you put it between tLogCatcher and tRunJob? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Frank</description>
      <pubDate>Tue, 02 Sep 2014 09:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262142#M42709</guid>
      <dc:creator>borke02</dc:creator>
      <dc:date>2014-09-02T09:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262143#M42710</link>
      <description>hi all,
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt; File is Valid&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I guess you're validate some data (with xsd validation ?).
&lt;BR /&gt;to catch error from those component I think (if i have well understand your request) you have to use 'runf if' trigger and propagate in a tWarn or tDie (if you want to stop the process).
&lt;BR /&gt;If you're using on subjob error or on component error it doesn't work because it's not an error about component but data.
&lt;BR /&gt;hope I'm clear enought &amp;amp; hope it helps
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Tue, 02 Sep 2014 10:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262143#M42710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T10:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tLogCatcher does not catch Java Exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262144#M42711</link>
      <description>Hey, 
&lt;BR /&gt;- yes, XSD validation 
&lt;BR /&gt;- I do not transmitting whole context, but thats ok due to manuel transmitting of single parameters. 
&lt;BR /&gt;i mean when errors appear (by wrong/ missing data) the console shows red colored outputs and sometimes stacktraces from java exceptions (eg when my webserver is not available). 
&lt;BR /&gt;As I understand you now, these are no unhandled java exceptions but just their messages and stack traces after they were handled by the components and set for output by also these components. Thats why tLogCatcher has not been triggered, theres no unhandled exception. 
&lt;BR /&gt;Catching the handled erros by components I have to use run-if (which i still do for manual logging). 
&lt;BR /&gt;If I am right the "problem" then is, how to influence the outputs done automatically in console.</description>
      <pubDate>Wed, 03 Sep 2014 10:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tLogCatcher-does-not-catch-Java-Exception/m-p/2262144#M42711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T10:02:43Z</dc:date>
    </item>
  </channel>
</rss>

