Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 7657 invoked from network); 18 Mar 2008 15:37:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Mar 2008 15:37:41 -0000 Received: (qmail 59249 invoked by uid 500); 18 Mar 2008 15:37:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 58937 invoked by uid 500); 18 Mar 2008 15:37:37 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 58926 invoked by uid 99); 18 Mar 2008 15:37:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 08:37:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [98.136.44.61] (HELO smtp106.prem.mail.sp1.yahoo.com) (98.136.44.61) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 Mar 2008 15:36:49 +0000 Received: (qmail 39308 invoked from network); 18 Mar 2008 15:37:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=DztCpVWcwyfsgJ953pGtg8dVuxERlPyTgDsRpfIWWt5x2FrNJSL4xBVx5pmkm4JTvv1aAiNxAlQm+8YvG0vzcrjBkn6wP4JGGjNXJkR0atrHq3Iny2OCqIRaYWuhW0Wz14I2renlEq+D2d6RAgOnejhY5vrVqWU/SN3NNi7crfY= ; Received: from unknown (HELO ?192.168.1.109?) (david_jencks@67.102.173.8 with plain) by smtp106.prem.mail.sp1.yahoo.com with SMTP; 18 Mar 2008 15:37:08 -0000 X-YMail-OSG: TLDVzb8VM1n73y556SSmrjtL9LU9OUGtaXRAM0FYZYeATYerD1BPRFYT7ddPZx9HNYpfVpx3ZQ-- X-Yahoo-Newman-Property: ymail-3 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: <5da94e5a0803180658l694933d2g802cbe5d9bd1ff5@mail.gmail.com> References: <5da94e5a0803180658l694933d2g802cbe5d9bd1ff5@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <415E01C7-8FE8-4014-AFAD-A25DBBC12796@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: DeployManager in G-Jetty says "No configurer for module type: war registered" Date: Tue, 18 Mar 2008 08:37:51 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.753) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 18, 2008, at 6:58 AM, Shiva Kumar H R wrote: > I am calling below code from within PlanCreator: > DeploymentFactory factory = new DeploymentFactoryWithKernel > (PortletManager.getKernel()); > DeploymentManager deploymentManager = > factory.getDeploymentManager("deployer:geronimo:inVM", null, null); > DeploymentConfiguration deploymentConfiguration = > deploymentManager.createConfiguration(webDeployable); > > And this is failing in Geronimo-Jetty by saying (the same code > however works in Geronimo-Tomcat): > ERROR [DisplayPlanHandler] No configurer for module type: war > registered > javax.enterprise.deploy.spi.exceptions.InvalidModuleException: > No configurer for module type: war registered > at > org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createC > onfiguration(JMXDeploymentManager.java:311) > at > org.apache.geronimo.console.configcreator.JSR88_Util.createDeploymentP > lan(JSR88_Util.java:300) > > Am I missing some configuration? which g version? AFAIK this stuff is never tested so we might have left something out inadvertently. I would look into the configurations started in the jsr88 configuration and figure out if they are started in either of the big servers or if not if the gbeans there are present somewhere else as well. hope this helps... david jencks > -- > Thanks, > Shiva