Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
261:process-import-troubleshooting [2026/04/21 11:05] – created Deutschmann, Niklas261:process-import-troubleshooting [2026/04/21 11:41] (current) – [Entity size limit exceeded] Deutschmann, Niklas
Line 1: Line 1:
 ====== Problems with process .zip imports ====== ====== Problems with process .zip imports ======
 +===== Entity size limit exceeded =====
 +
 +**Error message:**  ''Message: JAXP00010003: The length of entity "[xml]" is "100,001" that exceeds the "100,000" limit set by "jdk.xml.maxGeneralEntitySizeLimit"''
 +
 +**Solution:** Set the ''import.max.xml.entities'' config property to a value greater than 100.000
 +
 +''<property name="import.max.xml.entities" value="500000" />''
 +
 +