[
https://issues.apache.org/jira/browse/DERBY-4813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913997#action_12913997
]
Knut Anders Hatlen commented on DERBY-4813:
-------------------------------------------
The root exception has the following stack trace:
ERROR XSLAL: log record size 32 707 exceeded the maximum allowable log file
size 268 435 455. Error encountered in log file 453, position 268 414 521.
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)
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.TriggerTests.basicSetup(TriggerTests.java:282)
at
org.apache.derbyTesting.functionTests.tests.memory.TriggerTests.test5InsertAfterTriggerNoReferencingClause(TriggerTests.java:1176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
> TriggerTests failed to apply log record to store
> ------------------------------------------------
>
> Key: DERBY-4813
> URL: https://issues.apache.org/jira/browse/DERBY-4813
> Project: Derby
> Issue Type: Bug
> Components: Store
> Affects Versions: 10.6.2.0
> Environment: Microsoft© Windows Server© 2008 - 6.0.6002 Service Pack 2
> Sun Microsystems Inc. java version 1.4.2_16
> Reporter: Knut Anders Hatlen
>
> This failure was seen when testing the Derby 10.6.2.0 release candidate:
> 1)
> test5InsertAfterTriggerNoReferencingClause(org.apache.derbyTesting.functionTests.tests.memory.TriggerTests)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.
> http://dbtg.foundry.sun.com/derby/test/10.6.2.0_RC/jvm1.4/testing/testlog/w2008-32/997075-suitesAll_diff.txt
> Will attach logs and the database to the bug report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.