Why don't you post some of your Struts-config.xml so we can see the
first+last few lines.

-David

-----Original Message-----
From: RickD [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 10:48 AM
To: user@struts.apache.org
Subject: Digester Error while reading struts config file



Has anyone seen this.  I'm migrating to struts 1.2.9 from 1.1.  I've tried
using the 1.2 version of the DTD, and I've tried it without a DOCTYPE
declaration to stop validation.

I also read that there may be a problem with the xerces parser.  I read that
the Digester has problems if the xerces is in the parent class path.  I'm
moved xerces 2.8 inside my war; this had no effect.

thx


Jun 8, 2006 8:33:53 AM org.apache.commons.digester.Digester getParser
SEVERE: Digester.getParser:
javax.xml.parsers.ParserConfigurationException: XML document validation is
not supported
        at
com.bluecast.xml.JAXPSAXParserFactory.newSAXParser(JAXPSAXParserFactory.java
:105)
        at
org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.ja
va:139)
        at
org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFe
atureSetterFactory.java:73)
        at org.apache.commons.digester.Digester.getParser(Digester.java:682)
        at
org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
        at org.apache.commons.digester.Digester.parse(Digester.java:1572)
        at
org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.j
ava:738)
        at
org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:6
87)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:3
--
View this message in context:
http://www.nabble.com/Digester-Error-while-reading-struts-config-file-t17554
86.html#a4773732
Sent from the Struts - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to