OnlineCompressTest fails with ERROR XSDBB: Unknown page format at page Page(1,Container(0, 1440)) on 10.3 with ibm 1.5 ----------------------------------------------------------------------------------------------------------------------
Key: DERBY-3833 URL: https://issues.apache.org/jira/browse/DERBY-3833 Project: Derby Issue Type: Bug Affects Versions: 10.3.3.1 Environment: 10.3.3.1 build sync-ed up to revision 684621, ibm jvm 1.5 Reporter: Myrna van Lunteren The test diff shows this error: 88 del < Ending test: test7 88 add > ERROR XSDBB: Unknown page format at page Page(1,Container(0, 1440)), page > dump follows: Hex dump: > 00000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................ > 00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................ ....(more)... This is the stack in derby.log: Checkpoint Daemon caught standard exception ------------ BEGIN ERROR STACK ------------- ERROR XSDB3: Container information cannot change once written: was 0, now 80 at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) at org.apache.derby.impl.store.raw.data.AllocPage.WriteContainerInfo(Unknown Source) at org.apache.derby.impl.store.raw.data.FileContainer.writeHeader(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.writeRAFHeader(Unknown Source) at org.apache.derby.impl.store.raw.data.RAFContainer.clean(Unknown Source) at org.apache.derby.impl.services.cache.CachedItem.clean(Unknown Source) I will shortly make a zip of the db and log etc. and attach. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.