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 F0907912F for ; Fri, 8 Jun 2012 09:20:25 +0000 (UTC) Received: (qmail 44091 invoked by uid 500); 8 Jun 2012 09:20:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 43336 invoked by uid 500); 8 Jun 2012 09:20:24 -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 43259 invoked by uid 99); 8 Jun 2012 09:20:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jun 2012 09:20:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 5F5EA142859 for ; Fri, 8 Jun 2012 09:20:23 +0000 (UTC) Date: Fri, 8 Jun 2012 09:20:23 +0000 (UTC) From: "Forrest Xia (JIRA)" To: dev@geronimo.apache.org Message-ID: <3155301.52148.1339147223392.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1606846085.36845.1333091190883.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (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 updated GERONIMO-6316: ---------------------------------- Attachment: geronimo.log.tar.gz A complete log for this issue > 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 > Attachments: geronimo.log.tar.gz > > > 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