tomcat error
Steve Poll <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <OF461217FD.16BC7053-ON87256E82.006263E8-85256E82.00638E86@us.ibm.com> |
All,
I'm new to Sitemesh and I would like to use it in my next project. On
installing the sitemesh-example.war file in my tomcat/webapps directory,
Tomcat complains with the following error msg. The error is the same
whether I user Tomcat 5.0.19 or 4.1.30. I'll include just a portion of the
stacktrace...
Apr 26, 2004 2:02:55 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /sitemesh-example from URL
file
:c:/tomcat/webapps/sitemesh-example
Apr 26, 2004 2:02:55 PM org.apache.commons.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.jav
a:252)
at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
at org.apache.commons.digester.Rule.end(Rule.java:276)
at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown
Source
)
at
org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown
Source)
Any help would be appreciated. Thanks.
Regards,
Steve Poll