Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 94710 invoked by uid 500); 3 Apr 2003 02:08:37 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 94671 invoked from network); 3 Apr 2003 02:08:36 -0000 Received: from mail.networktelephone.net (HELO pflnocsr.networktelephone.net) (216.107.65.168) by daedalus.apache.org with SMTP; 3 Apr 2003 02:08:36 -0000 Received: From PFLNOCZR.NETWORKTELEPHONE.NET (10.255.241.34[10.255.241.34 port:2818]) by pflnocsr.networktelephone.net Mail essentials (server 2.422) with SMTP id: <175146@pflnocsr.networktelephone.net> for ; Wed, 2 Apr 2003 8:06:52 PM -0600 smtpmailfrom Received: by pflnoczr.networktelephone.net with Internet Mail Service (5.5.2653.19) id ; Wed, 2 Apr 2003 20:06:19 -0600 Message-ID: From: Jonathan Spaeth To: "'cocoon-dev@xml.apache.org'" Subject: RE: AbstractMethodError: org/apache/excalibur/event/impl/Abstract Queue.enqueue Date: Wed, 2 Apr 2003 20:06:19 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2F985.9DB3AD40" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C2F985.9DB3AD40 Content-Type: text/plain; charset="iso-8859-1" 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:uv@upaya.co.uk] Sent: Thursday, March 20, 2003 4:31 PM To: cocoon-dev@xml.apache.org 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.ja va: 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.ja va: 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.ja va: 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.ja va: 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(E xcal 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.ja va: 727) at java.lang.Thread.run(Thread.java:479) ------_=_NextPart_001_01C2F985.9DB3AD40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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:uv@upaya.co.uk]
Sent: Thursday, March 20, 2003 4:31 PM
To: cocoon-dev@xml.apache.org
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$Pipeli= neRunner.run(A
bstractThreadManager.java:310)
        at =
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Pool= edExecutor.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$Pipeli= neRunner.run(A
bstractThreadManager.java:310)
        at =
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Pool= edExecutor.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$Pipeli= neRunner.run(A
bstractThreadManager.java:310)
        at =
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Pool= edExecutor.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$Pipeli= neRunner.run(A
bstractThreadManager.java:310)
        at =
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Pool= edExecutor.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$Pipeli= neRunner.run(A
bstractThreadManager.java:310)
        at =
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Pool= edExecutor.java:
727)
        at = java.lang.Thread.run(Thread.java:479)

------_=_NextPart_001_01C2F985.9DB3AD40--