Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 73178 invoked from network); 23 Nov 2006 05:16:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2006 05:16:27 -0000 Received: (qmail 59677 invoked by uid 500); 23 Nov 2006 05:16:37 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 59582 invoked by uid 500); 23 Nov 2006 05:16:36 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 59572 invoked by uid 99); 23 Nov 2006 05:16:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 21:16:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wsmoak@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Nov 2006 21:16:24 -0800 Received: by nf-out-0910.google.com with SMTP id l24so745189nfc for ; Wed, 22 Nov 2006 21:16:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dicalSeANO2Xn3+DefAeivIub5YzCeLt1S4Pv1d79H8rD1yu9fBbKNkYQBcAQrKZrSZSbxxmGQa4BNRaJryKwn9/bAJtXwQFhRWnV4UF/3axdI9toAB8PAMbD2OzMyUhDOi9yQswEENrEmfEKmqcGGCZEZf4CNn7h4fvVbTZhsU= Received: by 10.78.178.5 with SMTP id a5mr8645237huf.1164258963130; Wed, 22 Nov 2006 21:16:03 -0800 (PST) Received: by 10.78.199.20 with HTTP; Wed, 22 Nov 2006 21:16:03 -0800 (PST) Message-ID: Date: Wed, 22 Nov 2006 22:16:03 -0700 From: "Wendy Smoak" To: archiva-users@maven.apache.org Subject: Webapp won't start with jetty:run MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org $ svn up; mvn clean install $ cd archiva-webapp $ rm derby.log $ mvn jetty:run This was working a couple of weeks ago. Now I get a huge stack trace, which can be seen here: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/ArchivaJettyError I think the relevant part is... ... [INFO] Starting jetty 6.1.0pre0 ... 2006-11-22 22:06:14.578::INFO: jetty-6.1.0pre0 [INFO] Classpath = [ ... ] 2006-11-22 22:06:16.265:/:INFO: Loading plexus context properties from: '/WEB-INF/plexus.properties' 2006-11-22 22:06:16.265:/:INFO: Could not load plexus context properties from: '/WEB-INF/plexus.properties' 2006-11-22 22:06:17,000 [main] INFO PlexusContainer - Loading on start [role]: [org.apache.maven.archiva.scheduler.RepositoryTaskScheduler] 2006-11-22 22:06:17,140 [main] INFO RAMJobStore - RAMJobStore initialized. 2006-11-22 22:06:17,140 [main] INFO StdSchedulerFactory - Quartz scheduler 'defaultScheduler' initialized from an externally provided properties instance. 2006-11-22 22:06:17,140 [main] INFO StdSchedulerFactory - Quartz scheduler version: 1.4.5 2006-11-22 22:06:17,140 [main] INFO QuartzScheduler - Scheduler defaultScheduler_$_NON_CLUSTERED started. 2006-11-22 22:06:17.343::WARN: failed ContextHandler@7b5617{/,file:/E:/svn/maven/archiva/archiva-webapp/src/main/webapp/} java.lang.RuntimeException: org.codehaus.plexus.PlexusContainerException: Error initializaing container in org.codehaus.plexus.container.initialization.StartLoadOnStartComponentsPhase@235085. at org.codehaus.plexus.xwork.PlexusLifecycleListener.contextInitialized(PlexusLifecycleListener.java:65) at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:450) at org.mortbay.jetty.servlet.Context.startContext(Context.java:124) ... Does it work for anyone else? -- Wendy