Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 71925 invoked from network); 31 Oct 2007 21:23:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 21:23:15 -0000 Received: (qmail 9297 invoked by uid 500); 31 Oct 2007 21:23:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 9259 invoked by uid 500); 31 Oct 2007 21:23:02 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 9250 invoked by uid 99); 31 Oct 2007 21:23:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 14:23:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 21:23:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4A567141F1 for ; Wed, 31 Oct 2007 14:22:50 -0700 (PDT) Message-ID: <20891404.1193865770868.JavaMail.jira@brutus> Date: Wed, 31 Oct 2007 14:22:50 -0700 (PDT) From: "Mike Matrigali (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3143) testPositionClobWithUnicode in tests.jdbcapi.BlobClob4BlobTest is failing on IBM142 with "Log Record has been sent to the stream, but it cannot be applied to the store (Object null). This may cause recovery problems also." In-Reply-To: <16308286.1193116730727.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Matrigali updated DERBY-3143: ---------------------------------- Component/s: Store > testPositionClobWithUnicode in tests.jdbcapi.BlobClob4BlobTest is failing on IBM142 with "Log Record has been sent to the stream, but it cannot be applied to the store (Object null). This may cause recovery problems also." > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-3143 > URL: https://issues.apache.org/jira/browse/DERBY-3143 > Project: Derby > Issue Type: Test > Components: Regression Test Failure, Store > Affects Versions: 10.4.0.0 > Environment: IBM142 > Reporter: Mamta A. Satoor > > The test is failing in IBM142. Little more information about the failures > 1) testPositionClobWithUnicode(org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest)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.EmbedStatement.execute(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.executeUpdate(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.runPositionClobTest(BlobClob4BlobTest.java:631) > at org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.testPositionClobWithUnicode(BlobClob4BlobTest.java:609) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:88) > 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) > Caused by: java.sql.SQLException: The store has been marked for shutdown by an earlier exception. > 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) > ... 44 more > Caused by: java.sql.SQLException: Meta-data for Container org.apache.derby.impl.store.raw.data.RAFContainer4@37818657 could not be accessed > 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) > ... 45 more > Caused by: java.sql.SQLException: Java exception: ': java.io.EOFException'. > 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.javaException(Unknown Source) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) > ... 46 more > Caused by: java.io.EOFException > at java.io.RandomAccessFile.readFully(RandomAccessFile.java:394) > at java.io.RandomAccessFile.readFully(RandomAccessFile.java:372) > at org.apache.derby.impl.store.raw.data.FileContainer.getEmbryonicPage(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) > at org.apache.derby.impl.services.cache.Clock.cleanCache(Unknown Source) > at org.apache.derby.impl.services.cache.Clock.cleanAll(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.checkpoint(Unknown Source) > at org.apache.derby.impl.store.raw.log.LogToFile.checkpointWithTran(Unknown Source) > at org.apache.derby.impl.store.raw.log.LogToFile.checkpoint(Unknown Source) > at org.apache.derby.impl.store.raw.RawStore.checkpoint(Unknown Source) > at org.apache.derby.impl.store.raw.log.LogToFile.performWork(Unknown Source) > at org.apache.derby.impl.services.daemon.BasicDaemon.serviceClient(Unknown Source) > at org.apache.derby.impl.services.daemon.BasicDaemon.work(Unknown Source) > at org.apache.derby.impl.services.daemon.BasicDaemon.run(Unknown Source) > at java.lang.Thread.run(Thread.java:570) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.