RE: [private] Re: Timer already canceled

2007-03-02 Thread Spotts, Joel \(ISS Atlanta\)
Message- From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 10:36 PM To: user@geronimo.apache.org Subject: [private] Re: Timer already canceled On Mar 1, 2007, at 11:51 AM, Spotts, Joel ((ISS Atlanta)) wrote: Thanks for the suggestions. Sorry I forgot to mention I am

[private] Re: Timer already canceled

2007-03-01 Thread Kevan Miller
On Mar 1, 2007, at 11:51 AM, Spotts, Joel ((ISS Atlanta)) wrote: Thanks for the suggestions. Sorry I forgot to mention I am running version 1.1.1. I tried increasing the heap size to 378 MB, but did not help. I am attaching the full log file. One thing to note is that our code creates a Timer

Re: Timer already canceled

2007-02-28 Thread David Jencks
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

Re: Timer already canceled

2007-02-28 Thread Jay D. McHugh
Joel, Another thing you might check is your heap size (if you are using a geronimo version below 2.0). Since I started working with 2.0, I have been able to set a rather low minimum heap. When I was working with 1.x versions (and Java 1.4) I needed to increase my heap size or I would get

Re: Timer already canceled

2007-02-28 Thread Kevan Miller
On Feb 28, 2007, at 6:50 PM, Jay D. McHugh wrote: Joel, Another thing you might check is your heap size (if you are using a geronimo version below 2.0). Since I started working with 2.0, I have been able to set a rather low minimum heap. When I was working with 1.x versions (and Java