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 "Kathey Marsden (JIRA)" <ji...@apache.org> on 2010/01/06 19:56:54 UTC

[jira] Commented: (DERBY-4481) multiple log related errors (e.g. ERROR XSLAL in MultiByteClobTest ) started occuring intermittently in IBM 1.5 runs

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

Kathey Marsden commented on DERBY-4481:
---------------------------------------

Since Dag disabled the Derby151Test on December 18, this failure has not occurred again, nor has DERBY-4463.  I will try to understand  why the interrupt is having this delayed impact on the IBM jvms.

> multiple log related errors (e.g. ERROR XSLAL in MultiByteClobTest ) started occuring intermittently  in IBM 1.5 runs
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4481
>                 URL: https://issues.apache.org/jira/browse/DERBY-4481
>             Project: Derby
>          Issue Type: Bug
>          Components: Store, Test
>    Affects Versions: 10.6.0.0
>         Environment: java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20090707 (SR10 ))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20090707 (JIT enabled)
> J9VM - 20090706_38445_lHdSMr
> JIT  - 20090623_1334_r8
> GC   - 200906_09)
> JCL  - 20090705
>            Reporter: Kathey Marsden
>
> The IBM 1.5 runs have been showing intermittent log errors starting Dec 3.  This is perhaps some delayed impact of the interrupt introduced with Derby151Test and is perhaps another symptom of DERBY-4463 e.g.
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testSummary-887040.html
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testSummary-888230.html
> I did not see it in the three weeks prior.    Below is a full listing of the failures from Dec 14.
> There were 10 errors:
> 1) testLargeMultiByteCharLob(org.apache.derbyTesting.functionTests.tests.memory.MultiByteClobTest)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.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
>     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 org.apache.derbyTesting.functionTests.tests.memory.MultiByteClobTest.testLargeMultiByteCharLob(MultiByteClobTest.java:106)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: java.sql.SQLException: log record size 32,707 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,420,045.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
>     ... 48 more
> Caused by: ERROR XSLAL: log record size 32,707 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,420,045.
>     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.actionInsert(Unknown Source)
>     at org.apache.derby.impl.store.raw.data.BasePage.insertLongColumn(Unknown Source)
>     at org.apache.derby.impl.store.raw.data.BasePage.insertAllowOverflow(Unknown Source)
>     at org.apache.derby.impl.store.raw.data.BasePage.insert(Unknown Source)
>     at org.apache.derby.impl.store.access.heap.HeapController.doInsert(Unknown Source)
>     at org.apache.derby.impl.store.access.heap.HeapController.insertAndFetchLocation(Unknown Source)
>     at org.apache.derby.impl.sql.execute.RowChangerImpl.insertRow(Unknown Source)
>     at org.apache.derby.impl.sql.execute.InsertResultSet.normalInsertCore(Unknown Source)
>     at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source)
>     at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
>     at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
>     ... 44 more
> 2) MultiByteClobTest:embeddedjava.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.DatabasePropertyTestSetup.tearDown(DatabasePropertyTestSetup.java:280)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 36 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 36 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 58 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 59 more
> 3) MultiByteClobTest:embeddedjava.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.tearDown(CleanDatabaseTestSetup.java:140)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 31 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 31 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 53 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 54 more
> 4) MultiByteClobTest:clientjava.sql.SQLException: DERBY SQL error: SQLCODE: -1, SQLSTATE: XJ040, SQLERRMC: Failed to start database 'wombat', see the next exception for details.::SQLSTATE: XSTB0An exception was thrown during transaction abort.
>     at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
>     at org.apache.derby.jdbc.ClientDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.setUp(CleanDatabaseTestSetup.java:104)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: org.apache.derby.client.am.SqlException: DERBY SQL error: SQLCODE: -1, SQLSTATE: XJ040, SQLERRMC: Failed to start database 'wombat', see the next exception for details.::SQLSTATE: XSTB0An exception was thrown during transaction abort.
>     at org.apache.derby.client.am.Connection.completeSqlca(Unknown Source)
>     at org.apache.derby.client.net.NetConnectionReply.parseRdbAccessFailed(Unknown Source)
>     at org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(Unknown Source)
>     at org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(Unknown Source)
>     at org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(Unknown Source)
>     at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(Unknown Source)
>     at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(Unknown Source)
>     at org.apache.derby.client.net.NetConnection.flowUSRIDPWDconnect(Unknown Source)
>     at <unknown class>.<unknown method>(Unknown Source)
>     at org.apache.derby.client.net.NetConnection.<init>(Unknown Source)
>     at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(Unknown Source)
>     ... 36 more
> 5) testEnginehutdown(org.apache.derbyTesting.functionTests.tests.memorydb.BasicInMemoryDbTest)java.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:421)
>     at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:103)
>     at org.apache.derbyTesting.functionTests.tests.memorydb.BasicInMemoryDbTest.testEnginehutdown(BasicInMemoryDbTest.java:219)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 39 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 39 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 61 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 62 more
> 6) MogTest:embeddedjava.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.setUp(CleanDatabaseTestSetup.java:104)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 27 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 27 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 49 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 50 more
> 7) MogTest:clientjava.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.setUp(CleanDatabaseTestSetup.java:104)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 27 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 27 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 49 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 50 more
> 8) StressMultiTest:unencryptedjava.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestSetup.getConnection(BaseJDBCTestSetup.java:72)
>     at org.apache.derbyTesting.junit.CleanDatabaseTestSetup.setUp(CleanDatabaseTestSetup.java:104)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:18)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 25 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 25 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 47 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 48 more
> 9) JMXTest:clientjava.lang.InterruptedException:     at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
>     at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> 10) testDerbyBootWithCusomMBeanServerBuilderDerby3887(org.apache.derbyTesting.functionTests.tests.management.CustomMBeanServerBuilderTest)java.sql.SQLException: Failed to start database 'wombat', see the next exception for details.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
>     at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
>     at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
>     at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
>     at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
>     at java.sql.DriverManager.getConnection(DriverManager.java:572)
>     at java.sql.DriverManager.getConnection(DriverManager.java:196)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:76)
>     at org.apache.derbyTesting.junit.DriverManagerConnector.openConnection(DriverManagerConnector.java:43)
>     at org.apache.derbyTesting.junit.TestConfiguration.openDefaultConnection(TestConfiguration.java:1350)
>     at org.apache.derbyTesting.junit.BaseJDBCTestCase.openDefaultConnection(BaseJDBCTestCase.java:421)
>     at org.apache.derbyTesting.junit.BaseJDBCTestCase.getConnection(BaseJDBCTestCase.java:103)
>     at org.apache.derbyTesting.functionTests.tests.management.CustomMBeanServerBuilderTest.testDerbyBootWithCusomMBeanServerBuilderDerby3887(CustomMBeanServerBuilderTest.java:47)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
>     at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
>     at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
>     at junit.extensions.TestSetup.run(TestSetup.java:23)
> Caused by: java.sql.SQLException: An exception was thrown during transaction abort.
>     at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
>     at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
>     ... 39 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.abort(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.XactFactory.rollbackAllTransactions(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
>     at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
>     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.startModule(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
>     at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
>     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.startProviderService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
>     at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
>     at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
>     ... 39 more
> Caused by: ERROR XSLA8: Cannot rollback transaction 709646, trying to compensate null operation with null
>     at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
>     at org.apache.derby.impl.store.raw.log.FileLogger.undo(Unknown Source)
>     ... 61 more
> Caused by: ERROR XSLAL: log record size 28 exceeded the maximum allowable log file size 268,435,455. Error encountered in log file 308, position 268,435,426.
>     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.logAndUndo(Unknown Source)
>     at org.apache.derby.impl.store.raw.xact.Xact.logAndUndo(Unknown Source)
>     ... 62 more

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