From continuum-users-return-3962-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Jun 18 18:18:19 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 96589 invoked from network); 18 Jun 2007 18:18:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jun 2007 18:18:18 -0000 Received: (qmail 78751 invoked by uid 500); 18 Jun 2007 18:18:02 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 78737 invoked by uid 500); 18 Jun 2007 18:18:01 -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 78721 invoked by uid 99); 18 Jun 2007 18:18:01 -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 11:18:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 18 Jun 2007 11:17:57 -0700 Received: (qmail 6750 invoked from network); 18 Jun 2007 18:17:33 -0000 Received: from 67.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.67) by 0 with SMTP; 18 Jun 2007 18:17:33 -0000 Message-ID: <4676CC2B.2080200@venisse.net> Date: Mon, 18 Jun 2007 20:17:15 +0200 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Build hanging in 1.1-alpha-2 References: <019B28766FF9414187CDE72AF4393C3E031B96B6@MSMBWHQ11.northamerica.cerner.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Jesse, maybe it would be better to store it on the file system. wdyt? Emmanuel Jesse McConnell a écrit : > oh nice...another place that the results are too big to fit into the > database... > > we really need to either switch these things over to clobs or truc the > results going into the database....first time I have noticed this issue on > this table I think... > > if you could file the issue against the alpha-2 version in jira we'll get > this knocked out for the next release, many thanks :) > > jesse > > On 6/18/07, Madsen,Bryan wrote: >> >> 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 >> ... >> >> 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 >> Cerner 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 information is strictly prohibited and may be unlawful. If you >> are not >> the addressee, please promptly delete this message and notify the >> sender of >> the delivery error by e-mail or you may call Cerner's corporate >> offices in >> Kansas 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. > > > >