You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org> on 2009/08/10 09:20:59 UTC

[jira] Created: (CONTINUUM-2320) NPE encountered while checking if project is in build queue using distributed build

NPE encountered while checking if project is in build queue using distributed build
-----------------------------------------------------------------------------------

                 Key: CONTINUUM-2320
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2320
             Project: Continuum
          Issue Type: Bug
          Components: Distributed Builds
    Affects Versions: 1.3.1
            Reporter: Maria Catherine Tan


org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportClient
 - Prepare build finished.
[pool-2-thread-1] INFO 
org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor
 - Performing action create-agent-build-project-task
[pool-1-thread-1] INFO 
org.apache.continuum.buildagent.taskqueue.execution.BuildProjectTaskExecutor
 - Initializing build
[pool-2-thread-1] ERROR taskQueueExecutor#prepare-build-agent  - Error
executing task
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
executing action 'create-agent-build-project-task'
    at
org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:387)
    at
org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.buildProjects(PrepareBuildProjectsTaskExecutor.java:442)
    at
org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.executeTask(PrepareBuildProjectsTaskExecutor.java:149)
    at
org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
    at
edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    at
edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
    at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
    at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NullPointerException
    at
org.apache.continuum.buildagent.taskqueue.manager.DefaultBuildAgentTaskQueueManager.isProjectInBuildQueue(DefaultBuildAgentTaskQueueManager.java:205)
    at
org.apache.continuum.buildagent.action.CreateBuildProjectTaskAction.execute(CreateBuildProjectTaskAction.java:83)
    at
org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:378)
    ... 8 more


-- 
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-2320) NPE encountered while checking if project is in build queue using distributed build

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

Maria Catherine Tan reassigned CONTINUUM-2320:
----------------------------------------------

    Assignee: Maria Catherine Tan

> NPE encountered while checking if project is in build queue using distributed build
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2320
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2320
>             Project: Continuum
>          Issue Type: Bug
>          Components: Distributed Builds
>    Affects Versions: 1.3.1
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>
> org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportClient
>  - Prepare build finished.
> [pool-2-thread-1] INFO 
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor
>  - Performing action create-agent-build-project-task
> [pool-1-thread-1] INFO 
> org.apache.continuum.buildagent.taskqueue.execution.BuildProjectTaskExecutor
>  - Initializing build
> [pool-2-thread-1] ERROR taskQueueExecutor#prepare-build-agent  - Error
> executing task
> org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
> executing action 'create-agent-build-project-task'
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:387)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.buildProjects(PrepareBuildProjectsTaskExecutor.java:442)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.executeTask(PrepareBuildProjectsTaskExecutor.java:149)
>     at
> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
>     at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.NullPointerException
>     at
> org.apache.continuum.buildagent.taskqueue.manager.DefaultBuildAgentTaskQueueManager.isProjectInBuildQueue(DefaultBuildAgentTaskQueueManager.java:205)
>     at
> org.apache.continuum.buildagent.action.CreateBuildProjectTaskAction.execute(CreateBuildProjectTaskAction.java:83)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:378)
>     ... 8 more

-- 
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-2320) NPE encountered while checking if project is in build queue using distributed build

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

Maria Catherine Tan closed CONTINUUM-2320.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.4

fixed in
r802673 of 1.3.x branch
r802674 of trunk

> NPE encountered while checking if project is in build queue using distributed build
> -----------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2320
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2320
>             Project: Continuum
>          Issue Type: Bug
>          Components: Distributed Builds
>    Affects Versions: 1.3.1
>            Reporter: Maria Catherine Tan
>            Assignee: Maria Catherine Tan
>             Fix For: 1.3.4
>
>
> org.apache.continuum.distributed.transport.master.MasterBuildAgentTransportClient
>  - Prepare build finished.
> [pool-2-thread-1] INFO 
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor
>  - Performing action create-agent-build-project-task
> [pool-1-thread-1] INFO 
> org.apache.continuum.buildagent.taskqueue.execution.BuildProjectTaskExecutor
>  - Initializing build
> [pool-2-thread-1] ERROR taskQueueExecutor#prepare-build-agent  - Error
> executing task
> org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error
> executing action 'create-agent-build-project-task'
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:387)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.buildProjects(PrepareBuildProjectsTaskExecutor.java:442)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.executeTask(PrepareBuildProjectsTaskExecutor.java:149)
>     at
> org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
>     at
> edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
>     at java.lang.Thread.run(Thread.java:595)
> Caused by: java.lang.NullPointerException
>     at
> org.apache.continuum.buildagent.taskqueue.manager.DefaultBuildAgentTaskQueueManager.isProjectInBuildQueue(DefaultBuildAgentTaskQueueManager.java:205)
>     at
> org.apache.continuum.buildagent.action.CreateBuildProjectTaskAction.execute(CreateBuildProjectTaskAction.java:83)
>     at
> org.apache.continuum.buildagent.taskqueue.execution.PrepareBuildProjectsTaskExecutor.performAction(PrepareBuildProjectsTaskExecutor.java:378)
>     ... 8 more

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