Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 67783 invoked from network); 17 Dec 2005 15:46:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Dec 2005 15:46:03 -0000 Received: (qmail 31647 invoked by uid 500); 17 Dec 2005 15:38:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 31498 invoked by uid 500); 17 Dec 2005 15:38:40 -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 31487 invoked by uid 99); 17 Dec 2005 15:38:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Dec 2005 07:38:40 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.201.193] (HELO web31713.mail.mud.yahoo.com) (68.142.201.193) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 17 Dec 2005 07:38:38 -0800 Received: (qmail 60627 invoked by uid 60001); 17 Dec 2005 15:38:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LVtu8CsiHw8T2QADU7cZDN6nll4MUt2O1+i3ElxA6JLz0VPWpbuPplu20kgHzKtJEVMBZcQMAdMDhjh1QKP8Dfqayhc8JCCjTV6HgvCmMDM7jAL3ILZT7NwFEtcSRQLunYYc4Q3c1WNCCzafvk1FTpIWqg6u3UNK6tl2z2sOQkk= ; Message-ID: <20051217153817.60625.qmail@web31713.mail.mud.yahoo.com> Received: from [24.225.76.253] by web31713.mail.mud.yahoo.com via HTTP; Sat, 17 Dec 2005 07:38:17 PST Date: Sat, 17 Dec 2005 07:38:17 -0800 (PST) From: anita kulshreshtha Subject: Re: Race condition for Tomcat too? To: dev@geronimo.apache.org In-Reply-To: <20051217051602.8945.qmail@web31703.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Should I not see waiting to start ....TomcatEngine......because no targets are running for reference TomcatHost matching .....? I might be way off .... Thanks Anita 10:07:57,421 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatEngine because no targets are running for reference TomcatValveChain matching the patterns geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=TomcatValve,name=FirstValve 10:07:57,437 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatEngine because no targets are running for the dependency matching the patternspatterns geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatResources 10:07:57,484 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatEngine because no targets are running for the dependency matching the patternspatterns geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatResources 10:07:57,484 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebContainer because no targets are running for reference EngineGBean matching the patterns geronimo.server:J2EEApplication=null,J2EEModule=geronimo/tomcat/1.0/car,J2EEServer=geronimo,j2eeType=GBean,name=TomcatEngine 10:08:00,171 WARN [MapperListener] Unknown default host: localhost 10:08:00,687 WARN [MapperListener] Unknown default host: localhost 10:08:01,140 WARN [MapperListener] Unknown default host: localhost 10:08:04,062 DEBUG [GBeanSingleReference] Waiting to start --- anita kulshreshtha wrote: > The EngineGBean in j2ee-tomcat-plan.xml contains > : > geronimo.server:j2eeType=Host,* > I think it should be > ................j2eeType=GBean, name=TomcatHost > > Thanks > Anita > --- Jeff Genender wrote: > > > The WARNINGs we are getting: > > > > [*********> ] 40% 37s Starting > > geronimo/tomcat/1.0/car > > 07:55:03,808 WARN [MapperListener] Unknown > default > > host: localhost > > > > Appears to be intermittent. Some get it, and some > > do not. The issue > > here is the Engine does not seem to wait for the > > Host GBeans to start. > > > > They seemed to work for the longest time, and now > we > > are starting to see > > this problem. > > > > Anyone have any insight to this? > > > > Jeff > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com