A guess. Are you sure you don't have 2 copies of the tapestry jars in the classpath?
Geoff On 2/2/06, Jason Dyer <[EMAIL PROTECTED]> wrote: > Looking at my tomcat log, I noticed that it is loading hibernate twice (and > throwing an exception because of the missing annotation .jar, which is > expected behavior, I think.) Looking more closely, it seems to be loading > certain pages twice as well. My co-worker says that it also is loading the > HiveMind registry twice. Has anyone else seen this? > > Here's the log (trimmed a bit for sanity.) Notice the first two lines are the > same warning. This was not due to a restart--my startup script deletes the > log. > > 09:21:11,991 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerMain/$Border does not reference embedded components: > custNew, custEdit. > 09:21:33,360 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerMain/$Border does not reference embedded components: > custNew, custEdit. > 09:21:34,198 INFO [] hivetranse.hibernate3.SessionFactoryBuilder - > initConfiguration > java.lang.ClassNotFoundException: org.hibernate.cfg.AnnotationConfiguration > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1338) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1187) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > <...> > 09:21:36,757 WARN [] net.sf.ehcache.config.Configurator - No configuration > found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: > jar:file:/home/jdyer/java/apache-tomcat-5.5.12/webapps/havoc/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml > 09:21:42,309 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerEdit/$Border does not reference embedded components: > custNew, custEdit. > 09:21:42,312 WARN [] tapestry.page.ComponentTemplateLoader - Template for > component CustomerEdit does not reference embedded components: billCopies, > taxIdValue, standingLabel. > 09:21:43,200 INFO [] hivetranse.hibernate3.SessionFactoryBuilder - > initConfiguration > java.lang.ClassNotFoundException: org.hibernate.cfg.AnnotationConfiguration > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1338) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1187) > at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) > <...> > -- > Would you care to view the ruins of my good intentions? > -------------- > Jason Dyer > BlueTarp Financial, inc. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Blog: http://jroller.com/page/glongman Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
