Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 42692 invoked from network); 18 Jun 2007 15:56:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 15:56:05 -0000 Received: (qmail 47466 invoked by uid 500); 18 Jun 2007 15:56:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 47437 invoked by uid 500); 18 Jun 2007 15:56:05 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 47426 invoked by uid 99); 18 Jun 2007 15:56:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 08:56:05 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FROM_NO_LOWER,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of BMADSEN@cerner.com designates 159.140.213.228 as permitted sender) Received: from [159.140.213.228] (HELO mail01.cerner.com) (159.140.213.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Jun 2007 08:56:00 -0700 Received: from msbhwhq02.northamerica.cerner.net (msbhwhq02.cerner.com [10.160.16.184]) by mail01.cerner.com (8.13.8/8.13.8) with ESMTP id l5IFtcpA031972 for ; Mon, 18 Jun 2007 10:55:38 -0500 Received: from MSMBWHQ11.northamerica.cerner.net ([10.160.16.11]) by msbhwhq02.northamerica.cerner.net with Microsoft SMTPSVC(6.0.3790.1830); Mon, 18 Jun 2007 10:55:37 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7B1C1.0F093FA4" Subject: Build hanging in 1.1-alpha-2 Date: Mon, 18 Jun 2007 10:55:13 -0500 Message-ID: <019B28766FF9414187CDE72AF4393C3E031B96B6@MSMBWHQ11.northamerica.cerner.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Build hanging in 1.1-alpha-2 Thread-Index: AcexwQ6MvH0v4axdQGKTPGb6BxzOCA== From: "Madsen,Bryan" To: X-OriginalArrivalTime: 18 Jun 2007 15:55:37.0577 (UTC) FILETIME=[1CF1ED90:01C7B1C1] X-Proofpoint-Virus-Version: vendor=fsecure engine=4.65.5502:2.3.11,1.2.37,4.0.164 definitions=2007-06-18_03:2007-06-16,2007-06-18,2007-06-18 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7B1C1.0F093FA4 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable I have a project that shows in the log that the build completed after approximately 2 minutes, yet Continuum is still showing the project in a building state. I'm not sure if this exception in the continuum.log has anything to do with this issue. It is an exception related to the project that is building. Is this a bug and is there a resolution? 2450541 [pool-1-thread-1] INFO org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - Exit code: 0 2450900 [Thread-6] ERROR org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project - Error executing task edu.emory.mathcs.backport.java.util.concurrent.ExecutionException: javax.jdo.JDOFatalUserException: Attempt to store value "org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'execute-builder' at org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor mAction(DefaultBuildController.java:432) at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build( DefaultBuildController.java:145) at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.exec uteTask(BuildProjectTaskExecutor.java:50) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execut orRunnable$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$Worker .runTask(ThreadPoolExecutor.java:665) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker .run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:595) Caused by: javax.jdo.JDOFatalUserException: Attempt to store value "junit.framework.AssertionFailedError: Line does not contain expected text=20 ... at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at com.cerner.msvc.signatureline.SignatureLineManagerTest.test199535_AllSup portedElements(SignatureLineManagerTest.java:440) " in column "EXCEPTIONSTRING" that has maximum length of 8192. Please correct your data! at org.jpox.store.rdbms.mapping.CharRDBMSMapping.setString(CharRDBMSMapping .java:214) at org.jpox.store.mapping.SingleFieldMapping.setString(SingleFieldMapping.j ava:203) at org.jpox.store.rdbms.fieldmanager.ParameterSetter.storeStringField(Param eterSetter.java:122) at org.jpox.state.StateManagerImpl.providedStringField(StateManagerImpl.jav a:2757) at org.apache.maven.continuum.model.scm.TestCaseFailure.jdoProvideField(Tes tCaseFailure.java) at org.apache.maven.continuum.model.scm.TestCaseFailure.jdoProvideFields(Te stCaseFailure.java) at org.jpox.state.StateManagerImpl.provideFields(StateManagerImpl.java:3115 ) at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:25 2) at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) at org.jpox.store.StoreManager.insert(StoreManager.java:920) at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl. java:3667) at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:364 6) at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersi stenceManager.java:1198) at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersi stenceManager.java:1243) at org.jpox.store.rdbms.scostore.FKListStore.validateElementForWriting(FKLi stStore.java:1231) at org.jpox.store.rdbms.scostore.FKListStore.internalAdd(FKListStore.java:7 72) at org.jpox.store.rdbms.scostore.AbstractListStore.addAll(AbstractListStore .java:386) at org.jpox.store.mapping.CollectionMapping.postInsert(CollectionMapping.ja va:209) at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:46 4) at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) at org.jpox.store.StoreManager.insert(StoreManager.java:920) at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl. java:3667) at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:364 6) at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersi stenceManager.java:1198) at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersi stenceManager.java:1243) at org.jpox.store.rdbms.scostore.FKListStore.validateElementForWriting(FKLi stStore.java:1231) at org.jpox.store.rdbms.scostore.FKListStore.internalAdd(FKListStore.java:7 72) at org.jpox.store.rdbms.scostore.AbstractListStore.addAll(AbstractListStore .java:386) at org.jpox.store.mapping.CollectionMapping.postInsert(CollectionMapping.ja va:209) at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:46 4) at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) at org.jpox.store.StoreManager.insert(StoreManager.java:920) at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl. java:3667) at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:364 6) at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersi stenceManager.java:1198) at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersi stenceManager.java:1243) at org.jpox.AbstractPersistenceManager.attachCopy(AbstractPersistenceManage r.java:1374) at org.jpox.state.AttachFieldManager.storeObjectField(AttachFieldManager.ja va:175) at org.jpox.state.StateManagerImpl.providedObjectField(StateManagerImpl.jav a:2771) at org.apache.maven.continuum.model.project.BuildResult.jdoProvideField(Bui ldResult.java) at org.apache.maven.continuum.model.project.BuildResult.jdoProvideFields(Bu ildResult.java) at org.jpox.state.StateManagerImpl.provideFields(StateManagerImpl.java:3115 ) at org.jpox.state.StateManagerImpl.internalAttachCopy(StateManagerImpl.java :4389) at org.jpox.state.StateManagerImpl.attachCopy(StateManagerImpl.java:4331) at org.jpox.AbstractPersistenceManager.attachCopy(AbstractPersistenceManage r.java:1415) at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersi stenceManager.java:1161) at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceMa nager.java:1261) at org.apache.maven.continuum.store.JdoContinuumStore.updateBuildResult(Jdo ContinuumStore.java:397) at org.apache.maven.continuum.core.action.ExecuteBuilderContinuumAction.exe cute(ExecuteBuilderContinuumAction.java:196) at org.apache.maven.continuum.buildcontroller.DefaultBuildController.perfor mAction(DefaultBuildController.java:406) ... 8 more " in column "ERROR" that has maximum length of 8192. Please correct your data! at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.getResult(Futu reTask.java:299) at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.get(FutureTask .java:128) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execut orRunnable.waitForTask(ThreadedTaskQueueExecutor.java:165) at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$Execut orRunnable.run(ThreadedTaskQueueExecutor.java:127) Bryan Madsen ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE This message and any included attachments are from C= erner Corporation and are intended only for the addressee. The information = contained in this message is confidential and may constitute inside or non-= public information under international, federal, or state securities laws. = Unauthorized forwarding, printing, copying, distribution, or use of such in= formation is strictly prohibited and may be unlawful. If you are not the ad= dressee, please promptly delete this message and notify the sender of the d= elivery error by e-mail or you may call Cerner's corporate offices in Kansa= s City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered = in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF. ------_=_NextPart_001_01C7B1C1.0F093FA4--