From users-return-6958-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed Sep 10 01:01:41 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 78497 invoked from network); 10 Sep 2008 01:01:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2008 01:01:41 -0000 Received: (qmail 17592 invoked by uid 500); 10 Sep 2008 01:01:37 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 17557 invoked by uid 500); 10 Sep 2008 01:01:37 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 17546 invoked by uid 99); 10 Sep 2008 01:01:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 18:01:37 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brett.porter@gmail.com designates 209.85.142.185 as permitted sender) Received: from [209.85.142.185] (HELO ti-out-0910.google.com) (209.85.142.185) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2008 01:00:36 +0000 Received: by ti-out-0910.google.com with SMTP id y6so1445151tia.18 for ; Tue, 09 Sep 2008 18:01:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=FKkNJhCngBpiUbPMegQL5trHKPm2wIo5NXhrNLSaep8=; b=FGZ0klkBO+OJrWisWnMGQpd1GOTU/lvsahoh15cDBMFdf4moVjhq8m6JtRnyrDKLVN sS8f2MIa3qUc8a6VVFGMKFi60gT9NvtJumhkl4qSXFwe/KayfMLTVgFhRrwLNLCaXrQ6 PwCPIKA9cwtanOfW937V9mTqxIIFxA+zqyJxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=jDcEY+VSI1Xg9daMarhJr8gc5YBShp5RQXVEGw0EcI47xzNypUMWEOUNeCFd9I4NtF eXKUU0CePXo3cBkmxVXz23VRH0VQdyPJDIKp0i7ttc4rO40xD2iUSwpzJ5Q1mN+88nP1 P0kauNehCi9z8eb+m+h1oxuLy6n0jw6dOS61U= Received: by 10.110.47.9 with SMTP id u9mr574455tiu.42.1221008467459; Tue, 09 Sep 2008 18:01:07 -0700 (PDT) Received: by 10.110.86.15 with HTTP; Tue, 9 Sep 2008 18:01:07 -0700 (PDT) Message-ID: <9e3862d80809091801i73c727d8te23a3d2fff33c915@mail.gmail.com> Date: Wed, 10 Sep 2008 11:01:07 +1000 From: "Brett Porter" To: users@continuum.apache.org Subject: Re: Error while mapping metadata:add.project.artifact.not.found.error add.project.unknown.error In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_173461_27076967.1221008467422" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_173461_27076967.1221008467422 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline This is usually because a Maven POM you are building has a parent that can'= t be resolved. - Brett 2008/9/9 S=E9bastien PEYRON > Hi All, > > For a while, for each scheduled task, I have a failed build following by = a > sucessfull build. > The outpout of the failed one looks like this : > > org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error > executing action 'update-project-from-working-directory' > at > org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform= Action(DefaultBuildController.java:434) > at > org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(D= efaultBuildController.java:139) > at > org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.execu= teTask(BuildProjectTaskExecutor.java:50) > at > org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Executo= rRunnable$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.runWork= er(ThreadPoolExecutor.java:987) > at > edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.= run(ThreadPoolExecutor.java:528) > at java.lang.Thread.run(Unknown Source) > 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.updat= eProjectFromCheckOut(MavenTwoBuildExecutor.java:157) > at > org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryC= ontinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.jav= a:75) > at > org.apache.maven.continuum.buildcontroller.DefaultBuildController.perform= Action(DefaultBuildController.java:408) > ... 8 more > > > Does someone know what is the problem and How can i solve it ? > Thanks. > > Cheers. > S=E9bastien Peyron > --=20 Brett Porter Blog: http://blogs.exist.com/bporter/ ------=_Part_173461_27076967.1221008467422--