I'm trying to use the new jetty launch target (build run) in cvs but cocoon seems to not fully initialize. Jetty starts and all debug information it puts out to the screen seems ok. When it stops working (task goes to 0 cpu and output stops) accessing http://localhost:8888/cocoon/ gives a servlet error that cocoon is not fully initialized.
The error in the log is below. This is a fresh checkout of cvs, so the error trying to load configurations is a little puzzling. Anyone have this problem? Geoff Howard ERROR (2003-01-22) 10:22.35:384 [access] (Unknown-URI) Unknown-thread/Cocoon Servlet: Exception reloading org.apache.avalon.framework.configuration.ConfigurationException: Error trying t o load configurations at org.apache.cocoon.Cocoon.configure(Cocoon.java:349) at org.apache.cocoon.Cocoon.initialize(Cocoon.java:285) at org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.ja va:1340) at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:507) at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:219) at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHa ndler.java:424) at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(We bApplicationHandler.java:150) at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationC ontext.java:490) at org.mortbay.http.HttpServer.start(HttpServer.java:646) at org.mortbay.jetty.Server.main(Server.java:411) Caused by: java.lang.ClassCastException: org.apache.excalibur.xml.impl.JaxpParse r at org.apache.cocoon.Cocoon.configure(Cocoon.java:341) ... 9 more java.lang.ClassCastException: org.apache.excalibur.xml.impl.JaxpParser at org.apache.cocoon.Cocoon.configure(Cocoon.java:341) at org.apache.cocoon.Cocoon.initialize(Cocoon.java:285) at org.apache.cocoon.servlet.CocoonServlet.createCocoon(CocoonServlet.ja va:1340) at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:507) at org.mortbay.jetty.servlet.ServletHolder.start(ServletHolder.java:219) at org.mortbay.jetty.servlet.ServletHandler.initializeServlets(ServletHa ndler.java:424) at org.mortbay.jetty.servlet.WebApplicationHandler.initializeServlets(We bApplicationHandler.java:150) at org.mortbay.jetty.servlet.WebApplicationContext.start(WebApplicationC ontext.java:490) at org.mortbay.http.HttpServer.start(HttpServer.java:646) at org.mortbay.jetty.Server.main(Server.java:411) --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>