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