Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
261:process-import-troubleshooting [2026/04/21 11:18] Deutschmann, Niklas261:process-import-troubleshooting [2026/04/21 11:41] (current) – [Entity size limit exceeded] Deutschmann, Niklas
Line 4: Line 4:
 **Error message:**  ''Message: JAXP00010003: The length of entity "[xml]" is "100,001" that exceeds the "100,000" limit set by "jdk.xml.maxGeneralEntitySizeLimit"'' **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 ''-Djdk.xml.maxGeneralEntitySizeLimit=200000'' (or any other value greater than 100000) in your JVM options (''config.bat'' in Windows, ''bin/rc.conf'' on Linux)+**Solution:** Set the ''import.max.xml.entities'' config property to a value greater than 100.000 
 + 
 +''<property name="import.max.xml.entities" value="500000" />''