<?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: NullPointerException in Oracle output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215877#M12125</link>
    <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;brobert,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks for your feedback. Can we consider this topic as resolved?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 07 Nov 2016 08:13:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-07T08:13:24Z</dc:date>
    <item>
      <title>NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215866#M12114</link>
      <description>Hello all. 
&lt;BR /&gt;I am attempting to output data into an Oracle table. &amp;nbsp;I have successfully connected to the database and I can view my data using tLogRow, but I'm getting an error message when attempting to use tOracleOutput to add rows to an existing table in our database. 
&lt;BR /&gt; connecting to socket on port 4065 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tOracleOutput_1 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at local_project.mbrsepmstr_0_1.mbrsepmstr.tFileInputDelimited_1Process(mbrsepmstr.java:8797) 
&lt;BR /&gt; at local_project.mbrsepmstr_0_1.mbrsepmstr.runJobInTOS(mbrsepmstr.java:16667) 
&lt;BR /&gt; at local_project.mbrsepmstr_0_1.mbrsepmstr.main(mbrsepmstr.java:16501) 
&lt;BR /&gt;: local_project.mbrsepmstr_0_1.mbrsepmstr - tOracleOutput_1 null 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;From the error, I gather that something is Null that should not be, but I can not figure out what it is. &amp;nbsp;Our database setup does not allow null values in the particular table being written, but when I look at the data in tLogRow, I do not see any null values. &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;Any tips on how to figure out what is causing the error would be appreciated. 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 27 Oct 2016 13:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215866#M12114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T13:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215867#M12115</link>
      <description>Hi,
&lt;BR /&gt;Did you use toracleconnection component in your work flow? Would you mind posting your job design screenshot into forum which will be helpful for us to address your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 28 Oct 2016 03:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215867#M12115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T03:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215868#M12116</link>
      <description>You can try following things:&lt;BR /&gt;1. Generally tLogRow should help to get which data is null.&amp;nbsp;&lt;BR /&gt;2. You can try to make all the columns in the database table as nullable and see if you still get this error.&amp;nbsp;&lt;BR /&gt;3. Also check the component properties to see if any of the columns is set to be not nullable and should be nullable.&lt;BR /&gt;If you can post you job design once if will be easier to help you.</description>
      <pubDate>Fri, 28 Oct 2016 03:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215868#M12116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T03:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215869#M12117</link>
      <description>I checked the data in tLogRow and none of the fields are null and I did include a tOracleConnection. &amp;nbsp;Here's a screeshot of my job design. &amp;nbsp;It's nothing that fancy, just taking data from 3 csv files and sending selected data to one table in Oracle.</description>
      <pubDate>Fri, 28 Oct 2016 18:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215869#M12117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215870#M12118</link>
      <description>Mmm... &amp;nbsp;screenshot is not showing up for some reason. &amp;nbsp;Trying to past it again.</description>
      <pubDate>Fri, 28 Oct 2016 18:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215870#M12118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T18:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215871#M12119</link>
      <description>Trying screenshot one more time...</description>
      <pubDate>Fri, 28 Oct 2016 18:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215871#M12119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T18:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215872#M12120</link>
      <description>Oh well, it looks like it won't let me put the screenshot up for whatever reason. 
&lt;BR /&gt;Got to say, Talend has got to be the most frustrating and non-intuitive ETL tool I've ever attempted to use. &amp;nbsp;I've been struggling with this for a couple of weeks and still can't get a very simple job to work properly. &amp;nbsp;It would be really nice if the error messages identified exactly what was wrong instead of just throwing out a generic java error message, which means very little to me since I don't use java. &amp;nbsp;</description>
      <pubDate>Fri, 28 Oct 2016 18:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215872#M12120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T18:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215873#M12121</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Screenshots works only if you drag&amp;amp;drop the image directly in the editor window.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143894iA7EDA481BCEB7B68/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBAV.png" alt="0683p000009MBAV.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 31 Oct 2016 08:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215873#M12121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-31T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215874#M12122</link>
      <description>A NullPointerException has nothing to do with trying to insert NULL into your database. It is a Java runtime error message telling you that you (explicitly or implicitly through your job design) have declared a Java property (~ a variable) and then tried to reference it (i.e. get its content) without giving it a value first (i.e. set its content). You are trying to point to a NULL property, hence NullPointerException. You may have forgotten to fill a field in a tMap (all fields need to have a value) but there can be a number of other reasons. We can only help you if you post your screenshot with details on the setup of the components.&amp;nbsp; 
&lt;BR /&gt;I know it can be frustrating but Talend is a tool based entirely on the Java language. If you want/have to use it, you will need to dive a bit deeper into it and learn how to read Java error messages. Sorry about that. 
&lt;BR /&gt;PS: I believe you can only post screenshots it you have posted 10 times or more.&amp;nbsp;</description>
      <pubDate>Mon, 31 Oct 2016 17:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215874#M12122</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-10-31T17:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215875#M12123</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Actually, No limitation exists for the image. The community users&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&amp;nbsp;are able to upload images for the first topic/post.(limitation for 10 URLs)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri, sans-serif"&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 01 Nov 2016 02:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215875#M12123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T02:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215876#M12124</link>
      <description>Got this working. &amp;nbsp;Not sure what the problem was, but I solved it by deleting the tOracleOutput and re-creating it. &amp;nbsp;I must have had a setting wrong in it.&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 04 Nov 2016 12:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215876#M12124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException in Oracle output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215877#M12125</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;brobert,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Thanks for your feedback. Can we consider this topic as resolved?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 07 Nov 2016 08:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-in-Oracle-output/m-p/2215877#M12125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T08:13:24Z</dc:date>
    </item>
  </channel>
</rss>

