Re: tomcat error
Steve Poll <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <[email protected]> |
Hey Scott, thanks for the reply. Ok, then maybe I'm working under an incorrect assumption. I had assumed that I could simply drop the sitemesh-example.war file directly into /tomcat/webapps and restart, and that would take care of it. This doesn't seem to work. I've tried it on two different machines, and I've asked a colleague to try it on his machine as well, all with the same (error) results. (I'm sure the digester stuff is Tomcat internal) So maybe I'm just not using it the right way. Is this not how sitemesh-example.war was intended to be used? Or does it just not like to play with Tomcat? Regards, Steve Poll Tuesday, April 27, 2004 2:52 AM To: Steve Poll/Fort Lauderdale/IBM@IBMUS cc: [email protected] From: Scott Farquhar <[email protected]> Subject: Re: [Opensymphony-sitemesh] tomcat error This doesn't look like a sitemesh problem at all - we don't use commons digester (that I know of). It looks like some XML validation problem? Scott On Mon, Apr 26, 2004 at 02:06:37PM -0400, Steve Poll wrote: > > > > > > 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