You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Kirby Vandivort <kv...@gmail.com> on 2005/02/08 20:16:11 UTC

1.2.6 beta and SAXNotRecognizedException

Just grabbed the 1.2.6 beta and put the jar files and tld files in my
app and tried to initialize it, and I'm getting the following
exceptions.  I've also including logging from right before the
exceptions:


2005-02-08 13:11:16,483 DEBUG
org.apache.struts.action.ActionServlet:653   -Initializing module path
'' configuration from '/WEB-INF/conf/struts-config.xml'
2005-02-08 13:11:16,528 DEBUG
org.apache.commons.digester.Digester:1695   -addRuleSet() with no
namespace URI
2005-02-08 13:11:16,555 DEBUG
org.apache.commons.digester.Digester:1659   -register('-//Apache
Software Foundation//DTD Struts Configuration 1.0//EN',
'file://packages/tomcat/jakarta-tomcat-5.0.28/work/Catalina/localhost/app/loader/org/apache/struts/resources/struts-config_1_0.dtd'
2005-02-08 13:11:16,557 DEBUG
org.apache.commons.digester.Digester:1659   -register('-//Apache
Software Foundation//DTD Struts Configuration 1.1//EN',
'file://packages/tomcat/jakarta-tomcat-5.0.28/work/Catalina/localhost/app/loader/org/apache/struts/resources/struts-config_1_1.dtd'
2005-02-08 13:11:16,559 DEBUG
org.apache.commons.digester.Digester:1659   -register('-//Apache
Software Foundation//DTD Struts Configuration 1.2//EN',
'file://packages/tomcat/jakarta-tomcat-5.0.28/work/Catalina/localhost/app/loader/org/apache/struts/resources/struts-config_1_2.dtd'
2005-02-08 13:11:16,564 DEBUG
org.apache.commons.digester.Digester:1659   -register('-//Sun
Microsystems, Inc.//DTD Web Application 2.2//EN',
'file://packages/tomcat/jakarta-tomcat-5.0.28/work/Catalina/localhost/app/loader/org/apache/struts/resources/web-app_2_2.dtd'
2005-02-08 13:11:16,566 DEBUG
org.apache.commons.digester.Digester:1659   -register('-//Sun
Microsystems, Inc.//DTD Web Application 2.3//EN',
'file://packages/tomcat/jakarta-tomcat-5.0.28/work/Catalina/localhost/app/loader/org/apache/struts/resources/web-app_2_3.dtd'
2005-02-08 13:11:16,591 ERROR org.apache.commons.digester.Digester:686
  -Digester.getParser:
org.xml.sax.SAXNotRecognizedException: Feature:
http://apache.org/xml/features/validation/dynamic
   at org.apache.crimson.parser.XMLReaderImpl.setFeature(XMLReaderImpl.java:219)
   at org.apache.crimson.jaxp.SAXParserImpl.setFeatures(SAXParserImpl.java:150)
.
.
.
2005-02-08 13:11:17,529 ERROR
org.apache.struts.action.ActionServlet:362   -Unable to initialize
Struts ActionServlet due to an unexpected exception or error thrown,
so marking the servlet as unavailable.  Most likely, this is due to an
incorrect or missing library dependency.
java.lang.NullPointerException
   at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)







I've looked around on the web and can't find anything obvious.  I'm
doing validation in the webapp, but I'm not sure it is even getting to
the point where it is looking at any of my own code.  Any suggestions?

Thanks,

-- 

Kirby Vandivort

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org