Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 46766 invoked from network); 28 Feb 2007 21:10:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 21:10:34 -0000 Received: (qmail 92744 invoked by uid 500); 28 Feb 2007 21:10:40 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 92723 invoked by uid 500); 28 Feb 2007 21:10:40 -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 92712 invoked by uid 99); 28 Feb 2007 21:10:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 13:10:40 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.53.26] (HELO smtp101.plus.mail.re2.yahoo.com) (206.190.53.26) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 28 Feb 2007 13:10:27 -0800 Received: (qmail 11425 invoked from network); 28 Feb 2007 21:10:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:From:Subject:Date:To:X-Mailer; b=lqpXi3abaR1mizR22zxe8/npAC32QAEayYh95fyWgz8DSt7T24TLuhJDluaNUeTWf0WejeKAWRhaH7nRWYWCXp6CkWi8LH39cU0BLYfE3ajOAeQiHGVEg6V5eTcdLDnBNv8jByj+z3v0WYfRxU01+t4advJDxcM+6nLQr/pKUYI= ; Received: from unknown (HELO ?10.11.55.8?) (david_jencks@63.105.20.225 with plain) by smtp101.plus.mail.re2.yahoo.com with SMTP; 28 Feb 2007 21:10:03 -0000 X-YMail-OSG: cpObaOgVM1n3lG3FUD.M9XzSo7gQCc0lqdw29Q_3YbUEVPfOEpMMZKyAWOj7gkXySuWZyQVYaI55jJoMBALE.Hd5x48nCj6zpZIPiG.U5s8EnOhb24DM2UCNhcLkBkuD8gEeIVwlfTT0f.o- Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: multipart/alternative; boundary=Apple-Mail-1--1031212201 Message-Id: From: David Jencks Subject: Re: Timer already canceled Date: Wed, 28 Feb 2007 13:09:59 -0800 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-1--1031212201 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed It's a little hard to tell from this, especially without knowing the geronimo version. > LocalAttributeManager line 642 is in the doFail method in my copy, which would mean something pretty serious happened to prevent server startup from continuing. Did you really supply the entire stack trace? I'd expect something more in the blank lines. Maybe var/log/geronimo.log has more detail? You might get more information by setting load=false for your app in config.xml and then starting the app using the admin console. thanks david jencks On Feb 28, 2007, at 12:37 PM, Spotts, Joel ((ISS Atlanta)) wrote: > I am getting the following exception when geronimo starts up and > tries to initialize my ear. What could cause the geronimo timer to > be canceled? > > [***********************> ] 93% 70s Starting iss/SiteProtector/1.0... > [***********************> ] 93% 70s Starting iss/SiteProtector/ > 1.0...2007-02-23 10:52:49,687 [main] ERROR [GBeanInstanceState] > Error while starting; GBean is now in the FAILED state: > abstractName="iss/SiteProtector/1.0/car?J2EEApplication=iss/ > SiteProtector/1.0/car,j2eeType=WebModule,name=spmain.war" > > java.lang.IllegalStateException: Timer already cancelled. > at java.util.Timer.sched(Timer.java:354) > at java.util.Timer.schedule(Timer.java:170) > at > org.apache.geronimo.system.configuration.LocalAttributeManager.attribu > teChanged(LocalAttributeManager.java:642) > > at > org.apache.geronimo.system.configuration.LocalAttributeManager.setValu > e(LocalAttributeManager.java:295) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.updateManageableAttrib > ute(GBeanInstance.java:765) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute > (GBeanInstance.java:718) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute > (GBeanInstance.java:698) > at org.apache.geronimo.gbean.runtime.RawInvoker.setAttribute > (RawInvoker.java:53) > at > org.apache.geronimo.kernel.basic.RawSetAttributeInvoker.invoke > (RawSetAttributeInvoker.java:35) > at > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept > (ProxyMethodInterceptor.java:96) > at org.apache.geronimo.tomcat.TomcatContainer$ > $EnhancerByCGLIB$$914f4ec.setCatalinaHome() > at org.apache.geronimo.tomcat.TomcatContainer. > (TomcatContainer.java:87) > at org.apache.geronimo.tomcat.TomcatContainer$ > $EnhancerByCGLIB$$914f4ec.() > at org.apache.geronimo.tomcat.TomcatContainer$ > $EnhancerByCGLIB$$914f4ec$$FastClassByCGLIB$$6f2babf5.newInstance > () > > at net.sf.cglib.reflect.FastClass.newInstance > (FastClass.java:91) > at org.apache.geronimo.kernel.basic.BasicProxyManager > $ManagedProxyFactory.createProxy(BasicProxyManager.java:213) > > at > org.apache.geronimo.kernel.basic.BasicProxyManager.createProxy > (BasicProxyManager.java:103) > at > org.apache.geronimo.gbean.runtime.GBeanSingleReference.start > (GBeanSingleReference.java:82) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance > (GBeanInstance.java:887) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart( > GBeanInstanceState.java:267) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.start > (GBeanInstanceState.java:102) > at > org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive > (GBeanInstanceState.java:124) > at > org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive > (GBeanInstance.java:540) > at > org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean > (BasicKernel.java:379) > at > org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguration > GBeans(ConfigurationUtil.java:374) > at > org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguration > GBeans(ConfigurationUtil.java:411) > at > org.apache.geronimo.kernel.config.KernelConfigurationManager.start > (KernelConfigurationManager.java:187) > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConf > iguration(SimpleConfigurationManager.java:527) > > at > org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConf > iguration(SimpleConfigurationManager.java:508) > > 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:122) > at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke > (GBeanInstance.java:817) > 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.gbean.GBeanLifecycle$$EnhancerByCGLIB > $$206c0a2d.startConfiguration() > at org.apache.geronimo.system.main.Daemon.doStartup > (Daemon.java:297) > at org.apache.geronimo.system.main.Daemon. > (Daemon.java:74) > at org.apache.geronimo.system.main.Daemon.main(Daemon.java: > 377) > > > Thanks, > > Yoel > --Apple-Mail-1--1031212201 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1 It's a little hard to tell from = this, especially without knowing the geronimo version.
LocalAttributeManager=A0
line 642 is in = the doFail method in my copy, which would mean something pretty serious = happened to prevent server startup from continuing.=A0 Did you really = supply the entire stack trace?=A0 I'd expect something more in the blank = lines.=A0 Maybe var/log/geronimo.log has more detail?

You might get more = information by setting load=3Dfalse for your app in config.xml and then = starting the app using the admin console.

thanks
david = jencks



On Feb 28, = 2007, at 12:37 PM, Spotts, Joel ((ISS Atlanta)) wrote:

I am getting the following exception when = geronimo starts up and tries to initialize my ear. What could cause the = geronimo timer to be canceled?

[***********************> ] 93%=A0 70s Starting = iss/SiteProtector/1.0...
[***********************> ] 93%=A0 70s Starting = iss/SiteProtector/1.0...2007-02-23 10:52:49,687 [main] ERROR = [GBeanInstanceState] Error while starting; GBean is now in the FAILED = state: = abstractName=3D"iss/SiteProtector/1.0/car?J2EEApplication=3Diss/SiteProtec= tor/1.0/car,j2eeType=3DWebModule,name=3Dspmain.war"

java.lang.IllegalStateException: Timer already = cancelled.
=A0=A0=A0=A0=A0=A0=A0 at java.util.Timer.sched(Timer.java:354) =
=A0=A0=A0=A0=A0=A0=A0 at = java.util.Timer.schedule(Timer.java:170)
=A0=A0=A0=A0=A0=A0=A0 = at = org.apache.geronimo.system.configuration.LocalAttributeManager.attributeCh= anged(LocalAttributeManager.java:642)

=A0=A0=A0=A0=A0=A0=A0 = at = org.apache.geronimo.system.configuration.LocalAttributeManager.setValue(Lo= calAttributeManager.java:295)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstance.updateManageableAttribute(= GBeanInstance.java:765)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstance= .java:718)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstance.setAttribute(GBeanInstance= .java:698)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.RawInvoker.setAttribute(RawInvoker.java:= 53)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.RawSetAttributeInvoker.invoke(RawSetAttri= buteInvoker.java:35)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMet= hodInterceptor.java:96)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$914f4ec.setCa= talinaHome(<generated>)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.tomcat.TomcatContainer.<init>(TomcatContainer.ja= va:87)
=A0=A0=A0=A0=A0=A0=A0 at= = org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$914f4ec.<i= nit>(<generated>)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.tomcat.TomcatContainer$$EnhancerByCGLIB$$914f4ec$$Fast= ClassByCGLIB$$6f2babf5.newInstance(<generated>)

=A0=A0=A0= =A0=A0=A0=A0 at = net.sf.cglib.reflect.FastClass.newInstance(FastClass.java:91) =
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.BasicProxyManager$ManagedProxyFactory.cre= ateProxy(BasicProxyManager.java:213)

=A0=A0=A0=A0=A0=A0=A0 = at = org.apache.geronimo.kernel.basic.BasicProxyManager.createProxy(BasicProxyM= anager.java:103)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanSingleReference.start(GBeanSingleRe= ference.java:82)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstan= ce.java:887)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBea= nInstanceState.java:267)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceSt= ate.java:102)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanI= nstanceState.java:124)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstan= ce.java:540)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKern= el.java:379)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBea= ns(ConfigurationUtil.java:374)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBea= ns(ConfigurationUtil.java:411)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelC= onfigurationManager.java:187)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigur= ation(SimpleConfigurationManager.java:527)

=A0=A0=A0=A0=A0=A0= =A0 at = org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfigur= ation(SimpleConfigurationManager.java:508)

=A0=A0=A0=A0=A0=A0= =A0 at = org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByC= GLIB$$ce77a924.invoke(<generated>)
=A0=A0=A0=A0=A0=A0=A0 = at = net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) =
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvok= er.java:38)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.jav= a:122)
=A0=A0=A0=A0=A0=A0=A0 at= = org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:= 817)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationIn= voker.java:35)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMet= hodInterceptor.java:96)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$206c0a2d.startC= onfiguration(<generated>)
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:297) =
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)=
=A0=A0=A0=A0=A0=A0=A0 at = org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)

=

Thanks,

Yoel

=

= --Apple-Mail-1--1031212201--