[jira] Closed: (CONTINUUM-519) scheduler not calling scm's update command at scheduled time

2006-02-01 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-519?page=all ]
 
John Casey closed CONTINUUM-519:


Resolution: Fixed

> scheduler not calling scm's update command at scheduled time
> 
>
>  Key: CONTINUUM-519
>  URL: http://jira.codehaus.org/browse/CONTINUUM-519
>  Project: Continuum
> Type: Bug

>   Components: Core system
> Versions: 1.0.2
>  Environment: xp, starteam
> Reporter: Dan Tran
> Assignee: Emmanuel Venisse
>  Fix For: 1.0.3
>  Attachments: CONTINUUM-519.patch
>
>
> The log shows the timer fires correctly but no attempt to call scm's update 
> command to detect changes
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - < 
> Continuum 1.0.2 started! >
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>\   ^__^
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> \  (oo)\___
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>(__)\   )\/\
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>||w |
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>|| ||
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 4641 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.initialization.ContinuumInitializer  - Continuum 
> initializer running ...
> 4985 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Activating 
> schedules ...
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Mon Dec 19 
> 05:00:00 PST 2005
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Tue Dec 20 
> 00:01:00 PST 2005
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Thu Jan 01 
> 10:15:00 PST 2099
> 5016 [WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
> Loading on start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,build-project]
> 5344 [WrapperSimpleAppMain] ERROR 
> org.codehaus.plexus.velocity.VelocityComponent  - 
> ResourceManager.getResource() parse exception: 
> org.apache.velocity.exception.ParseErrorException: Lexical error: 
> org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 121, 
> column 17.  Encountered:  after : ""
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - The from mailbox 
> is not configured, will use the nag email address from the project.
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - From name: 
> Continuum
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - Build host name: 
> uscus-build2
> 5563 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.RecipientSource  - To override address is 
> not configured, will use the nag email address from the project.
> 5578 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project  - 
> Starting task executor, thread name 'build-project'.
> 5578 [WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
> Loading on start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,check-out-project]
> 5578 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:check-out-project  
> - Starting task executor, thread name 'check-out-project'.
> 2151003 [scheduler1_Worker-8] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 2151112 [scheduler1_Worker-8] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 5750995 [scheduler1_Worker-7] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 5750995 [scheduler1_Worker-7] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 9351007 [scheduler1_Worker-13] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 9351007 [scheduler1_Worker-13] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 12950997 [scheduler1_Worker-11] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 12

[jira] Closed: (CONTINUUM-519) scheduler not calling scm's update command at scheduled time

2005-12-21 Thread Emmanuel Venisse (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-519?page=all ]
 
Emmanuel Venisse closed CONTINUUM-519:
--

 Assign To: Emmanuel Venisse
Resolution: Fixed

Applied. Thanks.

> scheduler not calling scm's update command at scheduled time
> 
>
>  Key: CONTINUUM-519
>  URL: http://jira.codehaus.org/browse/CONTINUUM-519
>  Project: Continuum
> Type: Bug

>   Components: Core system
> Versions: 1.0.2
>  Environment: xp, starteam
> Reporter: Dan Tran
> Assignee: Emmanuel Venisse
>  Fix For: 1.1-alpha-1
>  Attachments: CONTINUUM-519.patch
>
>
> The log shows the timer fires correctly but no attempt to call scm's update 
> command to detect changes
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - < 
> Continuum 1.0.2 started! >
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>\   ^__^
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> \  (oo)\___
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>(__)\   )\/\
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>||w |
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
>|| ||
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 4641 [WrapperSimpleAppMain] INFO  org.apache.maven.continuum.Continuum  - 
> 4641 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.initialization.ContinuumInitializer  - Continuum 
> initializer running ...
> 4985 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Activating 
> schedules ...
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Mon Dec 19 
> 05:00:00 PST 2005
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Tue Dec 20 
> 00:01:00 PST 2005
> 5016 [WrapperSimpleAppMain] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - Thu Jan 01 
> 10:15:00 PST 2099
> 5016 [WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
> Loading on start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,build-project]
> 5344 [WrapperSimpleAppMain] ERROR 
> org.codehaus.plexus.velocity.VelocityComponent  - 
> ResourceManager.getResource() parse exception: 
> org.apache.velocity.exception.ParseErrorException: Lexical error: 
> org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 121, 
> column 17.  Encountered:  after : ""
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - The from mailbox 
> is not configured, will use the nag email address from the project.
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - From name: 
> Continuum
> 5438 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.notifier.Notifier:mail  - Build host name: 
> uscus-build2
> 5563 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.notification.RecipientSource  - To override address is 
> not configured, will use the nag email address from the project.
> 5578 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project  - 
> Starting task executor, thread name 'build-project'.
> 5578 [WrapperSimpleAppMain] INFO  org.codehaus.plexus.PlexusContainer  - 
> Loading on start [role,roleHint]: 
> [org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor,check-out-project]
> 5578 [WrapperSimpleAppMain] INFO  
> org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:check-out-project  
> - Starting task executor, thread name 'check-out-project'.
> 2151003 [scheduler1_Worker-8] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 2151112 [scheduler1_Worker-8] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 5750995 [scheduler1_Worker-7] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 5750995 [scheduler1_Worker-7] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 9351007 [scheduler1_Worker-13] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
> > Executing build job (DEFAULT_SCHEDULE)...
> 9351007 [scheduler1_Worker-13] INFO  
> org.apache.maven.continuum.store.ContinuumStore:jdo  - nb result : 3
> 12950997 [scheduler1_Worker-11] INFO  
> org.apache.maven.continuum.build.settings.SchedulesActivator  - 
>