[
https://issues.apache.org/jira/browse/DERBY-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kathey Marsden updated DERBY-3912:
----------------------------------
Attachment: derby.log
Actually I was looking at the wrong log. There was this error in the derby.log.
Attached is the full log.
2008-10-14 02:55:39.450 GMT Thread[Thread_4,5,main] Cleanup action starting
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.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.log.FileLogger.logAndDo(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.logAndDo(Unknown Source)
at
org.apache.derby.impl.store.raw.data.LoggableActions.doAction(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.derbyTesting.unitTests.store.T_Util.t_update(T_Util.java:1315)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.CostEstimationTest1(T_FileSystemData.java:287)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runCostEstimationTests(T_FileSystemData.java:223)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:181)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Caused by: ERROR XSLAA: The store has been marked for shutdown by an earlier
exception.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.store.raw.log.LogToFile.appendLogRecord(Unknown Source)
... 12 more
Caused by: ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
... 2 more
============= begin nested exception, level (1) ===========
ERROR XSLAA: The store has been marked for shutdown by an earlier exception.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.store.raw.log.LogToFile.appendLogRecord(Unknown Source)
at org.apache.derby.impl.store.raw.log.FileLogger.logAndDo(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.logAndDo(Unknown Source)
at
org.apache.derby.impl.store.raw.data.LoggableActions.doAction(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.derbyTesting.unitTests.store.T_Util.t_update(T_Util.java:1315)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.CostEstimationTest1(T_FileSystemData.java:287)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runCostEstimationTests(T_FileSystemData.java:223)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:181)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Caused by: ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
... 2 more
============= end nested exception, level (1) ===========
============= begin nested exception, level (2) ===========
ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
============= end nested exception, level (2) ===========
2008-10-14 02:55:39.466 GMT Thread[Thread_0,5,main] Cleanup action starting
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.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.log.FileLogger.logAndDo(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.prepareCommit(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at
org.apache.derbyTesting.unitTests.store.T_Util.t_commit(T_Util.java:840)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.AllocTest1(T_FileSystemData.java:505)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runAllocationTests(T_FileSystemData.java:231)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:182)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Caused by: ERROR XSLAA: The store has been marked for shutdown by an earlier
exception.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.store.raw.log.LogToFile.appendLogRecord(Unknown Source)
... 10 more
Caused by: ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
... 2 more
============= begin nested exception, level (1) ===========
ERROR XSLAA: The store has been marked for shutdown by an earlier exception.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at
org.apache.derby.impl.store.raw.log.LogToFile.appendLogRecord(Unknown Source)
at org.apache.derby.impl.store.raw.log.FileLogger.logAndDo(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.prepareCommit(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.commit(Unknown Source)
at
org.apache.derbyTesting.unitTests.store.T_Util.t_commit(T_Util.java:840)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.AllocTest1(T_FileSystemData.java:505)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runAllocationTests(T_FileSystemData.java:231)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:182)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Caused by: ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
... 2 more
============= end nested exception, level (1) ===========
============= begin nested exception, level (2) ===========
ERROR XSTB0: An exception was thrown during transaction abort.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.preComplete(Unknown Source)
at org.apache.derby.impl.store.raw.xact.Xact.abort(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
============= end nested exception, level (2) ===========
Cleanup action completed
2008-10-14 02:55:39.482 GMT Thread[Thread_0,5,main] Less severe exception
raised during cleanup (ignored) An attempt was made to close a transaction that
was still active. The transaction has been aborted.
ERROR 40XT4: An attempt was made to close a transaction that was still active.
The transaction has been aborted.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.close(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
2008-10-14 02:55:39.482 GMT Thread[Thread_0,5,main] Less severe exception
raised during cleanup (ignored) An attempt was made to close a transaction that
was still active. The transaction has been aborted.
ERROR 40XT4: An attempt was made to close a transaction that was still active.
The transaction has been aborted.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.close(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Cleanup action completed
2008-10-14 02:55:39.497 GMT Thread[Thread_3,5,main] Less severe exception
raised during cleanup (ignored) An attempt was made to close a transaction that
was still active. The transaction has been aborted.
ERROR 40XT4: An attempt was made to close a transaction that was still active.
The transaction has been aborted.
at org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
at org.apache.derby.impl.store.raw.xact.Xact.close(Unknown Source)
at
org.apache.derby.impl.store.raw.xact.XactContext.cleanupOnError(Unknown Source)
at
org.apache.derby.iapi.services.context.ContextManager.cleanupOnError(Unknown
Source)
at
org.apache.derbyTesting.unitTests.store.T_FileSystemData.runTestSet(T_FileSystemData.java:186)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.run(T_MultiThreadedIterations.java:181)
at java.lang.Thread.run(Thread.java:570)
Cleanup action completed
[main] FAIL - org.apache.derbyTesting.unitTests.harness.T_Fail: The test failed
with an exception: org.apache.derbyTesting.unitTests.harness.T_Fail: The test
failed with an exception: 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.
org.apache.derbyTesting.unitTests.harness.T_Fail: The test failed with an
exception: org.apache.derbyTesting.unitTests.harness.T_Fail: The test failed
with an exception: 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.
at
org.apache.derbyTesting.unitTests.harness.T_Fail.exceptionFail(T_Fail.java:73)
at
org.apache.derbyTesting.unitTests.harness.T_MultiThreadedIterations.runTests(T_MultiThreadedIterations.java:155)
at
org.apache.derbyTesting.unitTests.harness.T_Generic.Execute(T_Generic.java:118)
at
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runATest(BasicUnitTestManager.java:184)
at
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.runTests(BasicUnitTestManager.java:246)
at
org.apache.derbyTesting.unitTests.harness.BasicUnitTestManager.boot(BasicUnitTestManager.java:93)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown
Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown
Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.startServices(Unknown Source)
at
org.apache.derby.impl.services.monitor.BaseMonitor.runWithState(Unknown Source)
at org.apache.derby.impl.services.monitor.FileMonitor.<init>(Unknown
Source)
at org.apache.derby.iapi.services.monitor.Monitor.startMonitor(Unknown
Source)
at
org.apache.derbyTesting.unitTests.harness.UnitTestMain.main(UnitTestMain.java:51)
2008-10-14 02:55:39.497 GMT Thread[main,5,main] Test
'org.apache.derbyTesting.unitTests.store.T_FileSystemData' failed
2008-10-14 02:55:39.497 GMT Thread[main,5,main] Test Summary - Run 1, Passed 0,
Failed 1, Skipped 0.
2008-10-14 02:55:39.497 GMT Thread[main,5,main] Shutting down due to unit test
failure, see log for more information.
> T_FileSystemData.unit failed on 10.4 with IBM 1.4.2
> ---------------------------------------------------
>
> Key: DERBY-3912
> URL: https://issues.apache.org/jira/browse/DERBY-3912
> Project: Derby
> Issue Type: Bug
> Components: Regression Test Failure
> Affects Versions: 10.4.2.1
> Reporter: Kathey Marsden
> Priority: Minor
> Attachments: derby.log
>
>
> With 10.4.2.1 - (704292) T_FileSystemData.unit failed with IBM 1.42 with
> *** Start: T_FileSystemData jdk1.4.2 storeall:storeunit 2008-10-13 19:55:34
> ***
> 2 del
> < -- Unit Test T_FileSystemData finished
> 2 add
> > Shutting down due to unit test failure.
> Test Failed.
> *** End: T_FileSystemData jdk1.4.2 storeall:storeunit 2008-10-13 19:55:39
> ***
> ------------------------------------------------------
> I couldn't find anything interesting in the derby.log
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.