Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 41496 invoked from network); 21 Nov 2006 22:01:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2006 22:01:32 -0000 Received: (qmail 82010 invoked by uid 500); 21 Nov 2006 22:01:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 81925 invoked by uid 500); 21 Nov 2006 22:01:26 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 81796 invoked by uid 99); 21 Nov 2006 22:01:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 14:01:25 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [130.237.222.115] (HELO smtp.nada.kth.se) (130.237.222.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Nov 2006 14:01:12 -0800 X-Authentication-Info: The sender was authenticated as danielf using PLAIN at smtp.nada.kth.se Received: from [85.226.145.65] (c-4191e255.188-1-64736c14.cust.bredbandsbolaget.se [85.226.145.65]) (authenticated bits=0) by smtp.nada.kth.se (8.12.11.20060308/8.12.11) with ESMTP id kALM0nGt006819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Nov 2006 23:00:49 +0100 (MET) Message-ID: <4563770C.3060407@nada.kth.se> Date: Tue, 21 Nov 2006 23:00:44 +0100 From: Daniel Fagerstrom User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: getting started with 2.2 References: <724FBE6DAE2F074A8CF33C6FB207C72C03B851@server2.SEI.local> <455C6CC9.7000306@reverycodes.com> <422170EC-259D-47CD-981D-B3D94A3C2833@apache.org> <45622284.7070104@nada.kth.se> <01487F5F-EAE6-440E-914B-C98974D0D368@apache.org> <45633F26.3080801@nada.kth.se> <8a1369284352b8bd3d7c33e775a2a238@wrinkledog.com> <45635FE3.70001@nada.kth.se> <6cc46c7497bce320e1e8401920cf21bf@wrinkledog.com> <45636970.1070909@nada.kth.se> In-Reply-To: <45636970.1070909@nada.kth.se> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Daniel Fagerstrom skrev: > Mark Lundquist skrev: >> >> On Nov 21, 2006, at 12:21 PM, Daniel Fagerstrom wrote: >> >>> Testing again, it happens to me also when I do a "mvn package" after >>> a "mvn clean", if I do a second "mvn package" it works. >> >> Yes, OK... the second time worked. >> >> Now then, how do I run the webapp? "mvn jetty:run" invoked from >> cocoon-dist-samples yields >> >> [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' >> does not exist or no valid version could be found > > Jeremy just updated the pom to fix that. Please svn update and retry. Next I got an error during the start up phase of Cocoon. After some searching I found out that target/cocoon-samples/WEB-INF/shielded/lib contained a avalon-framework-4.0.jar (from 2002), besides the avalon-framework-api-4.3.jar and avalon-framework-impl-4.3.jar that it is supposed to contain. The obsolete jar also was before the correct ones in the search order, which led to a method not found exception. After having removed the obsolete jar and restarted, Cocoon at last worked. Anyone else getting the obsolete Avalon framework jar? Any idea why it is included, it hasn't happened before. /Daniel