<?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: JDBC connection opened linked to a tPreJob component leads to NullPointerException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209133#M8073</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMKXAA4"&gt;@mhodent&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for raising this. Could you give a screenshot of your job and the DB component configurations?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also, you should be able to login to Jira &lt;A href="https://jira.talendforge.org" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;. Let me know if you cannot&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2019 14:43:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-29T14:43:59Z</dc:date>
    <item>
      <title>JDBC connection opened linked to a tPreJob component leads to NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209132#M8072</link>
      <description>&lt;P&gt;Found a bug in 7.x (don't have access to JIRA but I reported it to one of your sales engineer I'm working with) :&lt;BR /&gt;If you open a connection in JDBC to GCP and try to use it in an ELT component, your connection finishes in NullPointerException probably because the ELT component build itself before the prejob code runs.&lt;BR /&gt;&lt;BR /&gt;You have to use individual connection as far as I know ...&lt;BR /&gt;Only tested that on Google Cloud Platform, don't know if it's true in general.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 13:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209132#M8072</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-08-22T13:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC connection opened linked to a tPreJob component leads to NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209133#M8073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMKXAA4"&gt;@mhodent&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for raising this. Could you give a screenshot of your job and the DB component configurations?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Also, you should be able to login to Jira &lt;A href="https://jira.talendforge.org" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;. Let me know if you cannot&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 14:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209133#M8073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC connection opened linked to a tPreJob component leads to NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209134#M8074</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is the job :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="job.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6pP.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134377iD5446ABF096FF17D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6pP.jpg" alt="0683p000009M6pP.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It's pretty simple, but it doesn't seem to work ... The connection is marked as OK in the prejob. If you test connectivity it's ok, and you can parse your schema.&lt;/P&gt; 
&lt;P&gt;But if you try to run the thing, the connection is not created when ELT component try to initialize itself. So there's a NPE...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you in advance !&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209134#M8074</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-08-29T15:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC connection opened linked to a tPreJob component leads to NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209135#M8075</link>
      <description>&lt;P&gt;Hmmm yes it does look pretty simple. I notice you have yellow triangles next to your input and output components. If you hover your cursor over them, what do they say?&lt;BR /&gt;&lt;BR /&gt;Also, have you tried logging in to the Jira? I've read a few of your posts and you sound like the sort of person who would be great to have raising Jiras &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 15:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209135#M8075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-29T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: JDBC connection opened linked to a tPreJob component leads to NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209136#M8076</link>
      <description>Triangle are because I just put components as is. I didn't re-do the job.
&lt;BR /&gt;
&lt;BR /&gt;I tried a simple thing with the sales engineer I know : try to use PostgreSQL components to connect to my GCP Instance.
&lt;BR /&gt;
&lt;BR /&gt;I know from experience it works with Mysql on GCP without any changes.
&lt;BR /&gt;It seems to work with Postgre too, and certs are not needed (strange !), while it's needed in JDBC.
&lt;BR /&gt;
&lt;BR /&gt;I'll try later to use it in ELT mode, maybe it's related to the mode of connection (JDBC + SSL certificates).
&lt;BR /&gt;
&lt;BR /&gt;Note : strange behaviour though, if you build this job, select the connection from metadata repository, a maven library is used. But if you "use" the connection on an ELT component, the target switch to the driver class (without maven URI). Maybe a clue to our problem.</description>
      <pubDate>Thu, 29 Aug 2019 16:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JDBC-connection-opened-linked-to-a-tPreJob-component-leads-to/m-p/2209136#M8076</guid>
      <dc:creator>rmartin2</dc:creator>
      <dc:date>2019-08-29T16:55:14Z</dc:date>
    </item>
  </channel>
</rss>

