<?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 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317399#M87848</link>
    <description>hi, 
&lt;BR /&gt;try declaring metadata with a smaller xml file or an xsd 
&lt;BR /&gt;Then in tXMLinput component switch to built in mode and swithch the path to your original xml file 
&lt;BR /&gt;benjamin</description>
    <pubDate>Wed, 14 Apr 2010 22:55:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-14T22:55:40Z</dc:date>
    <item>
      <title>java heap space error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317397#M87846</link>
      <description>i have a large xml file (120mb) that i want to transform to an excel or csv spreadsheet. however when i try to add the file to the meta data, i get 
&lt;BR /&gt;"Unhandled event loop exception 
&lt;BR /&gt;Java heap space" 
&lt;BR /&gt;i have tried to increase memory as suggested in the following topic, but the error still persists. 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqmiCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Installing-and-Upgrading/Unhandled-event-loop-exception-error/td-p/111178&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;the log file entry looks like this 
&lt;BR /&gt;!SESSION 2010-04-12 12:24:55.703 ----------------------------------------------- 
&lt;BR /&gt;eclipse.buildId=unknown 
&lt;BR /&gt;java.version=1.6.0_19 
&lt;BR /&gt;java.vendor=Sun Microsystems Inc. 
&lt;BR /&gt;BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE 
&lt;BR /&gt;Command-line arguments: -os win32 -ws win32 -arch x86 
&lt;BR /&gt;!ENTRY org.talend.libraries 1 0 2010-04-12 12:25:09.312 
&lt;BR /&gt;!MESSAGE 2010-04-12 12:25:09,296 INFO org.talend.repository.model.ProxyRepositoryFactory - ********* gelogged nach tr 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.ui 4 0 2010-04-12 12:48:43.171 
&lt;BR /&gt;!MESSAGE Unhandled event loop exception 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.OutOfMemoryError: Java heap space 
&lt;BR /&gt; at org.apache.xerces.dom.DeferredDocumentImpl.getNodeObject(Unknown Source) 
&lt;BR /&gt; at org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren(Unknown Source) 
&lt;BR /&gt; at org.apache.xerces.dom.DeferredElementNSImpl.synchronizeChildren(Unknown Source) 
&lt;BR /&gt; at org.apache.xerces.dom.ParentNode.getChildNodes(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.xml.XmlNodeRetriever.initLastNodes(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.xml.XmlNodeRetriever.initLastNodes(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.xml.XmlNodeRetriever.initLastNodes(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.xml.XmlNodeRetriever.initSource(Unknown Source) 
&lt;BR /&gt; at org.talend.commons.xml.XmlNodeRetriever.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.xml.extraction.XmlToXPathLinker.init(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.files.xml.XmlFileStep2Form.setVisible(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.DialogPage.setVisible(DialogPage.java:470) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1171) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1149) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog$5.run(WizardDialog.java:1138) 
&lt;BR /&gt; at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1136) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:830) 
&lt;BR /&gt; at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369) 
&lt;BR /&gt; at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) 
&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228) 
&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.Display.runDeferredEvents(Display.java:3880) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:801) 
&lt;BR /&gt; at org.talend.repository.ui.actions.metadata.CreateFileXmlAction.doRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(Unknown Source) 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;what else can i try to do? 
&lt;BR /&gt; 
&lt;BR /&gt;regards, 
&lt;BR /&gt;Helge</description>
      <pubDate>Sat, 16 Nov 2024 13:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317397#M87846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: java heap space error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317398#M87847</link>
      <description>bump</description>
      <pubDate>Wed, 14 Apr 2010 13:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317398#M87847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-14T13:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: java heap space error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317399#M87848</link>
      <description>hi, 
&lt;BR /&gt;try declaring metadata with a smaller xml file or an xsd 
&lt;BR /&gt;Then in tXMLinput component switch to built in mode and swithch the path to your original xml file 
&lt;BR /&gt;benjamin</description>
      <pubDate>Wed, 14 Apr 2010 22:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317399#M87848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-14T22:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: java heap space error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317400#M87849</link>
      <description>I have encountered this issue. The XSD approach does not work. After selecting the XSD file, it diaplsys in the Schema viewer correctly. Hitting the Next button does nothing. Hitting the Next button a seconf time (after wiating a few minutes) makes the wizard referesh to Step 5 of 5 with the error 'At least one item must exist on Schema' and the Finish button now becomes active, but not possible to finish.
&lt;BR /&gt;What happend to step 4?</description>
      <pubDate>Wed, 13 Jul 2011 10:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-heap-space-error/m-p/2317400#M87849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-13T10:22:57Z</dc:date>
    </item>
  </channel>
</rss>

