I'm getting the following error after a couple of months of XML processing, using Xerces 2.0.0 in an apache tomcat. Does anyone have any ideas what this problem may be or what I should do to solve it?
cheers,
Vlad
The exception is...
tv.ditg.sdl.ParsingException:
tv.ditg.sdl.ParsingException:
java.lang.ClassCastException:
at org.apache.xerces.dom.DeferredDocumentImpl.setChun kValue(Unknown Source)
at org.apache.xerces.dom.DeferredDocumentImpl.createD eferredElement(Unknown Source)
at org.apache.xerces.parsers.AbstractDOMParser.startE lement(Unknown Source)
at org.apache.xerces.impl.XMLNamespaceBinder.handleSt artElement(Unknown Source)
at org.apache.xerces.impl.XMLNamespaceBinder.startEle ment(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startEl ement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerI mpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl$Cont entDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerI mpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerI mpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.StandardParserConfigurat ion.parse(Unknown Source)
at org.apache.xerces.parsers.StandardParserConfigurat ion.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)