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 C1909962D for ; Wed, 9 May 2012 07:12:38 +0000 (UTC) Received: (qmail 43511 invoked by uid 500); 9 May 2012 07:12:38 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 43356 invoked by uid 500); 9 May 2012 07:12: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 43317 invoked by uid 99); 9 May 2012 07:12:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 07:12:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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, 09 May 2012 07:12:33 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D0A2143BC33 for ; Wed, 9 May 2012 07:12:11 +0000 (UTC) Date: Wed, 9 May 2012 07:12:11 +0000 (UTC) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Message-ID: <1110249002.43011.1336547531869.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1606846085.36845.1333091190883.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Reopened] (GERONIMO-6316) Couldn't start web-forward-ear from test case we-forward sucessfully after deployed it. 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-6316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia reopened GERONIMO-6316: ----------------------------------- > Couldn't start web-forward-ear from test case we-forward sucessfully after deployed it. > --------------------------------------------------------------------------------------- > > Key: GERONIMO-6316 > URL: https://issues.apache.org/jira/browse/GERONIMO-6316 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 3.0-beta-1 > Reporter: xiezhi > Assignee: Tina Li > > When deploy \geronimo-3.0-beta-1\testsuite\web-testsuite\test-web-forward\web-forward-ear\target\web-forward-ear-3.0-beta-1.ear in geronimo-tomcat7-javaee6-3.0-beta-1. The application couldn't start successfully. > The exception is below: > The application was successfully deployed. > show/hide Error The application was not successfully started. > start of org.apache.geronimo.testsuite/web-forward-ear/3.0-beta-1/ear failed > org.apache.geronimo.kernel.config.LifecycleException: start of org.apache.geronimo.testsuite/web-forward-ear/3.0-beta-1/ear failed > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:718) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:681) > at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67) > at java.lang.Thread.run(Thread.java:736) > Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:523) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:226) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:702) > ... 3 more > Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.testsuite/web-forward-ear/3.0-beta-1/ear failed to start due to the following reasons: > The service J2EEApplication=org.apache.geronimo.testsuite/web-forward-ear/3.0-beta-1/ear,j2eeType=WebModule,name=web-forward-war-2.war did not start because ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.io.IOException: Context did not start for an unknown reason > java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.io.IOException: Context did not start for an unknown reason > at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:816) > at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:787) > at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:607) > at org.apache.geronimo.tomcat.TomcatContainer.addContext(TomcatContainer.java:315) > at org.apache.geronimo.tomcat.TomcatWebAppContext.doStart(TomcatWebAppContext.java:578) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:1000) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:569) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386) > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:462) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:226) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:702) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:681) > at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira