<?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>article 'Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: JAXP00010004' error when migrating an application to a higher version in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Caused-by-org-eclipse-emf-ecore-resource-Resource/ta-p/2150423</link>
    <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;DIV class="lia-message-template-content-zone"&gt; 
 &lt;H1&gt;Problem Description&lt;/H1&gt; 
 &lt;P&gt;While migrating a Talend application to a higher version, after the backup is complete and the migration action starts, the following error is observed:&lt;/P&gt; 
 &lt;PRE&gt;Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: JAXP00010004: The accumulated size of entities is "50,000,001" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING".&lt;/PRE&gt; 
 &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 354px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008u9ldAAA.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122988i81EEAEA3EF2FF6B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008u9ldAAA.jpg" alt="0693p000008u9ldAAA.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;H1&gt;&amp;nbsp;&lt;/H1&gt; 
 &lt;H1&gt;Root Cause&lt;/H1&gt; 
 &lt;P&gt;It is an implementation limit from the Java side related to the XML. The key and value tuples are listed in the &lt;STRONG&gt;ListResourceBundle&lt;/STRONG&gt; class where the &lt;STRONG&gt;TotalEntitySizeLimit&lt;/STRONG&gt; is, by default, set to &lt;STRONG&gt;50,000,000&lt;/STRONG&gt;.&lt;/P&gt; 
 &lt;H1&gt;&amp;nbsp;&lt;/H1&gt; 
 &lt;H1&gt;Solution&lt;/H1&gt; 
 &lt;P&gt;In Linux, add the following in the &lt;STRONG&gt;Catalina.sh&lt;/STRONG&gt; file for the JAVA_OPTS:&lt;/P&gt; 
 &lt;PRE&gt;JAVA_OPTS="$JAVA_OPTS -DentityExpansionLimit=2147480000 
-DtotalEntitySizeLimit=2147480000
-Djdk.xml.totalEntitySizeLimit=2147480000"&lt;/PRE&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;In Windows, add the following in the &lt;STRONG&gt;setenv.bat&lt;/STRONG&gt; file under the &lt;STRONG&gt;apache-tomcat/bin&lt;/STRONG&gt; folder of the TAC installation:&lt;/P&gt; 
 &lt;PRE&gt;JAVA_OPTS="$JAVA_OPTS -DentityExpansionLimit=2147480000 
-DtotalEntitySizeLimit=2147480000
-Djdk.xml.totalEntitySizeLimit=2147480000"&lt;/PRE&gt; 
&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 09 Feb 2024 18:22:49 GMT</pubDate>
    <dc:creator>TalendSolutionExpert</dc:creator>
    <dc:date>2024-02-09T18:22:49Z</dc:date>
    <item>
      <title>'Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: JAXP00010004' error when migrating an application to a higher version</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Caused-by-org-eclipse-emf-ecore-resource-Resource/ta-p/2150423</link>
      <description>&lt;DIV class="talend-tkb-migrated-content"&gt;&lt;DIV class="lia-message-template-content-zone"&gt; 
 &lt;H1&gt;Problem Description&lt;/H1&gt; 
 &lt;P&gt;While migrating a Talend application to a higher version, after the backup is complete and the migration action starts, the following error is observed:&lt;/P&gt; 
 &lt;PRE&gt;Caused by: org.eclipse.emf.ecore.resource.Resource$IOWrappedException: JAXP00010004: The accumulated size of entities is "50,000,001" that exceeded the "50,000,000" limit set by "FEATURE_SECURE_PROCESSING".&lt;/PRE&gt; 
 &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 354px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000008u9ldAAA.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/122988i81EEAEA3EF2FF6B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000008u9ldAAA.jpg" alt="0693p000008u9ldAAA.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;H1&gt;&amp;nbsp;&lt;/H1&gt; 
 &lt;H1&gt;Root Cause&lt;/H1&gt; 
 &lt;P&gt;It is an implementation limit from the Java side related to the XML. The key and value tuples are listed in the &lt;STRONG&gt;ListResourceBundle&lt;/STRONG&gt; class where the &lt;STRONG&gt;TotalEntitySizeLimit&lt;/STRONG&gt; is, by default, set to &lt;STRONG&gt;50,000,000&lt;/STRONG&gt;.&lt;/P&gt; 
 &lt;H1&gt;&amp;nbsp;&lt;/H1&gt; 
 &lt;H1&gt;Solution&lt;/H1&gt; 
 &lt;P&gt;In Linux, add the following in the &lt;STRONG&gt;Catalina.sh&lt;/STRONG&gt; file for the JAVA_OPTS:&lt;/P&gt; 
 &lt;PRE&gt;JAVA_OPTS="$JAVA_OPTS -DentityExpansionLimit=2147480000 
-DtotalEntitySizeLimit=2147480000
-Djdk.xml.totalEntitySizeLimit=2147480000"&lt;/PRE&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;In Windows, add the following in the &lt;STRONG&gt;setenv.bat&lt;/STRONG&gt; file under the &lt;STRONG&gt;apache-tomcat/bin&lt;/STRONG&gt; folder of the TAC installation:&lt;/P&gt; 
 &lt;PRE&gt;JAVA_OPTS="$JAVA_OPTS -DentityExpansionLimit=2147480000 
-DtotalEntitySizeLimit=2147480000
-Djdk.xml.totalEntitySizeLimit=2147480000"&lt;/PRE&gt; 
&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Feb 2024 18:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Caused-by-org-eclipse-emf-ecore-resource-Resource/ta-p/2150423</guid>
      <dc:creator>TalendSolutionExpert</dc:creator>
      <dc:date>2024-02-09T18:22:49Z</dc:date>
    </item>
  </channel>
</rss>

