On Tue, 2003-09-09 at 17:30, Joerg Heinicke wrote: > As somebody might remember we had a problem with the undeployment with > Tomcat. This was fixed in Cocoon 2.1.1 by updating excalibur event and util > concurrent IIRC. Now the undeployment works and no process hangs but I get > an exception (see below). Does any body has an idea (JBoss 3.0.6, Tomcat > 4.1.18, Cocoon 2.1.1, Java 1.4.1_03)? This exception did not occur in the > three weeks old Cocoon version.
Could there be an older version of the PooledExecutor class somewhere in the classpath? > > Joerg > > > 2003-09-09 17:23:37,328 ERROR [org.jboss.web.localhost.Engine] > StandardWrapper[:Cocoon]: Servlet Cocoon threw unload() exception > javax.servlet.ServletException: Servlet.destroy() for servlet Cocoon threw <snip/> > > 2003-09-09 17:23:37,338 ERROR [org.jboss.web.localhost.Engine] ----- Root > Cause ----- > java.lang.NoSuchMethodError: > EDU.oswego.cs.dl.util.concurrent.PooledExecutor.shutdownNow()V > at > org.apache.excalibur.event.command.TPCThreadManager.doDispose(TPCThreadManager.java:179) > at > org.apache.excalibur.event.command.AbstractThreadManager.dispose(AbstractThreadManager.java:231) > at <snip/> -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED]
