Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: Core system, SCM
-
Labels:
-
Environment:Linux
-
Complexity:Intermediate
-
Number of attachments :
Description
Everytime a project is building, after some minutes while the project in continuum is in building state, in continuum.log we have a situation like that:
3276085 [pool-1-thread-1] ERROR org.apache.maven.continuum.buildcontroller.BuildController:default - Error executing action update-project-from-working-directory '
org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'update-project-from-working-directory'
at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434)
at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:139)
at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
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: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error while mapping metadata:add.project.artifact.not.found.error
add.project.unknown.error
at org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:157)
at org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:75)
at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:408)
... 8 more
After this error, start the building (in continuum we can see the log) and all work
3276086 [pool-1-thread-1] INFO org.apache.maven.continuum.buildcontroller.BuildController:default - Performing action execute-builder
3276205 [pool-1-thread-1] WARN org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - Could not find the executable 'mvn' in this path:
3276579 [pool-1-thread-1] INFO org.apache.maven.continuum.utils.shell.ShellCommandHelper:default - Executing: /bin/sh -c "cd /home/decanter/SCM/apache-tomcat-6.0.16/webapps/continuum-ci/WEB-INF/working-directory/180 && mvn --batch-mode --non-recursive -DENV=sviluppo -Dcontinuum.project.lastBuild.state=3 -Dcontinuum.project.nextBuild.number=2 -Dcontinuum.project.group.name=Piattaforme -Dcontinuum.project.lastBuild.number=1 scm:bootstrap"
3276581 [pool-1-thread-1] INFO org.apache.maven.continuum.utils.shell.ShellCommandHelper:default - Working directory: /home/decanter/SCM/apache-tomcat-6.0.16/webapps/continuum-ci/WEB-INF/working-directory/180
....
Issue Links
- is related to
-
CONTINUUM-1727
Error executing action 'update-project-from-working-directory'
-
Are you still experiencing this problem? If so, we'll need a sample project in order to reproduce it.
It looks like there may be a problem with the project's poms:
Error while mapping metadata:add.project.artifact.not.found.error add.project.unknown.error