Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 10993 invoked from network); 31 Oct 2008 14:12:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2008 14:12:20 -0000 Received: (qmail 79736 invoked by uid 500); 31 Oct 2008 14:12:26 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 79722 invoked by uid 500); 31 Oct 2008 14:12:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 79703 invoked by uid 99); 31 Oct 2008 14:12:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 07:12:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 14:11:10 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1C89414A809E for ; Fri, 31 Oct 2008 09:11:51 -0500 (CDT) Message-ID: <21877612.1225462311114.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 31 Oct 2008 09:11:51 -0500 (CDT) From: "Wendy Smoak (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-1954) Data truncation: Data too long for column 'NAME' at row 1 In-Reply-To: <17597604.1225435851033.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=152574#action_152574 ] Wendy Smoak commented on CONTINUUM-1954: ---------------------------------------- What are the steps to reproduce it? From the log message, it looks like you might be using Continuum to build Continuum itself? > Data truncation: Data too long for column 'NAME' at row 1 > --------------------------------------------------------- > > Key: CONTINUUM-1954 > URL: http://jira.codehaus.org/browse/CONTINUUM-1954 > Project: Continuum > Issue Type: Bug > Components: Database > Affects Versions: 1.3 > Environment: continuum-1.3-SNAPSHOT, rev. 708424, Linux, MySQL, LDAP > Reporter: Jimmy Conway > Priority: Minor > > This is what I see in continuum.log: > 2008-10-31 00:00:47,613 [pool-1-thread-1] INFO buildController - Performing action update-project-from-working-directory > 2008-10-31 00:00:47,632 [pool-1-thread-1] INFO action#update-project-from-working-directory - Updating project 'Continuum :: Model' from checkout. > 2008-10-31 00:00:48,602 [pool-1-thread-1] INFO buildController - Performing action execute-builder > 2008-10-31 00:00:48,890 [Thread-18] ERROR taskQueueExecutor#build-project - Error executing task > edu.emory.mathcs.backport.java.util.concurrent.ExecutionException: javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO `CHANGEFILE` (`CHANGEFILE_ID`,`STATUS`,`NAME`,`REVISION`,`MODEL_ENCODING`,`FILES_CHANGESET_ID_OID`,`FILES_INTEGER_IDX`) VALUES (?,?,?,?,?,?,?) > NestedThrowables: > com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'NAME' at row 1 > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.getResult(FutureTask.java:301) > at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.get(FutureTask.java:120) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.waitForTask(ThreadedTaskQueueExecutor.java:159) > at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable.run(ThreadedTaskQueueExecutor.java:127) > Caused by: javax.jdo.JDODataStoreException: Insert request failed: INSERT INTO `CHANGEFILE` (`CHANGEFILE_ID`,`STATUS`,`NAME`,`REVISION`,`MODEL_ENCODING`,`FILES_CHANGESET_ID_OID`,`FILES_INTEGER_IDX`) VALUES (?,?,?,?,?,?,?) > NestedThrowables: > com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'NAME' at row 1 > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:455) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) > at org.jpox.store.StoreManager.insert(StoreManager.java:938) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) > at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersistenceManager.java:1259) > at org.jpox.store.rdbms.scostore.FKListStore.validateElementForWriting(FKListStore.java:1231) > at org.jpox.store.rdbms.scostore.FKListStore.internalAdd(FKListStore.java:772) > at org.jpox.store.rdbms.scostore.AbstractListStore.addAll(AbstractListStore.java:387) > at org.jpox.store.mapping.CollectionMapping.postInsert(CollectionMapping.java:209) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:464) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) > at org.jpox.store.StoreManager.insert(StoreManager.java:938) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) > at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersistenceManager.java:1259) > at org.jpox.store.rdbms.scostore.FKListStore.validateElementForWriting(FKListStore.java:1231) > at org.jpox.store.rdbms.scostore.FKListStore.internalAdd(FKListStore.java:772) > at org.jpox.store.rdbms.scostore.AbstractListStore.addAll(AbstractListStore.java:387) > at org.jpox.store.mapping.CollectionMapping.postInsert(CollectionMapping.java:209) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:464) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) > at org.jpox.store.StoreManager.insert(StoreManager.java:938) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) > at org.jpox.AbstractPersistenceManager.makePersistentInternal(AbstractPersistenceManager.java:1259) > at org.jpox.store.mapping.PersistenceCapableMapping.setObject(PersistenceCapableMapping.java:450) > at org.jpox.store.rdbms.fieldmanager.ParameterSetter.storeObjectField(ParameterSetter.java:144) > at org.jpox.state.StateManagerImpl.providedObjectField(StateManagerImpl.java:2771) > at org.apache.maven.continuum.model.project.BuildResult.jdoProvideField(BuildResult.java) > at org.apache.maven.continuum.model.project.BuildResult.jdoProvideFields(BuildResult.java) > at org.jpox.state.StateManagerImpl.provideFields(StateManagerImpl.java:3115) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:252) > at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2519) > at org.jpox.store.StoreManager.insert(StoreManager.java:938) > at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3667) > at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3646) > at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.java:1206) > at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1277) > at org.codehaus.plexus.jdo.PlexusJdoUtils.makePersistent(PlexusJdoUtils.java:175) > at org.apache.continuum.dao.AbstractDao.makePersistent(AbstractDao.java:191) > at org.apache.continuum.dao.BuildResultDaoImpl.addBuildResult(BuildResultDaoImpl.java:99) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.makeAndStoreBuildResult(DefaultBuildController.java:773) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.updateBuildResult(DefaultBuildController.java:255) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:469) > at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:170) > 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:178) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061) > at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575) > at java.lang.Thread.run(Thread.java:675) > Caused by: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'NAME' at row 1 > at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3489) > at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423) > at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936) > at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060) > at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542) > at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734) > at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019) > at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937) > at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922) > at org.jpox.store.rdbms.RDBMSManager.executeStatementUpdate(RDBMSManager.java:575) > at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:328) > ... 55 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