Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 91462 invoked by uid 500); 3 Apr 2003 13:22:02 -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 91448 invoked from network); 3 Apr 2003 13:22:02 -0000 Received: from onramp.i95.net (205.177.132.17) by daedalus.apache.org with SMTP; 3 Apr 2003 13:22:02 -0000 Received: from apache.org ([66.208.12.130]) by onramp.i95.net (8.12.9/8.12.9) with ESMTP id h33DM10G022126 for ; Thu, 3 Apr 2003 08:22:02 -0500 Message-ID: <3E8C357A.7030304@apache.org> Date: Thu, 03 Apr 2003 08:22:02 -0500 From: Berin Loritsch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cocoon-dev@xml.apache.org Subject: Re: Instrumentation support broken? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stoeckel, Matthias wrote: > It seems that the instrumentation support has been broken due to the recent > update to the released instrumentation version: > > Exception in thread "main" java.lang.reflect.InvocationTargetException: > java.lang.NoClassDefFoundError: org/apache/altrmi/server/impl/AbstractServer That's because the released version of Instrumentation uses the latest released version of the AltRMI project at incubator.apache.org. I updated the jars and the entries in jars.xml. It should work fine now (in CVS).