<?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: tHash component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285609#M59231</link>
    <description>It's certainly possible to use as many tHashOutput and tHashInput components as you want, linked in any way that you want.  Have you looked at the code line that's throwing the error?</description>
    <pubDate>Thu, 04 Oct 2012 00:18:51 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2012-10-04T00:18:51Z</dc:date>
    <item>
      <title>tHash component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285605#M59227</link>
      <description>Hi talender's 
&lt;BR /&gt;i use a THashOutput to stored datas in memory (a small array with 2 fields only) 
&lt;BR /&gt;after this i call this "memory" with a THashInput and then comes a Tmap. 
&lt;BR /&gt;the error comes with the Tmap, but seems to concern tHasInput : 
&lt;BR /&gt;------------------------ 
&lt;BR /&gt;Exception in component tMap_3 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at rezo_alpes_ain.new_indexzp_0_1.new_indexzp.tHashInput_2Process(new_indexzp.java:9503) 
&lt;BR /&gt; at rezo_alpes_ain.new_indexzp_0_1.new_indexzp.tHashInput_1Process(new_indexzp.java:7153) 
&lt;BR /&gt; at rezo_alpes_ain.new_indexzp_0_1.new_indexzp.tFileInputXML_2Process(new_indexzp.java:5461) 
&lt;BR /&gt; at rezo_alpes_ain.new_indexzp_0_1.new_indexzp.runJobInTOS(new_indexzp.java:15366) 
&lt;BR /&gt; at rezo_alpes_ain.new_indexzp_0_1.new_indexzp.main(new_indexzp.java:15186) 
&lt;BR /&gt;------------------------------ 
&lt;BR /&gt;an idea about these number error ? 
&lt;BR /&gt;best, Julien</description>
      <pubDate>Wed, 26 Sep 2012 13:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285605#M59227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-26T13:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: tHash component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285606#M59228</link>
      <description>Hi, geoetl 
&lt;BR /&gt;I have made a job to use tFixedFlowInput--&amp;gt;tHashOutput (see pic), but don't reproduce your issue again. So would you 
&lt;BR /&gt; |(onsubjectedok) 
&lt;BR /&gt; | 
&lt;BR /&gt; tHashInput--&amp;gt;tmap 
&lt;BR /&gt;mind providing your job more details for us? such as, the screenshot and the work flow of your job. We will give you a precise answer for that. 
&lt;BR /&gt; 
&lt;BR /&gt;Best Regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Sep 2012 11:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285606#M59228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-27T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: tHash component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285607#M59229</link>
      <description>The reference to tHashInput_2Process just tells you that the error occurred in the subjob starting at tHashInput_2. 
&lt;BR /&gt;To see exactly what statement's causing the problem, switch to the Code tab (bottom left of your design workspace) and go to line 9503. The error means you're trying to do something to a variable that is null so you'll have to figure out why it's null (if it shouldn't be) or put a null test in the expression to avoid the problem e.g. row1.column1==null?null:&amp;lt;your current expression&amp;gt;.</description>
      <pubDate>Fri, 28 Sep 2012 07:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285607#M59229</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-09-28T07:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: tHash component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285608#M59230</link>
      <description>thanks and sorry to come back after several days.... 
&lt;BR /&gt;i think my trouble comes from using 2 THashOutput in the same jo ( i wanted to called them with tHashInput_1 and tHashInput_2) 
&lt;BR /&gt;Talend doc is not complete but it seems that when we use a "memory" component (like tArray, tHash or tBuffer) , the "flow" is stored in a variable called "globalBuffer" ( for example with tBuffer). 
&lt;BR /&gt;so i think it is not possible to use more than one Thash output. 
&lt;BR /&gt;-------------------- 
&lt;BR /&gt;I can try to store my 2 fields with a context maybe ? 
&lt;BR /&gt;that why i made a context and after i create 2 "sub'context" ( by using the menu "configure context" in the "tree values" context panel ) 
&lt;BR /&gt;but how to call these "2 fields context" to use them in a flow ? 
&lt;BR /&gt;regards, 
&lt;BR /&gt;julien</description>
      <pubDate>Wed, 03 Oct 2012 14:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285608#M59230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-03T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: tHash component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285609#M59231</link>
      <description>It's certainly possible to use as many tHashOutput and tHashInput components as you want, linked in any way that you want.  Have you looked at the code line that's throwing the error?</description>
      <pubDate>Thu, 04 Oct 2012 00:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHash-component/m-p/2285609#M59231</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-10-04T00:18:51Z</dc:date>
    </item>
  </channel>
</rss>

