mbien commented on issue #9313: URL: https://github.com/apache/netbeans/issues/9313#issuecomment-4186899429
the log is a endless scrambled xml file. Something must have happened during loading of a xml which caused a loop or endless recursion, it loaded until it hit the default element limit. ``` [Fatal Error] :2:8231008: JAXP00010003: The length of entity "[xml]" is "100,001" that exceeds the "100,000" limit set by "jdk.xml.maxGeneralEntitySizeLim`it". ``` and then it dumped the xml to log. possibly multiple times, given the file size. This would need a reproducer to improve the chances that this can be investigated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
