This is an old revision of the document!


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 -Djdk.xml.maxGeneralEntitySizeLimit=200000 (or any other value greater than 100000) in your JVM options (config.bat in Windows, bin/rc.conf on Linux)