<?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: java.lang.OutOfMemoryError and tFileInputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285275#M58897</link>
    <description>Hi Sabrina,
&lt;BR /&gt;as you can see, my job is very simple. tFileList component considers only a file in this moment but I would like consider, in the future, more than one file.
&lt;BR /&gt;I attached 3 pictures. I hope these are useful to my scope.
&lt;BR /&gt;Thanks very much for your time.
&lt;BR /&gt;R</description>
    <pubDate>Thu, 13 Dec 2012 08:36:37 GMT</pubDate>
    <dc:creator>Rosanero4Ever</dc:creator>
    <dc:date>2012-12-13T08:36:37Z</dc:date>
    <item>
      <title>java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285273#M58895</link>
      <description>Hi all, 
&lt;BR /&gt;I'm using a tFileInputExcel in order to import an Excel file (about 25k rows and 10 columns) in my DB. 
&lt;BR /&gt;I'm using TOS 5.1.2 on Windows 2008 R2 in a computer provided with 8GB RAM 
&lt;BR /&gt;My memory configuration is the following: 
&lt;BR /&gt;-vmargs 
&lt;BR /&gt;-Xms64m 
&lt;BR /&gt;-Xmx1536m 
&lt;BR /&gt;-XX:MaxPermSize=512m 
&lt;BR /&gt;-Dfile.encoding=UTF-8 
&lt;BR /&gt;Despite of this I have the following exception: 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.Error: java.lang.OutOfMemoryError: Java heap space at 
&lt;BR /&gt;I use store data functionality of tMap and commit my data every 1000 rows but I yet have this problem. 
&lt;BR /&gt;I read some posts about this issue and I applied all the advices. 
&lt;BR /&gt;I also edited the memory configuration with Xmx=3096m but...nothing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; 
&lt;BR /&gt;I wouldn't convert my excel in csv. 
&lt;BR /&gt;So, can anybody help me to find a solution, please?</description>
      <pubDate>Wed, 12 Dec 2012 22:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285273#M58895</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-12T22:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285274#M58896</link>
      <description>Hi, 
&lt;BR /&gt;There are two points which is related to the java.lang.OutOfMemory Error
&lt;BR /&gt;1. The memory
&lt;BR /&gt;2. The job you have designed
&lt;BR /&gt;I have seen that you make a lot of efforts on that, If the job exists tsortrow, tmap, tuniqRo w, consume large amounts of memory, and other components, the data is saved to disk. Would you mind sending your job screenshot to us so that we can see whether there is optimized.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 13 Dec 2012 06:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285274#M58896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T06:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285275#M58897</link>
      <description>Hi Sabrina,
&lt;BR /&gt;as you can see, my job is very simple. tFileList component considers only a file in this moment but I would like consider, in the future, more than one file.
&lt;BR /&gt;I attached 3 pictures. I hope these are useful to my scope.
&lt;BR /&gt;Thanks very much for your time.
&lt;BR /&gt;R</description>
      <pubDate>Thu, 13 Dec 2012 08:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285275#M58897</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-13T08:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285276#M58898</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;My memory configuration is the following:&lt;BR /&gt;-vmargs&lt;BR /&gt;-Xms64m&lt;BR /&gt;-Xmx1536m&lt;BR /&gt;-XX:MaxPermSize=512m&lt;BR /&gt;-Dfile.encoding=UTF-8&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The memory configuration is the whole Talend job not your current job, isn't it? 
&lt;BR /&gt;You should set your current Job in Talend Studio 
&lt;BR /&gt;In the Run viewer, open the Advanced Settings tab and check Use specific JVM arguments. 
&lt;BR /&gt;Allocate more memory by modifying the JVM parameter as pic shown 
&lt;BR /&gt;Try it and tell us your result please 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 13 Dec 2012 09:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285276#M58898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285277#M58899</link>
      <description>Hi,
&lt;BR /&gt;before all I must correct my previous post: the excel file isn't made up by 25k rows, but 400k rows!
&lt;BR /&gt;Then, I setup my job with 4096M as you can see in the attached picture.
&lt;BR /&gt;Despite of this i yet have the out of memory error (after about 270k rows)
&lt;BR /&gt;Have you other solution?</description>
      <pubDate>Thu, 13 Dec 2012 09:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285277#M58899</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-13T09:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285278#M58900</link>
      <description>hi all,&lt;BR /&gt;how about the tMap ?&lt;BR /&gt;do you make "a lot of thing" in it ?&lt;BR /&gt;try to just read data and write it as it in your table, to check if tMap is the bottleneck .. or not.&lt;BR /&gt;hope it help&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 13 Dec 2012 21:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285278#M58900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T21:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285279#M58901</link>
      <description>Hi,&lt;BR /&gt;tMap only map data into the DB. No transformations are done.&lt;BR /&gt;I'll try tour advice even if, as I wrote before, tMap is very simple</description>
      <pubDate>Thu, 13 Dec 2012 21:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285279#M58901</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-13T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285280#M58902</link>
      <description>I removed the tMap component and I setup the job as show in the attached picture, but the problem still exists.
&lt;BR /&gt;Should I give up on the tFileInputExcel component?</description>
      <pubDate>Thu, 13 Dec 2012 22:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285280#M58902</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-13T22:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285281#M58903</link>
      <description>Hi, &lt;BR /&gt;I didn't find any issue in your job, how about restarting your studio, renewing a job and copying  the job into it? I have no better idea, sorry for that.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 14 Dec 2012 03:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285281#M58903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-14T03:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285282#M58904</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I perfomed all tasks you adviced (restart TOS, create a new job, etc.) but the issue yet exists.
&lt;BR /&gt;So, I believe tFileInputExcel can be used only for small excel file (it works with an excel file made up of 10k rows).
&lt;BR /&gt;or an excel file with a version &amp;lt;2007 (with 65535 rows max).
&lt;BR /&gt;I resign myself to the use of a csv file
&lt;BR /&gt;Thanks all for helping me.</description>
      <pubDate>Fri, 14 Dec 2012 08:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285282#M58904</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-14T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285283#M58905</link>
      <description>The built-in Excel components from Talend use a very - let me say - poor library for the xls format. It would be much better if they moved to the Apache POI library as they do already for the xlsx format. 
&lt;BR /&gt;You can try the combination of tFileExcelWorkbookOpen and tFileExcelSheetInput (both working together and use the latest Apache POI lib V3.8 and available over Talend Exchange) to read out your sheet. This has also the advantage, you can exactly specify which column you want to read. 
&lt;BR /&gt;If have read such huge files with the help of this components.</description>
      <pubDate>Sat, 15 Dec 2012 22:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285283#M58905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-15T22:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285284#M58906</link>
      <description>hi all,&lt;BR /&gt;I think that Talend 5.1.2 use POI lib to read Excel file .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Sat, 15 Dec 2012 22:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285284#M58906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-15T22:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285285#M58907</link>
      <description>Yes but it looks like only for the new xlsx format (the only good news is that we have v3.8 now). For xls they use the classes from the jxl lib.</description>
      <pubDate>Sat, 15 Dec 2012 22:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285285#M58907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-15T22:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285286#M58908</link>
      <description>Hi all,&lt;BR /&gt;my Excel file has xlsx extension, so new library shoud be used. Isn't it?</description>
      <pubDate>Sun, 16 Dec 2012 09:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285286#M58908</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-16T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285287#M58909</link>
      <description>Yes, it is. It would be interesting to know how large your file was. It have tested all components with a very large file of nearly 15MB file size with 20 sheets and in sum more than 65535 rows.</description>
      <pubDate>Sun, 16 Dec 2012 13:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285287#M58909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-16T13:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285288#M58910</link>
      <description>my file is about 400k rows in a single sheet (100MB)
&lt;BR /&gt;Thanks a lot</description>
      <pubDate>Sun, 16 Dec 2012 13:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285288#M58910</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-16T13:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285289#M58911</link>
      <description>You should close this thread as resolved.</description>
      <pubDate>Sun, 16 Dec 2012 14:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285289#M58911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-16T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285290#M58912</link>
      <description>Sorry.. 
&lt;BR /&gt;I can close this thread as resolved, 
&lt;BR /&gt;but I don't understand how the issue I wrote was resolved 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;...It was resolved?</description>
      <pubDate>Sun, 16 Dec 2012 14:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285290#M58912</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-16T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285291#M58913</link>
      <description>No it isn't. But to be onest an Excel file with 100MB is a bit .... I think there will be hardly any solution for it.
&lt;BR /&gt;Your solution to use csv format instead of the excel format is the best way from my point of view.</description>
      <pubDate>Mon, 17 Dec 2012 09:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285291#M58913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-17T09:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.OutOfMemoryError and tFileInputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285292#M58914</link>
      <description>You're right &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;So, in your opinion, what order of size would I consider to use this component without using csv?&lt;BR /&gt;Thank a lot for your replies.</description>
      <pubDate>Mon, 17 Dec 2012 09:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-OutOfMemoryError-and-tFileInputExcel/m-p/2285292#M58914</guid>
      <dc:creator>Rosanero4Ever</dc:creator>
      <dc:date>2012-12-17T09:09:34Z</dc:date>
    </item>
  </channel>
</rss>

