You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Gwen Harold Autencio (JIRA)" <ji...@codehaus.org> on 2010/03/29 12:07:22 UTC

[jira] Created: (CONTINUUM-2494) Unable to build a project even though the build agent is there.

Unable to build a project even though the build agent is there.
---------------------------------------------------------------

                 Key: CONTINUUM-2494
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
             Project: Continuum
          Issue Type: Bug
         Environment: 1.4.0-SNAPSHOT rev. 928661
            Reporter: Gwen Harold Autencio


Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.

Steps to reproduce.
1. Add a buildagent.
2. Create buildagent group with the newly created buildagent.
3. Add a build environment and using the newly create buildagentGroup.
4. Create project
5. Set build definition of the project to use the build environment created in step 3.
6. Build project.( successful build )
7. Create a new buildagent
8. Add a new buildagent group with the buildagent in step 7
9. Add a new build environment using the buildagentgroup in step 8.
10. Build the project created in step 4.

Result : page displays "Unable to build projects because no build agent is configured"

As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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-2494) Unable to build a project even though the build agent is there.

Posted by "Gwen Harold Autencio (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215927#action_215927 ] 

Gwen Harold Autencio commented on CONTINUUM-2494:
-------------------------------------------------

The message was added in project group summary page.
It seems the build agent group was disabled after creating the second build agent group.

> Unable to build a project even though the build agent is there.
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2494
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
>             Project: Continuum
>          Issue Type: Bug
>         Environment: 1.4.0-SNAPSHOT rev. 928661
>            Reporter: Gwen Harold Autencio
>
> Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.
> Steps to reproduce.
> 1. Add a buildagent.
> 2. Create buildagent group with the newly created buildagent.
> 3. Add a build environment and using the newly create buildagentGroup.
> 4. Create project
> 5. Set build definition of the project to use the build environment created in step 3.
> 6. Build project.( successful build )
> 7. Create a new buildagent
> 8. Add a new buildagent group with the buildagent in step 7
> 9. Add a new build environment using the buildagentgroup in step 8.
> 10. Build the project created in step 4.
> Result : page displays "Unable to build projects because no build agent is configured"
> As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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-2494) Unable to build a project even though the build agent is there.

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

Brett Porter updated CONTINUUM-2494:
------------------------------------

    Fix Version/s: 1.4.0 (Beta)

> Unable to build a project even though the build agent is there.
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2494
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
>             Project: Continuum
>          Issue Type: Bug
>         Environment: 1.4.0-SNAPSHOT rev. 928661
>            Reporter: Gwen Harold Autencio
>            Assignee: Maria Catherine Tan
>             Fix For: 1.4.0 (Beta)
>
>
> Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.
> Steps to reproduce.
> 1. Add a buildagent.
> 2. Create buildagent group with the newly created buildagent.
> 3. Add a build environment and using the newly create buildagentGroup.
> 4. Create project
> 5. Set build definition of the project to use the build environment created in step 3.
> 6. Build project.( successful build )
> 7. Create a new buildagent
> 8. Add a new buildagent group with the buildagent in step 7
> 9. Add a new build environment using the buildagentgroup in step 8.
> 10. Build the project created in step 4.
> Result : page displays "Unable to build projects because no build agent is configured"
> As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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] Closed: (CONTINUUM-2494) Unable to build a project even though the build agent is there.

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

Maria Catherine Tan closed CONTINUUM-2494.
------------------------------------------

    Resolution: Fixed

added unit test r935791

> Unable to build a project even though the build agent is there.
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2494
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
>             Project: Continuum
>          Issue Type: Bug
>         Environment: 1.4.0-SNAPSHOT rev. 928661
>            Reporter: Gwen Harold Autencio
>            Assignee: Maria Catherine Tan
>             Fix For: 1.4.0 (Beta)
>
>
> Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.
> Steps to reproduce.
> 1. Add a buildagent.
> 2. Create buildagent group with the newly created buildagent.
> 3. Add a build environment and using the newly create buildagentGroup.
> 4. Create project
> 5. Set build definition of the project to use the build environment created in step 3.
> 6. Build project.( successful build )
> 7. Create a new buildagent
> 8. Add a new buildagent group with the buildagent in step 7
> 9. Add a new build environment using the buildagentgroup in step 8.
> 10. Build the project created in step 4.
> Result : page displays "Unable to build projects because no build agent is configured"
> As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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] Assigned: (CONTINUUM-2494) Unable to build a project even though the build agent is there.

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

Maria Catherine Tan reassigned CONTINUUM-2494:
----------------------------------------------

    Assignee: Maria Catherine Tan

> Unable to build a project even though the build agent is there.
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2494
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
>             Project: Continuum
>          Issue Type: Bug
>         Environment: 1.4.0-SNAPSHOT rev. 928661
>            Reporter: Gwen Harold Autencio
>            Assignee: Maria Catherine Tan
>
> Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.
> Steps to reproduce.
> 1. Add a buildagent.
> 2. Create buildagent group with the newly created buildagent.
> 3. Add a build environment and using the newly create buildagentGroup.
> 4. Create project
> 5. Set build definition of the project to use the build environment created in step 3.
> 6. Build project.( successful build )
> 7. Create a new buildagent
> 8. Add a new buildagent group with the buildagent in step 7
> 9. Add a new build environment using the buildagentgroup in step 8.
> 10. Build the project created in step 4.
> Result : page displays "Unable to build projects because no build agent is configured"
> As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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-2494) Unable to build a project even though the build agent is there.

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=216045#action_216045 ] 

Maria Catherine Tan commented on CONTINUUM-2494:
------------------------------------------------

fixed in r929106.

still need to create a unit test

> Unable to build a project even though the build agent is there.
> ---------------------------------------------------------------
>
>                 Key: CONTINUUM-2494
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2494
>             Project: Continuum
>          Issue Type: Bug
>         Environment: 1.4.0-SNAPSHOT rev. 928661
>            Reporter: Gwen Harold Autencio
>            Assignee: Maria Catherine Tan
>
> Getting error "Unable to build projects because no build agent is configured" even though the build agent is there.
> Steps to reproduce.
> 1. Add a buildagent.
> 2. Create buildagent group with the newly created buildagent.
> 3. Add a build environment and using the newly create buildagentGroup.
> 4. Create project
> 5. Set build definition of the project to use the build environment created in step 3.
> 6. Build project.( successful build )
> 7. Create a new buildagent
> 8. Add a new buildagent group with the buildagent in step 7
> 9. Add a new build environment using the buildagentgroup in step 8.
> 10. Build the project created in step 4.
> Result : page displays "Unable to build projects because no build agent is configured"
> As I have checked after creating the first buildAGentGroup the changes were not displayed in continuum.xml. After adding a new buildagentGroup the continuum.xml has been updated but it only displays the first buildAgentGroup created.

-- 
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