Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 34375 invoked from network); 7 Nov 2007 15:35:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 15:35:03 -0000 Received: (qmail 19824 invoked by uid 500); 7 Nov 2007 15:34:45 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 19799 invoked by uid 500); 7 Nov 2007 15:34:45 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 19786 invoked by uid 99); 7 Nov 2007 15:34:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 07:34:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eljotpl@gmail.com designates 64.233.162.235 as permitted sender) Received: from [64.233.162.235] (HELO nz-out-0506.google.com) (64.233.162.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 15:34:48 +0000 Received: by nz-out-0506.google.com with SMTP id m7so1520909nzf for ; Wed, 07 Nov 2007 07:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=DKk88TDzHm2UiB5wQ+eKMTol8l7l10k4wS2NJtjQXKk=; b=lR3IOwV71mZK3rX8ozPLNzX32vY6xWFXcnee9WUnDtqBTlfaQiKzxZqOp6ZJgnYJKiu8XSe/6VNXc723wd1lIkHmA2udG4x4mbI9RzKQTcbjiGSHJhTkfMNaPx9EI9AzvBbCEhu7341034WzAoKyftLMApL1XMnennFLm85VtBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=GzaLmB2AM2IeWQrrO46r2cUQ/nXSDdSu38bCyj1MSHvQUcuvTMZGb7ZLwcbgHXQbVjiptM0nMnLOojNAp8GFp0p88hT0lPzO+JuQIh2uG68GB9JAiKXj5dQfrTfdsqG6pr8APoxi2m8nZRQQxyQ6b9J3r/HBa/+Rxw8Y6WNo7Tg= Received: by 10.114.192.1 with SMTP id p1mr1095958waf.1194449656379; Wed, 07 Nov 2007 07:34:16 -0800 (PST) Received: by 10.114.199.8 with HTTP; Wed, 7 Nov 2007 07:34:16 -0800 (PST) Message-ID: <1b5bfeb50711070734j70f25d6bn8f5763f8a9bf9d5b@mail.gmail.com> Date: Wed, 7 Nov 2007 16:34:16 +0100 From: "Jacek Laskowski" Reply-To: jacek@laskowski.net.pl Sender: eljotpl@gmail.com To: user@geronimo.apache.org Subject: Re: Deploying Hudson on Geronimo In-Reply-To: <13624956.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13624956.post@talk.nabble.com> X-Google-Sender-Auth: a8969af084bf5528 X-Virus-Checked: Checked by ClamAV on apache.org On 11/7/07, gghazali wrote: > Hi all. I'm a newbie trying to deploy Hudson on Geronimo 2.02, but have no > clue as to how to construct the geronimo-web.xml deployment plan. I was > hoping someone on the forums has already done it, or at least can help me > through constructing the file by pointing me in the right directions. I've > checked out the documentation on writing geronimo-web.xml for Geronimo v1.1 > but frankly don't understand it at all. Hi, I've been trying to deploy hudson.war to Geronimo 2.0.2, but have not been very successful. It blew up with the following error: 16:27:05,953 WARN [BasicLifecycleMonitor] Exception occured while notifying listener java.lang.NoSuchMethodError: hudson.util.XStream2.getMapper()Lcom/thoughtworks/xstream/mapper/Mapper; at hudson.util.XStream2.init(XStream2.java:46) at hudson.util.XStream2.(XStream2.java:20) at hudson.model.Hudson.(Hudson.java:1902) at hudson.WebAppMain.installLogger(WebAppMain.java:167) at hudson.WebAppMain.contextInitialized(WebAppMain.java:55) at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:530) Does it ring a bell for you? I took a quick glimpse at hudson.util.XStream2 and noticed they used getMapper() method from XStream, but didn't dig into it further. If you know the answer it'd be simpler to figure out why it blows up. The plan - hudson-geronimo-plan.xml hudson hudson 1.153 war org.apache.geronimo.configs j2ee-security car /hudson HudsonRealm and the command line to (attempt to) deploy hudson. ./bin/deploy.sh -u system -p manager deploy hudson.war hudson-geronimo-plan.xml Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl