Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 890E986F8 for ; Wed, 7 Sep 2011 06:33:58 +0000 (UTC) Received: (qmail 4142 invoked by uid 500); 7 Sep 2011 06:33:56 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 3361 invoked by uid 500); 7 Sep 2011 06:33:36 -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 3284 invoked by uid 99); 7 Sep 2011 06:33:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 06:33:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2011 06:33:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id F39F4843D2 for ; Wed, 7 Sep 2011 06:33:10 +0000 (UTC) Date: Wed, 7 Sep 2011 06:33:10 +0000 (UTC) From: "Han Hong Fang (JIRA)" To: dev@geronimo.apache.org Message-ID: <715622940.23725.1315377190994.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <157352725.13894.1314287249512.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (GERONIMO-6126) deploy of the Spring petclinic.war sample app fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098647#comment-13098647 ] Han Hong Fang commented on GERONIMO-6126: ----------------------------------------- It is required to updated geronimo-web.xml and web.xml before the app can be sucessfully deployed on Geronimo. See https://issues.apache.org/jira/browse/GERONIMO-6121 for the details. > deploy of the Spring petclinic.war sample app fails > --------------------------------------------------- > > Key: GERONIMO-6126 > URL: https://issues.apache.org/jira/browse/GERONIMO-6126 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 3.0 > Reporter: Kevan Miller > Fix For: 3.0 > > > Deploying the petclinic.war app on Geroimo 3.0 fails as follows: > {code} > $ ./deploy deploy ~/spring/spring-samples/petclinic/trunk/target/petclinic.war > Using GERONIMO_HOME: /Users/kevan/geronimo/server/trunk/assemblies/geronimo-tomcat7-javaee6/target/geronimo-tomcat7-javaee6-3.0-SNAPSHOT > Using GERONIMO_TMPDIR: var/temp > Using JRE_HOME: /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home > 2011-08-25 11:37:05,880 ERROR [DeployTool] Error: > org.apache.geronimo.common.DeploymentException: Unable to deploy petclinic.war: Problems encountered parsing web.xml: [ > No servlet matching servlet mappings for default] > at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDeploy.java:43) > at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(CommandDistribute.java:148) > at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandDistribute.java:124) > at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:171) > at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:64) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:32) > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira