Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein

Nevermind, I rebuilt everything and it works again.
Funny, oh well.

-Dennis

On Mon, 2002-05-20 at 10:49, Dennis Muhlestein wrote:
> Also: The scheduler-service.xml doesn't work either.
> 
> I do get the following output but then I never get the scheduled event.
> 
> -Dennis
> 
> 2002-05-20 10:34:46,074 DEBUG [org.jboss.system.ServiceConfigurator]
> InitialStartDate set to 0 in jboss:service=Scheduler
> 2002-05-20 10:34:46,074 DEBUG [org.jboss.varia.scheduler.Scheduler]
> Initial Start Date is set to: Wed Dec 31 16:00:00 PST 1969
> 2002-05-20 10:34:46,074 DEBUG [org.jboss.system.ServiceConfigurator]
> SchedulePeriod set to 1 in jboss:service=Scheduler
> 2002-05-20 10:34:46,075 DEBUG [org.jboss.system.ServiceConfigurator]
> InitialRepetitions set to -1 in jboss:service=Scheduler
> 2002-05-20 10:34:46,075 INFO  [org.jboss.varia.scheduler.Scheduler]
> Creating
> 2002-05-20 10:34:46,075 INFO  [org.jboss.varia.scheduler.Scheduler]
> Created
> 2002-05-20 10:34:46,075 DEBUG [org.jboss.deployment.MainDeployer] Done
> with create step of deploying scheduler-service.xml
> 2002-05-20 10:34:46,076 DEBUG [org.jboss.deployment.MainDeployer] start
> step for deployment
> 
>file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml
> 2002-05-20 10:34:46,076 DEBUG [org.jboss.deployment.SARDeployer]
> Deploying SAR, start step: url
> 
>file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml
> 2002-05-20 10:34:46,076 INFO  [org.jboss.varia.scheduler.Scheduler]
> Starting
> 2002-05-20 10:34:46,076 DEBUG [org.jboss.varia.scheduler.Scheduler]
> Start Scheduler on start up time
> 2002-05-20 10:34:46,077 DEBUG [org.jboss.varia.scheduler.Scheduler] Old
> start date: Wed Dec 31 16:00:00 PST 1969, now: Mon May
> 20 10:34:46 PDT 2002, Skip repeats: 102191609
> 2002-05-20 10:34:46,077 DEBUG [org.jboss.varia.scheduler.Scheduler]
> Schedule initial call to: Mon May 20 10:34:50 PDT 2002, remaining
> repetitions: -1
> 2002-05-20 10:34:46,077 INFO  [org.jboss.varia.scheduler.Scheduler]
> Started
> 2002-05-20 10:34:46,078 DEBUG [org.jboss.deployment.MainDeployer] Final
> (start) deployment step successfully completed on package:
> scheduler-service.xml
> 2002-05-20 10:34:46,078 INFO  [org.jboss.deployment.MainDeployer]
> Successfully completed deployment of package:
> 
>file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml
> 
> 
> On Mon, 2002-05-20 at 10:33, Dennis Muhlestein wrote:
> > Today, when I did a cvs update my schedulables stopped running.
> > 
> > I implement org.jboss.varia.scheduler.Schedulable
> > 
> > I use a jboss-service.xml and wrap the code into an sar file.
> > 
> > I haven't changed anything with my code.  Friday it worked, and ran on
> > the schedule I specified.  Today it doesn't work.
> > 
> > Anyone else having this type of problem?
> > 
> > Thanks
> > Dennis
> > 
> > 
> > ___
> > Hundreds of nodes, one monster rendering program.
> > Now that's a super model! Visit http://clustering.foundries.sf.net/
> > 
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> 
> 
> 
> ___
> Hundreds of nodes, one monster rendering program.
> Now that's a super model! Visit http://clustering.foundries.sf.net/
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



___
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein

Also: The scheduler-service.xml doesn't work either.

I do get the following output but then I never get the scheduled event.

-Dennis

2002-05-20 10:34:46,074 DEBUG [org.jboss.system.ServiceConfigurator]
InitialStartDate set to 0 in jboss:service=Scheduler
2002-05-20 10:34:46,074 DEBUG [org.jboss.varia.scheduler.Scheduler]
Initial Start Date is set to: Wed Dec 31 16:00:00 PST 1969
2002-05-20 10:34:46,074 DEBUG [org.jboss.system.ServiceConfigurator]
SchedulePeriod set to 1 in jboss:service=Scheduler
2002-05-20 10:34:46,075 DEBUG [org.jboss.system.ServiceConfigurator]
InitialRepetitions set to -1 in jboss:service=Scheduler
2002-05-20 10:34:46,075 INFO  [org.jboss.varia.scheduler.Scheduler]
Creating
2002-05-20 10:34:46,075 INFO  [org.jboss.varia.scheduler.Scheduler]
Created
2002-05-20 10:34:46,075 DEBUG [org.jboss.deployment.MainDeployer] Done
with create step of deploying scheduler-service.xml
2002-05-20 10:34:46,076 DEBUG [org.jboss.deployment.MainDeployer] start
step for deployment
file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml
2002-05-20 10:34:46,076 DEBUG [org.jboss.deployment.SARDeployer]
Deploying SAR, start step: url
file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml
2002-05-20 10:34:46,076 INFO  [org.jboss.varia.scheduler.Scheduler]
Starting
2002-05-20 10:34:46,076 DEBUG [org.jboss.varia.scheduler.Scheduler]
Start Scheduler on start up time
2002-05-20 10:34:46,077 DEBUG [org.jboss.varia.scheduler.Scheduler] Old
start date: Wed Dec 31 16:00:00 PST 1969, now: Mon May
20 10:34:46 PDT 2002, Skip repeats: 102191609
2002-05-20 10:34:46,077 DEBUG [org.jboss.varia.scheduler.Scheduler]
Schedule initial call to: Mon May 20 10:34:50 PDT 2002, remaining
repetitions: -1
2002-05-20 10:34:46,077 INFO  [org.jboss.varia.scheduler.Scheduler]
Started
2002-05-20 10:34:46,078 DEBUG [org.jboss.deployment.MainDeployer] Final
(start) deployment step successfully completed on package:
scheduler-service.xml
2002-05-20 10:34:46,078 INFO  [org.jboss.deployment.MainDeployer]
Successfully completed deployment of package:
file:/home/dennis/usr/jboss-all/build/output/jboss-3.0.0RC3/server/default/deploy/scheduler-service.xml


On Mon, 2002-05-20 at 10:33, Dennis Muhlestein wrote:
> Today, when I did a cvs update my schedulables stopped running.
> 
> I implement org.jboss.varia.scheduler.Schedulable
> 
> I use a jboss-service.xml and wrap the code into an sar file.
> 
> I haven't changed anything with my code.  Friday it worked, and ran on
> the schedule I specified.  Today it doesn't work.
> 
> Anyone else having this type of problem?
> 
> Thanks
> Dennis
> 
> 
> ___
> Hundreds of nodes, one monster rendering program.
> Now that's a super model! Visit http://clustering.foundries.sf.net/
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



___
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] schedulables

2002-05-20 Thread Dennis Muhlestein

Today, when I did a cvs update my schedulables stopped running.

I implement org.jboss.varia.scheduler.Schedulable

I use a jboss-service.xml and wrap the code into an sar file.

I haven't changed anything with my code.  Friday it worked, and ran on
the schedule I specified.  Today it doesn't work.

Anyone else having this type of problem?

Thanks
Dennis


___
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user