Timer already canceled

2007-02-28 Thread Spotts, Joel \(ISS Atlanta\)
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

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

java.lang.ClassNotFoundException: [Ljavax.net.ssl.KeyManager; in classloader geronimo/jetty/1.1.1/car

2007-02-28 Thread Miki
Hi, I just downloaded geronima an when i try to start the server I get the following error message: . java.lang.ClassNotFoundException: [Ljavax.net.ssl.KeyManager; in classloader geronimo/jetty/1.1.1/car . I use (X)ubuntu 6.06. The full log is attached. Any ideea? Thanks

Re: java.lang.ClassNotFoundException: [Ljavax.net.ssl.KeyManager; in classloader geronimo/jetty/1.1.1/car

2007-02-28 Thread David Jencks
My guess is that you might not be running with a full certified jdk? Geronimo 1.1.1 works with sun and ibm jdks = 1.4.2_08 but not with the gpl partial jvms such as gjc that often come as default on linux distros. What does java -version say? thanks david jencks On Feb 28, 2007, at 2:54

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