<?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 Heap space error when trying to create metadata for a excel file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275530#M51876</link>
    <description>Hi 
&lt;BR /&gt;Which OS? We just release the latest stable version 4.2 yesterday, please download it and try it again. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 06 May 2011 11:44:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-05-06T11:44:56Z</dc:date>
    <item>
      <title>Java Heap space error when trying to create metadata for a excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275529#M51875</link>
      <description>HI, 
&lt;BR /&gt; I am trying to create metadata for an excel file but my program gets "Unhandled event loop exception, Java heap space" when I select the file in step 2 of file creation - At the bottom I have posted the error from the log. 
&lt;BR /&gt;The file is only 7mb in size(tried other files too) and I have used files before with 200mb+ with no problems so I can't see why it is crashing. The current jobs in the project run fine with no problems. 
&lt;BR /&gt;Running on XP - TOS version Version: 4.0.1 - 2GB ram 
&lt;BR /&gt;I have read through some forum post about memory problems and they suggested adjusting the heap size in the config file but i have attempted with no luck. below is my current setup for the heap size 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;-vmargs&lt;BR /&gt;-Xms40m&lt;BR /&gt;-Xmx512m&lt;BR /&gt;-XX:MaxPermSize=128m&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;As mention the error from the logs 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.OutOfMemoryError: Java heap space&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Cur$CurLoadContext.attr(Cur.java:3039)&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Cur$CurLoadContext.attr(Cur.java:3060)&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale$SaxHandler.startElement(Locale.java:3250)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportStartTag(Piccolo.java:1082)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseAttributesNS(PiccoloLexer.java:1802)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseOpenTagNS(PiccoloLexer.java:1521)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseTagNS(PiccoloLexer.java:1362)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXMLNS(PiccoloLexer.java:1293)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXML(PiccoloLexer.java:1261)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:4808)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400)&lt;BR /&gt; at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714)&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3439)&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)&lt;BR /&gt; at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)&lt;BR /&gt; at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)&lt;BR /&gt; at org.openxmlformats.schemas.spreadsheetml.x2006.main.WorksheetDocument$Factory.parse(Unknown Source)&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFSheet.read(XSSFSheet.java:126)&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFSheet.onDocumentRead(XSSFSheet.java:118)&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFWorkbook.onDocumentRead(XSSFWorkbook.java:201)&lt;BR /&gt; at org.apache.poi.xssf.usermodel.XSSFWorkbook.&amp;lt;init&amp;gt;(XSSFWorkbook.java:164)&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelReader.init(Unknown Source)&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelReader.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep1Form.viewExcelFile(Unknown Source)&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep1Form.access$4(Unknown Source)&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.excel.ExcelFileStep1Form$7.modifyText(Unknown Source)&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167)&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Any help with this would be much appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 12:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275529#M51875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Java Heap space error when trying to create metadata for a excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275530#M51876</link>
      <description>Hi 
&lt;BR /&gt;Which OS? We just release the latest stable version 4.2 yesterday, please download it and try it again. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 06 May 2011 11:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275530#M51876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-06T11:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Java Heap space error when trying to create metadata for a excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275531#M51877</link>
      <description>Hi Shong, 
&lt;BR /&gt; I'm running Windows XP SP3 and i have tried to get the latest version 4.2 and still recieving the same error. I have tried other excel files but still getting the same error. CSV files seem to be working fine tho. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Gary</description>
      <pubDate>Mon, 09 May 2011 13:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Java-Heap-space-error-when-trying-to-create-metadata-for-a-excel/m-p/2275531#M51877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-09T13:23:11Z</dc:date>
    </item>
  </channel>
</rss>

