Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 86845 invoked from network); 12 Jan 2007 19:36:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2007 19:36:51 -0000 Received: (qmail 38819 invoked by uid 500); 12 Jan 2007 19:36:55 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 38775 invoked by uid 500); 12 Jan 2007 19:36:55 -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 38753 invoked by uid 99); 12 Jan 2007 19:36:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 11:36:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2007 11:36:47 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A926F7142FB for ; Fri, 12 Jan 2007 11:36:27 -0800 (PST) Message-ID: <12693624.1168630587690.JavaMail.jira@brutus> Date: Fri, 12 Jan 2007 11:36:27 -0800 (PST) From: "Dario Andrade (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-2699) Module was not a war In-Reply-To: <8676141.1168111707661.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464318 ] Dario Andrade commented on GERONIMO-2699: ----------------------------------------- I've tried to separate a testcase in order to reproduce the error. As soon as https://issues.apache.org/jira/browse/GERONIMO-2706 is releases, I'll be able to test some more (perhaps this issue will be fixed by the next release). > Module was not a war > -------------------- > > Key: GERONIMO-2699 > URL: https://issues.apache.org/jira/browse/GERONIMO-2699 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Hot Deploy Dir > Affects Versions: 2.0-M1 > Environment: Sun jdk 1.6.0, MyEclipse Geronimo 1 launcher, windows XP, Geronimo 2.0M1-Tomcat > Reporter: Dario Andrade > Fix For: 2.0 > > > When deploying an EAR using exploded option, after initialing geronimo, that error appears (I guess MyEclipse would automatically handle a correct deployment file structure, so I recognize this as geronimo hot deployer bug): > Geronimo Application Server started > 17:18:03,015 ERROR [DirectoryHotDeployer] Unable to deploy: Module was not a war: GManiaServer.war > org.apache.geronimo.common.DeploymentException: Module was not a war: GManiaServer.war > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.addModules(EARConfigBuilder.java:771) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getEarPlan(EARConfigBuilder.java:362) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.getDeploymentPlan(EARConfigBuilder.java:261) > at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLIB$$38e56ec6.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:820) > at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) > at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) > at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) > at org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$9f8ad16a.getDeploymentPlan() > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:232) > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:124) > at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke() > at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) > at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:855) > at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:114) > at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60) > at java.lang.Thread.run(Thread.java:619) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira