Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 96693 invoked from network); 2 Jun 2009 10:07:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jun 2009 10:07:25 -0000 Received: (qmail 30164 invoked by uid 500); 2 Jun 2009 10:07:37 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 30067 invoked by uid 500); 2 Jun 2009 10:07: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 30059 invoked by uid 99); 2 Jun 2009 10:07:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 10:07:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 10:07:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 58637234C044 for ; Tue, 2 Jun 2009 03:07:07 -0700 (PDT) Message-ID: <619674092.1243937227361.JavaMail.jira@brutus> Date: Tue, 2 Jun 2009 03:07:07 -0700 (PDT) From: "viola.lu (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4665) Application start error with virtual host configuration in deployment plan In-Reply-To: <1142384404.1243922407766.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] viola.lu updated GERONIMO-4665: ------------------------------- Attachment: hello-2.1.1.2.war > Application start error with virtual host configuration in deployment plan > -------------------------------------------------------------------------- > > Key: GERONIMO-4665 > URL: https://issues.apache.org/jira/browse/GERONIMO-4665 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Affects Versions: 2.2 > Environment: os: suse 10 sp2 64 bit > Reporter: viola.lu > Priority: Minor > Attachments: config.xml, geronimo-web.xml, hello-2.1.1.2.war > > > 1.Following steps from link http://cwiki.apache.org/confluence/display/GMOxDOC22/Configuring+Virtual+Host+in+Tomcat > 2.But deployed hellowolrd.war can't start with errors: > he application was not successfully started > start of com.ibm.wasce.samples/hello/2.1.1.2/car failed > org.apache.geronimo.kernel.config.LifecycleException: start of com.ibm.wasce.samples/hello/2.1.1.2/car failed > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:562) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:527) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:618) > at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) > at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:815) > 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.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$63fc6952.startConfiguration() > at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67) > at java.lang.Thread.run(Thread.java:810) > Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:522) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546) > ... 14 more > Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration com.ibm.wasce.samples/hello/2.1.1.2/car failed to start due to the following reasons: > The service J2EEApplication=null,j2eeType=WebModule,name=com.ibm.wasce.samples/hello/2.1.1.2/car did not start because Invalid virtual host 'virtualhost1.com'. Do you have a matching Host entry in the plan? > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:485) > ... 16 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.