Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 4909 invoked from network); 7 Mar 2006 13:11:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Mar 2006 13:11:28 -0000 Received: (qmail 98410 invoked by uid 500); 7 Mar 2006 13:11:25 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 98380 invoked by uid 500); 7 Mar 2006 13:11:25 -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 98369 invoked by uid 99); 7 Mar 2006 13:11:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 05:11:25 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.192 as permitted sender) Received: from [66.249.92.192] (HELO uproxy.gmail.com) (66.249.92.192) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Mar 2006 05:11:17 -0800 Received: by uproxy.gmail.com with SMTP id m2so694477ugc for ; Tue, 07 Mar 2006 05:10:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=E+tU3hXMYxOc9al3+AN/1wK/vfGcoBGuBet8l3KBj3KFqahcw7ed4Ybyi8Vg8suzyp9pUMhzSk8QkOK8Puo7RuPJw1dpvwV7Yay9/v99bRhjEydo0a7T4dW9CTHIFMAMohUZOEzX2l0U+HYNip61JbyRZm0vGJSNuEZgX9DCMBo= Received: by 10.66.254.18 with SMTP id b18mr3172041ugi; Tue, 07 Mar 2006 05:10:06 -0800 (PST) Received: by 10.67.15.17 with HTTP; Tue, 7 Mar 2006 05:10:06 -0800 (PST) Message-ID: <74e15baa0603070510g1f16248u22bd5dcc3a93cc63@mail.gmail.com> Date: Tue, 7 Mar 2006 08:10:06 -0500 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: deployment error In-Reply-To: <20574dab0603062034m6c79ca82w73e3a944f37cfbd5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43FA5399.7040506@libero.it> <74e15baa0602201933j761d105bh9667d9af84ef7cb1@mail.gmail.com> <20574dab0603062034m6c79ca82w73e3a944f37cfbd5@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N That usually means you started an application client (or the application client container) within Geronimo. If that's the case, you should stop it and then Geronimo should be happier -- the application client features are not meant to run in the same JVM as the server. In any case, it's not a problem with the application you're deploying *now*, it's a problem with something already running in the server. If you can't figure it out, post your config.xml to the list and maybe we'll be able to see what's wrong. Thanks, Aaron On 3/6/06, saneera Gunasekara wrote: > > hi > I m new to the geranimo > I deply hello world sample application to geranimo when i m going to dep= loy > it > get an error message > > java.lang.IllegalStateException: > More than one configuration mananger was found in kernel > More than one configuration mananger was found in kernel > > pls how to avoid this error and run it > thanks > > Madura > > >