I built a Java web editor that uses DOM for reading its XML configuration. However there are a lot of crashes with the Java Console output in the attached screenshot.
It is weird that it always crashes/freezes when the JVM is displaying messagess of accessing services/javax.xml.parsers.SAXParserFactory , although the applet is using only DOM. Also the problem exists only when the test page and the applet are hosted at an online test server. On the local machine it works ok.
Why does the JVM request SAXParserFactory and how can that be related to the crashes when being hosted online?
Bookmarks