Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 63610 invoked from network); 14 Jul 2008 14:22:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 14:22:38 -0000 Received: (qmail 52700 invoked by uid 500); 14 Jul 2008 14:22:38 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 52165 invoked by uid 500); 14 Jul 2008 14:22:37 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 52154 invoked by uid 99); 14 Jul 2008 14:22:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 07:22:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of linsun.unc@gmail.com designates 209.85.162.179 as permitted sender) Received: from [209.85.162.179] (HELO el-out-1112.google.com) (209.85.162.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 14:21:43 +0000 Received: by el-out-1112.google.com with SMTP id v27so753904ele.13 for ; Mon, 14 Jul 2008 07:22:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Hnu7yHHQKmkDCKKSsjYphEs3NBakStrYHreo7vBjRQY=; b=lZ2uyCSpitxJ4tMR8DeW6SMZpvt453+Wk8NDnrSiY/mff7Kp0Q+/5Y8Re+v80GCnSm Ffvtt4T7/bAN2sbVelLBi7FHLKeXgibFKcINvl12SVlq0rSnsdyQlKA15WSDc0QBoPhf ut9kBD7p2GlRg4pvrLyGoFFm1dSvcnzgYjK80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=f9fhZFy/dASCEwtWWkZwN+SYvOLKEzD/qp13K/AU3ulim5Pamn2fTgqx9Ad6aEPkFa EtY/R0fIIrYLqfSAJWfiw/qdXXgKq8B3TK1IM8gvP7rmlay0zIJ94WhCAO0MIgaRhfMN OyQHW4Y0XJJ83Sjnp9mM+wEQ9OJ9qwAIemUgE= Received: by 10.151.112.21 with SMTP id p21mr20374928ybm.97.1216045325348; Mon, 14 Jul 2008 07:22:05 -0700 (PDT) Received: by 10.150.137.19 with HTTP; Mon, 14 Jul 2008 07:22:05 -0700 (PDT) Message-ID: Date: Mon, 14 Jul 2008 10:22:05 -0400 From: "Lin Sun" To: user@geronimo.apache.org Subject: Re: CGI and Geronimo/Tomcat In-Reply-To: <487B5CC2.7080803@berghold.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4877CD27.9080506@berghold.net> <487A39EC.6040202@berghold.net> <871796F0-6DD8-4980-A9F3-61142C7E3CC4@gmail.com> <487B5CC2.7080803@berghold.net> X-Virus-Checked: Checked by ClamAV on apache.org I think the server is complaining about the following configuration in geronimo-web.xml - www.bayshoredogclub.org If you look at the http://geronimo.apache.org/xml/ns/j2ee/web-1.1 schema, host element is not defined there. HTH, Lin On Mon, Jul 14, 2008 at 10:03 AM, Peter L. Berghold wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Kevan Miller wrote: >> >> >> In the jira I posted a war and some instructions on enabling cgi-bin >> support on Tomcat. > > > OK.. gave it a whirl. > > I made a couple of changes to the geronimo-web.xml file that (I thought) > whouldn't affect much, but here is what I got: > > > First the changes: > > > > > bcdc > > > > > > > Here's the spew.... > > > org.apache.geronimo.kernel.config.LifecycleException: start of > bcdc/cgi-bin/1.0/car failed > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:547) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:511) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.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:865) > at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at > org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342) > at > org.apache.geronimo.kernel.KernelGBean$$FastClassByCGLIB$$1cccefc9.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:865) > at > org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) > at > org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:168) > at > com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213) > at > com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220) > at > com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815) > at > com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784) > at > javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408) > at > javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81) > at > javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245) > at java.security.AccessController.doPrivileged(Native Method) > at > javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348) > at > javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782) > at sun.reflect.GeneratedMethodAccessor413.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) > at sun.rmi.transport.Transport$1.run(Transport.java:153) > at java.security.AccessController.doPrivileged(Native Method) > at sun.rmi.transport.Transport.serviceCall(Transport.java:149) > at > sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) > at > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) > at java.lang.Thread.run(Thread.java:595) > Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: > Unknown start exception > at > org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:514) > at > org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:530) > ... 35 more > Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: > Configuration bcdc/cgi-bin/1.0/car failed to start due to the following > reasons: > The service > J2EEApplication=null,j2eeType=WebModule,name=bcdc/cgi-bin/1.0/car did > not start because ContainerBase.addChild: start: LifecycleException: > java.io.IOException: Context did not start for an unknown reason > > at > org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:477) > ... 37 more > Error: Operation failed: start of bcdc/cgi-bin/1.0/car failed > > Unknown start exception > > Configuration bcdc/cgi-bin/1.0/car failed to start due to the > following reasons: > > The service > J2EEApplication=null,j2eeType=WebModule,name=bcdc/cgi-bin/1.0/car > did not start because ContainerBase.addChild: start: > LifecycleException: java.io.IOException: Context did not start for > an unknown reason > > > > - -- > > Peter L. Berghold http://www.berghold.net peter@berghold.net > Unix Professional Dog Agility Fan Crazed Cook > "Those who fail to learn from history are condemned to repeat it." > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFIe1zCUM9/01RIhaARAl3IAJ9ExTxmT15Zu+EOYb5PtiWDmxrDuQCghIr7 > 7oR00UdggZIJiujL3scJHtE= > =6xK4 > -----END PGP SIGNATURE----- >