You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Erik Bengtson (JIRA)" <ji...@codehaus.org> on 2007/02/02 23:25:44 UTC

[jira] Commented: (CONTINUUM-709) Runtime error during recording in datanase

    [ http://jira.codehaus.org/browse/CONTINUUM-709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86688 ] 

Erik Bengtson commented on CONTINUUM-709:
-----------------------------------------

The issue happens when the BUILDRESULT error text is longer than the column length.

The BUILDRESULT error text may contain very long exceptions and sometimes longer than the column length

This issue can be raised regardless of the OS.

> Runtime error during recording in datanase
> ------------------------------------------
>
>                 Key: CONTINUUM-709
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-709
>             Project: Continuum
>          Issue Type: Bug
>          Components: Core system, Database
>    Affects Versions: 1.0.3
>         Environment: solaris 9
>            Reporter: Olivier Lamy
>             Fix For: 1.1
>
>
> I have the following strack trace :
> ERROR 22001: A truncation error was encountered trying to shrink VARCHAR '/OTAReceiver/trunk/ota-rec
> eiver-parsing/src/main/java/com/ac&' to length 255.
>         at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>         at org.apache.derby.iapi.types.SQLChar.hasNonBlankChars(Unknown Source)
>         at org.apache.derby.iapi.types.SQLVarchar.normalize(Unknown Source)
>         at org.apache.derby.iapi.types.SQLVarchar.normalize(Unknown Source)
>         at org.apache.derby.iapi.types.DataTypeDescriptor.normalize(Unknown Source)
>         at org.apache.derby.impl.sql.execute.NormalizeResultSet.normalizeRow(Unknown Source)
>         at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source)
>         at org.apache.derby.impl.sql.execute.DMLWriteResultSet.getNextRowCore(Unknown Source)
>         at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source)
>         at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
>         at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
>         at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
>         at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source)
>         at org.jpox.store.rdbms.request.Request.executeUpdate(Request.java:78)
>         at org.jpox.store.rdbms.request.InsertRequest.execute(InsertRequest.java:258)
>         at org.jpox.store.rdbms.table.ClassTable.insert(ClassTable.java:2146)
>         at org.jpox.store.StoreManager.insert(StoreManager.java:739)
>         at org.jpox.state.StateManagerImpl.internalMakePersistent(StateManagerImpl.java:3415)
>         at org.jpox.state.StateManagerImpl.makePersistent(StateManagerImpl.java:3388)
>         at org.jpox.AbstractPersistenceManager.internalMakePersistent(AbstractPersistenceManager.jav
> a:1146)
>         at org.jpox.AbstractPersistenceManager.makePersistent(AbstractPersistenceManager.java:1201)
>         at org.codehaus.plexus.jdo.PlexusJdoUtils.makePersistent(PlexusJdoUtils.java:97)
>         at org.apache.maven.continuum.store.JdoContinuumStore.makePersistent(JdoContinuumStore.java:
> 524)
>         at org.apache.maven.continuum.store.JdoContinuumStore.addBuildResult(JdoContinuumStore.java:
> 265)
>         at org.apache.maven.continuum.buildcontroller.DefaultBuildController.makeAndStoreBuildResult
> (DefaultBuildController.java:443)
>         at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildContr
> oller.java:298)
> The result is strange :
> - in the build history the build is marked as succesfull
> - in the project summary  I have the red icon which says failed but no mail received 
> --
> Olivier

-- 
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