Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 54112 invoked from network); 15 Mar 2008 21:58:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2008 21:58:01 -0000 Received: (qmail 87769 invoked by uid 500); 15 Mar 2008 21:57:58 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 87740 invoked by uid 500); 15 Mar 2008 21:57:58 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 87731 invoked by uid 99); 15 Mar 2008 21:57:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2008 14:57:58 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 64.233.178.242 as permitted sender) Received: from [64.233.178.242] (HELO hs-out-0708.google.com) (64.233.178.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Mar 2008 21:57:21 +0000 Received: by hs-out-0708.google.com with SMTP id k27so3710339hsc.2 for ; Sat, 15 Mar 2008 14:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=/2siav+0CrwTZGrxNy9Yw5DP2mNIwfEUijZ0kB1byII=; b=SW8yGfjNcluW/V1zYDJsTiRKI2okxXtsFpGXotM58/ymx9P1ALTmryLOs/XkJUEe2MlWMdsMX91c8qPtC6IoOc2u0PhzrMzJXNZvFhUxgkykwhSEs3Usi1vjCVliG97I63St51jM/oslaNZ9zixwWUYHAgy8r+EdJ0eq1hKQW3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kNd4QzC1vS91kjFApGyW097t39PRxIJu6O5WVwKtRqrE8rkzqngva0X5B7QL2k3LyeO1AU7w+VzVYjHxmqD8vJiYpdADNeo5jJhTlV27CyTC/Qd+CiyaLaGleGP7dUGt295/Z5eBOesLu4Hqb+1Rx8VYiSsHpv2pK4DlZutDHd8= Received: by 10.100.178.13 with SMTP id a13mr27278789anf.31.1205618251656; Sat, 15 Mar 2008 14:57:31 -0700 (PDT) Received: by 10.100.4.13 with HTTP; Sat, 15 Mar 2008 14:57:31 -0700 (PDT) Message-ID: Date: Sat, 15 Mar 2008 14:57:31 -0700 From: "Wendy Smoak" To: dev@continuum.apache.org Subject: Trouble with jetty:run MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Is jetty:run in the continuum-webapp module working for anyone else? I'm getting a stack overflow error using the xmlrpc client against Continuum 1.1, and wanted to (easily) try it against the latest. No luck, mvn jetty:run complains about: 2008-03-15 14:24:16.920::WARN: failed org.mortbay.jetty.webapp.WebAppContext@f058a{/,/Users/wsmoak/svn/continuum/continuum-webapp/src/main/webapp} java.lang.NoClassDefFoundError: javax/mail/Authenticator Then is says it starts on port 9090, but http://localhost:9090 gives a 404. -- Wendy