Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 71829 invoked from network); 13 Jul 2006 18:17:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 18:17:56 -0000 Received: (qmail 21271 invoked by uid 500); 13 Jul 2006 18:17:53 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 21245 invoked by uid 500); 13 Jul 2006 18:17:53 -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 21231 invoked by uid 99); 13 Jul 2006 18:17:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 11:17:53 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 11:17:52 -0700 Received: by ug-out-1314.google.com with SMTP id c2so408924ugf for ; Thu, 13 Jul 2006 11:17:31 -0700 (PDT) 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:x-google-sender-auth; b=E65lp2YiffsdEgG+sjoihFZf6f9Ni/AjSh9TJqQXNcWNn8SG/O9K6FXxzwYDchclLcOxyOQfVMC5759xOdstdgB6iLcPNXnG98KkXWQHIrgWo0c785P58d9AckGy0SwTteTCBMqBzBBUXJcCDKiw/oGYk7kLlgXVrEH04uP8QRI= Received: by 10.78.166.7 with SMTP id o7mr1052960hue; Thu, 13 Jul 2006 11:17:31 -0700 (PDT) Received: by 10.78.175.6 with HTTP; Thu, 13 Jul 2006 11:17:31 -0700 (PDT) Message-ID: <74e15baa0607131117s4fc1ecdahaa05a97496280aac@mail.gmail.com> Date: Thu, 13 Jul 2006 14:17:31 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org Subject: Re: Deploying Gbeans in Geronimo 1.1 In-Reply-To: <8C0E7CE89EF7C14B921F64810AA84BAB0B784C@corpatsmail1.corp.sensis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8C0E7CE89EF7C14B921F64810AA84BAB0B784C@corpatsmail1.corp.sensis.com> X-Google-Sender-Auth: bc2a3ed508d2c67a X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 7/13/06, Sutton, Timothy wrote: > I am a follow up on deploying Gbeans in Geronimo. I'm trying to deploy, > and currently if my Gbean throws an exception. I have an issue where > Geronimo deployer doesn't let me properly undeploy the Gbean that threw > the exception. So if I go to the console I can uninstall the Gbean. Then > I try to deploy the Gbean again so I can see if I was able to fix the > problem, but it claims the Gbean is still installed. A Jira would be great as Kevin mentioned, and to work around this in the mean time, you'll have to delete the directory created for the GBean module in the repository. e.g. if your module ID is foo/bar/1.0/jar then you should delete geronimo-1.1/repository/foo/bar/1.0/* Thanks, Aaron > -----Original Message----- > From: ammulder@gmail.com [mailto:ammulder@gmail.com] On Behalf Of Aaron > Mulder > Sent: Wednesday, July 12, 2006 4:50 PM > To: user@geronimo.apache.org > Subject: Re: Deploying Gbeans in Geronimo 1.1 > > > The main element should be "module" not "configuration". The upgrader > tool does not handle that correctly. > > Thanks, > Aaron > > On 7/12/06, Sutton, Timothy wrote: > > I am trying to deploy my Gbean in Geronimo 1.1, and I am getting the > > following error. > > > > > > Error: Unable to distribute ai-plan.xml: Cannot deploy the > requested > > application module because no deployer is able to handle it. This > > can happen if you have omitted the J2EE deployment descriptor, > > disabled a deployer module, or if, for example, you are trying to > > deploy an EJB module on a minimal Geronimo server that does not > have > > EJB support installed. (planFile=/home/tsutton/ai-plan.xml) > > > > This is a fresh install of Geronimo so I am pretty sure I have not > > disabled any deployer modules. The following is the data contained in > > > side ai-plain.xml. Which I obtained this file from running my original > > > deployment plan for Geronimo 1.0 through the upgrade utility that > > comes with Geronimo 1.1. > > > > > > xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1"> > > > > > > default > > AssetInterface > > 1-default > > jar > > > > > > > > default > > assetmgmt_assetInterface_2.0-SNAPSHOT > > 1-default > > jar > > > > > > default > > > > assetmgmt_AssetManagementDAO_1.0-SNAPSHOT > > 1-default > > jar > > > > > > springframework > > spring > > 1.2.5 > > jar > > > > > > activemq > > activemq-core > > 3.2.1 > > jar > > > > > > sensis > > data > > 1.0.5 > > jar > > > > > > sensis > > jms > > 1.0.1 > > jar > > > > > > sensis > > genpur > > 1.0-SNAPSHOT > > jar > > > > > > sensis > > core-classes > > 1 > > jar > > > > > > sensis > > genpur > > 1.0-SNAPSHOT > > jar > > > > > > sensis > > core-classes > > 1 > > jar > > > > > > joost > > joost > > 20060505 > > jar > > > > > > hibernate > > hibernate > > 3.1.3 > > jar > > > > > > dom4j > > dom4j > > 1.6.1 > > jar > > > > > > ojdbc > > ojdbc > > 9.2.0.1.0 > > jar > > > > > > > > > > > > > class="com.sensis.assetmgmt.assetInterface.SpringGBean"> > > > > > > Any help would be greatly appreciated. > > Thanks, > > Timothy Sutton > > >