<?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: Exception in thread &amp;quot;main&amp;quot; java.lang.Error: java.lang.OutOfMemoryError in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278841#M54203</link>
    <description>your mentioned memory preferences will only be used for the studio application but not for your job. Open the job, go to the view Job run and there to the register Advanced settings. Here you can specify the memory for your job.</description>
    <pubDate>Tue, 11 Dec 2012 19:07:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-11T19:07:50Z</dc:date>
    <item>
      <title>Exception in thread "main" java.lang.Error: java.lang.OutOfMemoryError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278840#M54202</link>
      <description>Hi All, 
&lt;BR /&gt;I am using Talend DI 5.0. 
&lt;BR /&gt;I have created a job which extracts records from excel file to a MS - SQL server table. 
&lt;BR /&gt;The records in excel file is around 1.1 Lakhs. 
&lt;BR /&gt;Whenever I am running job I am getting fillowing error: 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt;at ismartetl.etl_vbrk_0_1.ETL_VBRK.tFileInputExcel_1Process(ETL_VBRK.java:1324) 
&lt;BR /&gt; at ismartetl.etl_vbrk_0_1.ETL_VBRK.runJobInTOS(ETL_VBRK.java:1502) 
&lt;BR /&gt; at ismartetl.etl_vbrk_0_1.ETL_VBRK.main(ETL_VBRK.java:1370) 
&lt;BR /&gt;Caused by: java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale$ScrubBuffer.&amp;lt;init&amp;gt;(Locale.java:1885) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale.getScrubBuffer(Locale.java:1904) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Xobj.getValueAsString(Xobj.java:1205) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Xobj.fetch_text(Xobj.java:1796) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.values.XmlObjectBase.get_wscanon_text(XmlObjectBase.java:1332) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.values.XmlObjectBase.check_dated(XmlObjectBase.java:1269) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.values.JavaLongHolder.longValue(JavaLongHolder.java:53) 
&lt;BR /&gt; at org.apache.xmlbeans.impl.values.XmlObjectBase.getLongValue(XmlObjectBase.java:1502) 
&lt;BR /&gt; at org.openxmlformats.schemas.spreadsheetml.x2006.main.impl.CTRowImpl.getR(Unknown Source) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFRow.getRowNum(XSSFRow.java:321) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFSheet.initRows(XSSFSheet.java:180) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFSheet.read(XSSFSheet.java:147) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFSheet.onDocumentRead(XSSFSheet.java:134) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFWorkbook.onDocumentRead(XSSFWorkbook.java:235) 
&lt;BR /&gt; at org.apache.poi.POIXMLDocument.load(POIXMLDocument.java:190) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:182) 
&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:198) 
&lt;BR /&gt; at ismartetl.etl_vbrk_0_1.ETL_VBRK.tFileInputExcel_1Process(ETL_VBRK.java:690) 
&lt;BR /&gt; ... 2 more 
&lt;BR /&gt;Job ETL_VBRK ended at 20:07 11/12/2012. 
&lt;BR /&gt; 
&lt;BR /&gt;I have tried all the workarounds like increasing memory size in "TOS_DI-win32-x86.ini" file. 
&lt;BR /&gt;-vmargs-Xms512m-Xmx768m-XX:MaxPermSize=256m etc. but in vain. 
&lt;BR /&gt;Any help on this...? 
&lt;BR /&gt;My machine is having 3 GB Ram 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Vishal</description>
      <pubDate>Tue, 11 Dec 2012 14:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278840#M54202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T14:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "main" java.lang.Error: java.lang.OutOfMemoryError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278841#M54203</link>
      <description>your mentioned memory preferences will only be used for the studio application but not for your job. Open the job, go to the view Job run and there to the register Advanced settings. Here you can specify the memory for your job.</description>
      <pubDate>Tue, 11 Dec 2012 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278841#M54203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-11T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in thread "main" java.lang.Error: java.lang.OutOfMemoryError</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278842#M54204</link>
      <description>Hi,&lt;BR /&gt;Thanks for reply.&lt;BR /&gt;There is no such option as View -&amp;gt; Run -&amp;gt;Register Advance Settings.&lt;BR /&gt;Which version of Talend DI are you talking about ?&lt;BR /&gt;I am using Talend DI 5.0.&lt;BR /&gt;Would you please share the screen shot ?&lt;BR /&gt;Regards,&lt;BR /&gt;Vishal</description>
      <pubDate>Wed, 12 Dec 2012 03:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-thread-quot-main-quot-java-lang-Error-java-lang/m-p/2278842#M54204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-12T03:52:16Z</dc:date>
    </item>
  </channel>
</rss>

