<?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 print runtime exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244546#M30652</link>
    <description>Hi, &lt;BR /&gt;I have the same need. The solution above does not work.&lt;BR /&gt;Any other idee ?&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 17 Sep 2008 13:53:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-09-17T13:53:23Z</dc:date>
    <item>
      <title>How to print runtime exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244544#M30650</link>
      <description>Hi, all: 
&lt;BR /&gt;I use web service and sometimes it threw runtime exception like this: 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;AxisFault 
&lt;BR /&gt; faultCode: { 
&lt;A href="http://schemas.xmlsoap.org/soap/envelope/}Server" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/}Server&lt;/A&gt; 
&lt;BR /&gt; faultSubcode: 
&lt;BR /&gt; faultString: javax.ejb.EJBTransactionRolledbackException 
&lt;BR /&gt; faultActor: 
&lt;BR /&gt; faultNode: 
&lt;BR /&gt; faultDetail: 
&lt;BR /&gt; { 
&lt;A href="http://xml.apache.org/axis/}stackTrace:javax.ejb.EJBTransactionRolledbackException" target="_blank" rel="nofollow noopener noreferrer"&gt;http://xml.apache.org/axis/}stackTrace:javax.ejb.EJBTransactionRolledbackException&lt;/A&gt; 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) 
&lt;BR /&gt; at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) 
&lt;BR /&gt; at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) 
&lt;BR /&gt;I try to print those error to my log file but I don't know how. I try tStatCatcher and tFileOUtpurDelimited but only showed 
&lt;BR /&gt;moment;pid;job;context;origin;message_type;message;duration;timestamp;widgetOperId;scrapQty 
&lt;BR /&gt;2008-09-15 10:11:18;ligoTL;SLN_NM_Scrap;Default;;begin;;;Mon Sep 15 10:11:20 PDT 2008;51;99 
&lt;BR /&gt;2008-09-15 10:11:20;ligoTL;SLN_NM_Scrap;Default;;end;failure;1968;Mon Sep 15 10:11:20 PDT 2008;51;99 
&lt;BR /&gt;Please help me how to print runtime exception to log file. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Vincent</description>
      <pubDate>Sat, 16 Nov 2024 14:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244544#M30650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to print runtime exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244545#M30651</link>
      <description>you can use a tJava, or tJavaRow (depending on which one works for your situation), with the following in the code to print it to the console&lt;BR /&gt;&lt;PRE&gt;System.out.println(((String)globalMap.get("tWebServiceInput_1_ERROR_MESSAGE")));&lt;/PRE&gt;&lt;BR /&gt;also, make sure you have all the logging turned on to catch all errors and warnings (see pic)&lt;BR /&gt;and, it might work to attach a tLogRow component after your tWebServiceInput component, but I'm just not sure</description>
      <pubDate>Mon, 15 Sep 2008 21:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244545#M30651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-15T21:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to print runtime exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244546#M30652</link>
      <description>Hi, &lt;BR /&gt;I have the same need. The solution above does not work.&lt;BR /&gt;Any other idee ?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 17 Sep 2008 13:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-print-runtime-exception/m-p/2244546#M30652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-17T13:53:23Z</dc:date>
    </item>
  </channel>
</rss>

