You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mike Matrigali (JIRA)" <ji...@apache.org> on 2007/04/25 18:23:15 UTC

[jira] Updated: (DERBY-2589) 'Exception while trying to insert row number: XXXXX' in store/OnlineCompressTest.java

     [ https://issues.apache.org/jira/browse/DERBY-2589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Matrigali updated DERBY-2589:
----------------------------------


any chance you can post a link or a zip of the results of this test.  The exception included is likely not the actual cause of the bug.  That exception usually comes after the actual thing that caused the database to shutdown.  On a serious server shutting down error we basically disable the log so that no other write operations will happen and thus any attempts get the errror that is included above.  hopefully derby.log has the error that preceded this one.

> 'Exception while trying to insert row number: XXXXX' in store/OnlineCompressTest.java
> -------------------------------------------------------------------------------------
>
>                 Key: DERBY-2589
>                 URL: https://issues.apache.org/jira/browse/DERBY-2589
>             Project: Derby
>          Issue Type: Bug
>          Components: Regression Test Failure
>    Affects Versions: 10.3.0.0
>         Environment: OS: Microsoft(R) Windows(R) Server 2003, - 5.2.3790 Service Pack 1 - WindowsNT 2 5
> JVM: Sun Microsystems Inc. 1.6.0-b105
>            Reporter: Ole Solberg
>
> Seen in http://dbtg.thresher.com/derby/test/Daily/jvm1.6/testing/testlog/w2003/531991-storeall_diff.txt
> <method>
> store/OnlineCompressTest.java
> </method>
> <signature>
> 82 del
> < Executing test: no delete case complete.
> 83 del
> < Executing test: delete all rows case succeeded.
> 84 del
> < Executing test: end simple deleteAllRows,104000 row test.
> 85 del
> < Ending test: test6
> 85 add
> > Exception while trying to insert row number: 27144
> > ERROR XSLA1: Log Record has been sent to the stream, but it cannot be applied to the store (Object null).  This may cause recovery problems also.
> > ERROR XSLAA: The store has been marked for shutdown by an earlier exception.
> > ERROR XSDG3: Meta-data for Container org.apache.derby.impl.store.raw.data.RAFContainer4@1afb0c7 could not be accessed
> > ERROR XJ001: Java exception: ': java.io.EOFException'.
> > java.sql.SQLException: Log Record has been sent to the stream, but it cannot be applied to the store (Object null).  This may cause recovery problems also.
> > Caused by: java.sql.SQLException: Log Record has been sent to the stream, but it cannot be applied to the store (Object null).  This may cause recovery problems also.
> > 	... 7 more
> </signature>

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