On Wed, 2004-03-03 at 10:42, Mark R. Diggory wrote: > I'm noticing difficulty in starting up my tomcat servers, that seems to > arise in the digester. I suspect this is caused by the digester having > difficulty acquiring the dtd due to the Sun site being down? Does anyone > have any tips on localizing the the dtd referenced here?
Is the problem with your custom code which uses digester, or with code *inside tomcat*? I find it hard to believe that tomcat itself would require live internet connection to parse its own config files; that problem would have been found fairly quickly :-) What clues lead you to think the problem is to do with retrieving a remote DTD? The exception listed below (NoClassDefFoundError: javax/servlet/ServletException) suggests to me a ClassLoader issue rather than a connectivity issue... Regards, Simon > > Mar 2, 2004 4:38:48 PM org.apache.commons.digester.Digester startElement > SEVERE: Begin event threw error > java.lang.NoClassDefFoundError: javax/servlet/ServletException > at java.lang.Class.getDeclaredMethods0(Native Method) > at java.lang.Class.privateGetDeclaredMethods(Class.java:1647) > at java.lang.Class.getDeclaredMethods(Class.java:1131) > at java.beans.Introspector$1.run(Introspector.java:1126) > at java.security.AccessController.doPrivileged(Native Method) > at > java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:1124) > at > java.beans.Introspector.getTargetMethodInfo(Introspector.java:989) > at java.beans.Introspector.getBeanInfo(Introspector.java:370) > at java.beans.Introspector.getBeanInfo(Introspector.java:144) > at java.beans.Introspector.getBeanInfo(Introspector.java:205) > at java.beans.Introspector.<init>(Introspector.java:351) > at java.beans.Introspector.getBeanInfo(Introspector.java:144) > at > org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptors(PropertyUtils.java:949) > at > org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptors(PropertyUtils.java:979) > at > org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(PropertyUtils.java:887) > at > org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:934) > at > org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:808) > at > org.apache.commons.digester.SetPropertiesRule.begin(SetPropertiesRule.java:259) > at org.apache.commons.digester.Rule.begin(Rule.java:200) > at --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
