Re: Trouble with java.util.Timer in Tomcat 5.5 - solved

2007-07-19 Thread David Kerber
Just a late note to tell you all that this is fixed, and the trouble was as you suggested: my ftp.connect method was hanging. Once I figured out what timeouts to set for it, I let it go, and it went several days just like it has before, until I was perusing my logs tonight and found a Timeout

Re: Trouble with java.util.Timer in Tomcat 5.5

2007-07-02 Thread Ronald Klop
Could it be the Timer is waiting for a previous action to finish? Maybe the FTP connect 'hangs'. Ronald. On Fri Jun 29 16:41:13 CEST 2007 Tomcat Users List wrote: I have an app running in Tomcat 5.5.12, with jre 1.5.0_12 (explicitly specified in the service configuration), on windows 2000

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-30 Thread Tim Lucia
age- > From: David kerber [mailto:[EMAIL PROTECTED] > Sent: Friday, June 29, 2007 11:00 AM > To: Tomcat Users List > Subject: Re: Trouble with java.util.Timer in Tomcat 5.5 > > I've considered that, and I can't absolutely rule it out, but I was > careful writing my code

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread Propes, Barry L
EMAIL PROTECTED] Sent: Friday, June 29, 2007 10:00 AM To: Tomcat Users List Subject: Re: Trouble with java.util.Timer in Tomcat 5.5 I've considered that, and I can't absolutely rule it out, but I was careful writing my code, the code is pretyy simple, and I don't see any indication

Re: Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread David kerber
logging just to be sure... Thanks! D Propes, Barry L wrote: wouldn't be a memory leak issue would it? -Original Message- From: David kerber [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:41 AM To: Tomcat Users List Subject: Trouble with java.util.Timer in Tomcat 5.5

RE: Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread Propes, Barry L
wouldn't be a memory leak issue would it? -Original Message- From: David kerber [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:41 AM To: Tomcat Users List Subject: Trouble with java.util.Timer in Tomcat 5.5 I have an app running in Tomcat 5.5.12, with jre 1.5.0_12 (expli

Trouble with java.util.Timer in Tomcat 5.5

2007-06-29 Thread David kerber
I have an app running in Tomcat 5.5.12, with jre 1.5.0_12 (explicitly specified in the service configuration), on windows 2000 server. I have one class that is initialized by a servletContextListener, in the contextInitialized event. This class uses java.util.Timer and java.util.TimerTask to