[ 
https://issues.apache.org/jira/browse/DERBY-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614802#action_12614802
 ] 

Karl Pietrzak commented on DERBY-2286:
--------------------------------------

I think this issue is still around, and I'm using the latest Derby 10.4.1.  It 
looks like some of the classes and methods have been renamed, but the stack 
trace looks awfully similar:

<pre>
Caused by: java.sql.SQLException: nospc.U :
        at 
org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
        at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown 
Source)
        at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown 
Sour
        at 
org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown 
Source)
        at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown 
Source)
        at org.apache.derby.impl.jdbc.ConnectionChild.handleException(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.executeUpdate(Unknown Source)
        at 
oracle.toplink.essentials.internal.databaseaccess.DatabaseAccessor.executeDirectNoAccessor.java:647)
        ... 33 more
Caused by: java.sql.SQLException: nospc.U :
        at 
org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
        at 
org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Un
        ... 43 more
Caused by: ERROR nospc: nospc.U :
        at org.apache.derby.impl.store.raw.data.StoredPage.logRow(Unknown 
Source)
        at 
org.apache.derby.impl.store.raw.data.UpdateOperation.writeOptionalDataToBuffer(Unk
        at org.apache.derby.impl.store.raw.data.UpdateOperation.<init>(Unknown 
Source)
        at 
org.apache.derby.impl.store.raw.data.LoggableActions.actionUpdate(Unknown 
Source)
        at 
org.apache.derby.impl.store.raw.data.StoredPage.doUpdateAtSlot(Unknown Source)
        at org.apache.derby.impl.store.raw.data.BasePage.updateAtSlot(Unknown 
Source)
        at 
org.apache.derby.impl.store.access.conglomerate.GenericConglomerateController.replrce)
        at org.apache.derby.impl.sql.execute.RowChangerImpl.updateRow(Unknown 
Source)
        at 
org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown 
Sour
        at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown 
Source)
        at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown 
Source)
        ... 37 more
</pre>

> Exception NoSpaceOnPage does not provide SQLState or exception text
> -------------------------------------------------------------------
>
>                 Key: DERBY-2286
>                 URL: https://issues.apache.org/jira/browse/DERBY-2286
>             Project: Derby
>          Issue Type: Bug
>          Components: Store
>    Affects Versions: 10.1.3.1, 10.2.1.6, 10.2.2.0
>            Reporter: Andrew McIntyre
>            Priority: Minor
>
> Originally reported on the derby-user list in this post:
> http://mail-archives.apache.org/mod_mbox/db-derby-user/200701.mbox/[EMAIL 
> PROTECTED]
> The user encountered an impl.store.raw.data.NoSpaceOnPage exception during a 
> batch update. The exception currently does not provide a SQLState or 
> exception text explaining the cause of the error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to