Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-02 Thread Tyson Weihs
Thanks. As a work around, I ripped out the class file from the resin.jar in 3.1.8 and stuffed it in the 3.1.9 resin jar, and all is well. -tyson On Mon, Nov 2, 2009 at 11:59 AM, Alex wrote: >> I stepped through CronType in the debugger and 3.1.9 is setting the >> next >> start time for the sche

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-02 Thread Alex
> I stepped through CronType in the debugger and 3.1.9 is setting the > next > start time for the scheduled task a week out. Here's the config we > have: > > name="DownloadService"> >3,7,15,20,25,30,35,40,45,50,54,58 * * * * > > > Running this today (Nov 1), the next start time

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-01 Thread tweihs
I stepped through CronType in the debugger and 3.1.9 is setting the next start time for the scheduled task a week out. Here's the config we have: 3,7,15,20,25,30,35,40,45,50,54,58 * * * * Running this today (Nov 1), the next start time is set to Nov 8. I set resin's debug lev

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-01 Thread tweihs
Things we've tried: * changing our tasks to implement Runnable vs Work (a swag, as com.caucho.resources.ScheduledTask operates on Runnables, which work is * Put breakpoints in com.caucho.resources.ScheduledTask methods including the init, start, and handleAlarm methods. The debugger breaks on init

Re: [Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-11-01 Thread tweihs
Bumping this, still seeing the issue with 3.1.9. We tried to move forward to 3.1.9 again today, but all ScheduledTasks would not run. Reverted to 3.1.8 and AOK. -tyson tweihs wrote: > > We upgraded to resin 3.1.9 yesterday in our production environment. The > upgrade process for us was simp

[Resin-interest] Re sin 3.1.9, Scheduled Tasks Broken after upgrade

2009-05-17 Thread tweihs
We upgraded to resin 3.1.9 yesterday in our production environment. The upgrade process for us was simple: unzip the 3.1.9 bundle, copy over the resin.conf, license, other supporting files and restart the server. However, 3.1.9 will not run any of our scheduled tasks. The app comes up under 3.1