Title: RE: AbstractMethodError: org/apache/excalibur/event/impl/AbstractQueue.enqueue

Did anybody ever figure out this problem?  I seem to be experiencing it as well.

I am running a tomcat application server version 4.1.24 on a freebsd server.
I just compiled a fresh snapshot of the cvs repository and have received this error exploding through my logs.

What I mean by "exploding through my logs" is that the first time the cocoon webapp is initialized, the exceptions start flowing and they do not stop.  They are stored in the log files and the log files just keep growing because the exceptions are being constantly thrown.

Has anybody else experienced this?

Thanks,
Jon

-----Original Message-----
From: Upayavira [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 20, 2003 4:31 PM
To: [EMAIL PROTECTED]
Subject: AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue


The CLI works fine from the batch file, but gives an exception when I run it from in
IDEA. I've done what I remember to be the usual: build clean, checking I've got all the
latest jars in my classpath. Any ideas what might be causing the following exception?

java.lang.AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue
        at
org.apache.excalibur.event.command.AbstractThreadManager$PipelineRunner.run(A
bstractThreadManager.java:310)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:
727)
        at java.lang.Thread.run(Thread.java:479)
java.lang.AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue
        at
org.apache.excalibur.event.command.AbstractThreadManager$PipelineRunner.run(A
bstractThreadManager.java:310)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:
727)
        at java.lang.Thread.run(Thread.java:479)
java.lang.AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue
        at
org.apache.excalibur.event.command.AbstractThreadManager$PipelineRunner.run(A
bstractThreadManager.java:310)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:
727)
        at java.lang.Thread.run(Thread.java:479)
java.lang.AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue
        at
org.apache.excalibur.event.command.AbstractThreadManager$PipelineRunner.run(A
bstractThreadManager.java:310)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:
727)
        at java.lang.Thread.run(Thread.java:479)
java.lang.NoSuchMethodError:
org.apache.avalon.excalibur.component.ComponentHandler: method initialize()V not
found
        at
org.apache.avalon.excalibur.component.ExcaliburComponentManager.initialize(Excal
iburComponentManager.java:555)
        at org.apache.cocoon.Cocoon.initialize(Cocoon.java:323)
        at org.apache.cocoon.bean.CocoonBean.initialize(CocoonBean.java:213)
        at org.apache.cocoon.Main.main(Main.java:409)
java.lang.AbstractMethodError:
org/apache/excalibur/event/impl/AbstractQueue.enqueue
        at
org.apache.excalibur.event.command.AbstractThreadManager$PipelineRunner.run(A
bstractThreadManager.java:310)
        at
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:
727)
        at java.lang.Thread.run(Thread.java:479)

Reply via email to