You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Stefan Cordes (JIRA)" <ji...@codehaus.org> on 2009/12/11 09:09:55 UTC

[jira] Created: (CONTINUUM-2422) "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."

"Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."
-------------------------------------------------------------------------------------------------

                 Key: CONTINUUM-2422
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2422
             Project: Continuum
          Issue Type: Bug
          Components: Parallel Builds
    Affects Versions: 1.3.4
         Environment: Windows Server 2008, Jdk 1.6
            Reporter: Stefan Cordes


We have Continuum with 8 parallel build queues on a single machine.
After a while some of the projects report to being currently build (in project group summary), but
they are not in the buildqueue nor in the projects build result page.

Trying to start a build gives:
2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.

Trying to cancel the build (in the project group summary page) gives:
2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.

The situation persists when waiting a while (build queue is empty) and when trying to start another build definition.

Workaround is to stop continuum and start again.

Here the log:
2009-12-11 08:57:49,508 INFO  buildmanager.ParallelBuildsManager  - Queueing prepare-build-project task 'org.apache.continuum.taskqueue.PrepareBuildProjectsTask@100' to prepare-build queue.
2009-12-11 08:57:49,508 INFO  queue.PrepareBuildProjectsTaskExecutor  - Initializing prepare build
2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Starting prepare build of project: r-location-ejb-client
2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Updating working dir
2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action check-working-directory
2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action update-working-directory-from-scm
2009-12-11 08:57:49,555 INFO  action#update-working-directory-from-scm  - Updating project: r-location-ejb-client', id: '197' to 'D:\workspaces\data\w\197'.
2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "cvs -z3 -f -q update -d"
2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Working directory: D:\workspaces\data\w\197
2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Merging SCM results
2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build of project: r-location-ejb-client
2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build
2009-12-11 08:57:52,207 WARN  velocityComponent  - org.apache.velocity.runtime.exception.ReferenceException: reference : template = subjectPattern [line 1,column 37] : ${project.projectGroup.name} is not a valid reference.
2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Message Subject: '[continuum] PREPARE BUILD SUCCESSFUL: ${project.projectGroup.name}'.
2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Sending message: From '"Continuum@dev0010" <co...@localhost>'.
2009-12-11 08:57:52,207 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action create-build-project-task
2009-12-11 08:57:52,207 INFO  action#create-build-project-task  - Project 'r-location-ejb-client' already being built.
2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
Form action defaulting to 'action' attribute's literal value.
2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2422) "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222627#action_222627 ] 

Wendy Smoak commented on CONTINUUM-2422:
----------------------------------------

Next step would be to see if it's reproducible on trunk. (There is a 1.4.0 Beta release available.)  As far as I'm aware, no further work is planned on the 1.3.x series.

> "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."
> -------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2422
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2422
>             Project: Continuum
>          Issue Type: Bug
>          Components: Parallel Builds
>    Affects Versions: 1.3.4 (Beta)
>         Environment: Windows Server 2008, Jdk 1.6
>            Reporter: Stefan Cordes
>             Fix For: Backlog
>
>
> We have Continuum with 8 parallel build queues on a single machine.
> After a while some of the projects report to being currently build (in project group summary), but
> they are not in the buildqueue nor in the projects build result page.
> Trying to start a build gives:
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Trying to cancel the build (in the project group summary page) gives:
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.
> The situation persists when waiting a while (build queue is empty) and when trying to start another build definition.
> Workaround is to stop continuum and start again.
> Here the log:
> 2009-12-11 08:57:49,508 INFO  buildmanager.ParallelBuildsManager  - Queueing prepare-build-project task 'org.apache.continuum.taskqueue.PrepareBuildProjectsTask@100' to prepare-build queue.
> 2009-12-11 08:57:49,508 INFO  queue.PrepareBuildProjectsTaskExecutor  - Initializing prepare build
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Starting prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Updating working dir
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action check-working-directory
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action update-working-directory-from-scm
> 2009-12-11 08:57:49,555 INFO  action#update-working-directory-from-scm  - Updating project: r-location-ejb-client', id: '197' to 'D:\workspaces\data\w\197'.
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "cvs -z3 -f -q update -d"
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Working directory: D:\workspaces\data\w\197
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Merging SCM results
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build
> 2009-12-11 08:57:52,207 WARN  velocityComponent  - org.apache.velocity.runtime.exception.ReferenceException: reference : template = subjectPattern [line 1,column 37] : ${project.projectGroup.name} is not a valid reference.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Message Subject: '[continuum] PREPARE BUILD SUCCESSFUL: ${project.projectGroup.name}'.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Sending message: From '"Continuum@dev0010" <co...@localhost>'.
> 2009-12-11 08:57:52,207 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action create-build-project-task
> 2009-12-11 08:57:52,207 INFO  action#create-build-project-task  - Project 'r-location-ejb-client' already being built.
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Form action defaulting to 'action' attribute's literal value.
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2422) "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."

Posted by "Daniele Pirola (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222601#action_222601 ] 

Daniele Pirola commented on CONTINUUM-2422:
-------------------------------------------

the bug is also in version 1.3.6 build number 919943
Any news about the resolution?

> "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."
> -------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2422
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2422
>             Project: Continuum
>          Issue Type: Bug
>          Components: Parallel Builds
>    Affects Versions: 1.3.4 (Beta)
>         Environment: Windows Server 2008, Jdk 1.6
>            Reporter: Stefan Cordes
>             Fix For: Backlog
>
>
> We have Continuum with 8 parallel build queues on a single machine.
> After a while some of the projects report to being currently build (in project group summary), but
> they are not in the buildqueue nor in the projects build result page.
> Trying to start a build gives:
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Trying to cancel the build (in the project group summary page) gives:
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.
> The situation persists when waiting a while (build queue is empty) and when trying to start another build definition.
> Workaround is to stop continuum and start again.
> Here the log:
> 2009-12-11 08:57:49,508 INFO  buildmanager.ParallelBuildsManager  - Queueing prepare-build-project task 'org.apache.continuum.taskqueue.PrepareBuildProjectsTask@100' to prepare-build queue.
> 2009-12-11 08:57:49,508 INFO  queue.PrepareBuildProjectsTaskExecutor  - Initializing prepare build
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Starting prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Updating working dir
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action check-working-directory
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action update-working-directory-from-scm
> 2009-12-11 08:57:49,555 INFO  action#update-working-directory-from-scm  - Updating project: r-location-ejb-client', id: '197' to 'D:\workspaces\data\w\197'.
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "cvs -z3 -f -q update -d"
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Working directory: D:\workspaces\data\w\197
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Merging SCM results
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build
> 2009-12-11 08:57:52,207 WARN  velocityComponent  - org.apache.velocity.runtime.exception.ReferenceException: reference : template = subjectPattern [line 1,column 37] : ${project.projectGroup.name} is not a valid reference.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Message Subject: '[continuum] PREPARE BUILD SUCCESSFUL: ${project.projectGroup.name}'.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Sending message: From '"Continuum@dev0010" <co...@localhost>'.
> 2009-12-11 08:57:52,207 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action create-build-project-task
> 2009-12-11 08:57:52,207 INFO  action#create-build-project-task  - Project 'r-location-ejb-client' already being built.
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Form action defaulting to 'action' attribute's literal value.
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-2422) "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2422:
-----------------------------------

    Fix Version/s: Backlog

> "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."
> -------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2422
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2422
>             Project: Continuum
>          Issue Type: Bug
>          Components: Parallel Builds
>    Affects Versions: 1.3.4
>         Environment: Windows Server 2008, Jdk 1.6
>            Reporter: Stefan Cordes
>             Fix For: Backlog
>
>
> We have Continuum with 8 parallel build queues on a single machine.
> After a while some of the projects report to being currently build (in project group summary), but
> they are not in the buildqueue nor in the projects build result page.
> Trying to start a build gives:
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Trying to cancel the build (in the project group summary page) gives:
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.
> The situation persists when waiting a while (build queue is empty) and when trying to start another build definition.
> Workaround is to stop continuum and start again.
> Here the log:
> 2009-12-11 08:57:49,508 INFO  buildmanager.ParallelBuildsManager  - Queueing prepare-build-project task 'org.apache.continuum.taskqueue.PrepareBuildProjectsTask@100' to prepare-build queue.
> 2009-12-11 08:57:49,508 INFO  queue.PrepareBuildProjectsTaskExecutor  - Initializing prepare build
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Starting prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Updating working dir
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action check-working-directory
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action update-working-directory-from-scm
> 2009-12-11 08:57:49,555 INFO  action#update-working-directory-from-scm  - Updating project: r-location-ejb-client', id: '197' to 'D:\workspaces\data\w\197'.
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "cvs -z3 -f -q update -d"
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Working directory: D:\workspaces\data\w\197
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Merging SCM results
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build
> 2009-12-11 08:57:52,207 WARN  velocityComponent  - org.apache.velocity.runtime.exception.ReferenceException: reference : template = subjectPattern [line 1,column 37] : ${project.projectGroup.name} is not a valid reference.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Message Subject: '[continuum] PREPARE BUILD SUCCESSFUL: ${project.projectGroup.name}'.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Sending message: From '"Continuum@dev0010" <co...@localhost>'.
> 2009-12-11 08:57:52,207 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action create-build-project-task
> 2009-12-11 08:57:52,207 INFO  action#create-build-project-task  - Project 'r-location-ejb-client' already being built.
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Form action defaulting to 'action' attribute's literal value.
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2422) "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."

Posted by "Stefan Cordes (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=222619#action_222619 ] 

Stefan Cordes commented on CONTINUUM-2422:
------------------------------------------

Seem to happen if a schedule is triggered when not all project builds affected by that schedule are finished yet, only.

> "Project '197' not found in any of the builds queues." vs. "Projects are already in build queue."
> -------------------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2422
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2422
>             Project: Continuum
>          Issue Type: Bug
>          Components: Parallel Builds
>    Affects Versions: 1.3.4 (Beta)
>         Environment: Windows Server 2008, Jdk 1.6
>            Reporter: Stefan Cordes
>             Fix For: Backlog
>
>
> We have Continuum with 8 parallel build queues on a single machine.
> After a while some of the projects report to being currently build (in project group summary), but
> they are not in the buildqueue nor in the projects build result page.
> Trying to start a build gives:
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Trying to cancel the build (in the project group summary page) gives:
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.
> The situation persists when waiting a while (build queue is empty) and when trying to start another build definition.
> Workaround is to stop continuum and start again.
> Here the log:
> 2009-12-11 08:57:49,508 INFO  buildmanager.ParallelBuildsManager  - Queueing prepare-build-project task 'org.apache.continuum.taskqueue.PrepareBuildProjectsTask@100' to prepare-build queue.
> 2009-12-11 08:57:49,508 INFO  queue.PrepareBuildProjectsTaskExecutor  - Initializing prepare build
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Starting prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Updating working dir
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action check-working-directory
> 2009-12-11 08:57:49,524 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action update-working-directory-from-scm
> 2009-12-11 08:57:49,555 INFO  action#update-working-directory-from-scm  - Updating project: r-location-ejb-client', id: '197' to 'D:\workspaces\data\w\197'.
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Executing: cmd.exe /X /C "cvs -z3 -f -q update -d"
> 2009-12-11 08:57:49,555 INFO  manager.Slf4jScmLogger  - Working directory: D:\workspaces\data\w\197
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Merging SCM results
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build of project: r-location-ejb-client
> 2009-12-11 08:57:50,116 INFO  queue.PrepareBuildProjectsTaskExecutor  - Ending prepare build
> 2009-12-11 08:57:52,207 WARN  velocityComponent  - org.apache.velocity.runtime.exception.ReferenceException: reference : template = subjectPattern [line 1,column 37] : ${project.projectGroup.name} is not a valid reference.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Message Subject: '[continuum] PREPARE BUILD SUCCESSFUL: ${project.projectGroup.name}'.
> 2009-12-11 08:57:52,207 INFO  mail.MailContinuumNotifier  - Sending message: From '"Continuum@dev0010" <co...@localhost>'.
> 2009-12-11 08:57:52,207 INFO  queue.PrepareBuildProjectsTaskExecutor  - Performing action create-build-project-task
> 2009-12-11 08:57:52,207 INFO  action#create-build-project-task  - Project 'r-location-ejb-client' already being built.
> 2009-12-11 08:57:52,207 ERROR buildmanager.ParallelBuildsManager  - Projects are already in build queue.
> Form action defaulting to 'action' attribute's literal value.
> 2009-12-11 08:58:07,902 ERROR buildmanager.ParallelBuildsManager  - Project '197' not found in any of the builds queues.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira