You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by deepaksawdekar <de...@infosys.com> on 2003/09/18 11:22:10 UTC

org.apache.commons.digester.Digester error

Hi All,
I am using struts and jstl on tomcat. But when I start the tomcat I always get this error. Even though my application works fine. I would like to know what these error and how to get rid of them




Sep 18, 2003 2:47:53 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 6 column 19: Document root element "taglib", must ma
tch DOCTYPE root "null".
org.xml.sax.SAXParseException: Document root element "taglib", must match DOCTYP
E root "null".
        at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Er
rorHandlerWrapper.java:232)
        at org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.
java:173)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.
java:362)
        at org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.
java:296)
        at org.apache.xerces.impl.dtd.XMLDTDValidator.rootElementSpecified(XMLDT


Thanks and Regards
Deepak

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


Re: org.apache.commons.digester.Digester error

Posted by Sgarlata Matt <sg...@bah.com>.
It sounds like you might have installed the JSTL correctly.  Did you copy
the appropriate JARS into your WEB-INF/lib directory and the TLDs into your
WEB-INF directory?  I believe this is all that is required for installation.
Also make sure that you are referring to the TLDs correctly if you also
added them to web.xml (although this step is not necessary).  Does that
help?

Matt
----- Original Message ----- 
From: "deepaksawdekar" <de...@infosys.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, September 18, 2003 5:22 AM
Subject: org.apache.commons.digester.Digester error


Hi All,
I am using struts and jstl on tomcat. But when I start the tomcat I always
get this error. Even though my application works fine. I would like to know
what these error and how to get rid of them




Sep 18, 2003 2:47:53 PM org.apache.commons.digester.Digester error
SEVERE: Parse Error at line 6 column 19: Document root element "taglib",
must ma
tch DOCTYPE root "null".
org.xml.sax.SAXParseException: Document root element "taglib", must match
DOCTYP
E root "null".
        at
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Er
rorHandlerWrapper.java:232)
        at
org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.
java:173)
        at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.
java:362)
        at
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.
java:296)
        at
org.apache.xerces.impl.dtd.XMLDTDValidator.rootElementSpecified(XMLDT


Thanks and Regards
Deepak

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


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