Issue Details (XML | Word | Printable)

Key: DERBY-2589
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Major Major
Assignee: Unassigned
Reporter: Ole Solberg
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

'Exception while trying to insert row number: XXXXX' in store/OnlineCompressTest.java

Created: 25/Apr/07 12:16 PM   Updated: 29/Jun/09 10:58 PM
Return to search
Component/s: Test
Affects Version/s: 10.3.1.4
Fix Version/s: None

Time Tracking:
Not Specified

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
Issue Links:
Duplicate
 
Reference
 

Bug behavior facts: Regression Test Failure
Resolution Date: 10/Jun/08 07:50 PM


 Description  « Hide
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>



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Mike Matrigali added a comment - 25/Apr/07 04:22 PM
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.

Ole Solberg added a comment - 25/Apr/07 05:25 PM
I have added a zip of the storeall results as
http://dbtg.thresher.com/derby/test/debug/531991_storeall.zip

Rick Hillegas added a comment - 30/Jul/07 03:05 PM
For the record, I do not see this error in the regression test runs for the 10.3 branch.

Kathey Marsden added a comment - 11/Sep/07 03:28 PM
Unchecking Regession checkbox as this is not a confirmed product regression

Knut Anders Hatlen added a comment - 10/Jun/08 07:50 PM
I think this is the same issue as DERBY-3347. Marking it as resolved.