Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 94788 invoked from network); 10 Nov 2008 17:06:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Nov 2008 17:06:05 -0000 Received: (qmail 68497 invoked by uid 500); 10 Nov 2008 17:06:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68474 invoked by uid 500); 10 Nov 2008 17:06:12 -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 68463 invoked by uid 99); 10 Nov 2008 17:06:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 09:06:12 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 17:05:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 53709234C28B for ; Mon, 10 Nov 2008 09:05:44 -0800 (PST) Message-ID: <1949391846.1226336744340.JavaMail.jira@brutus> Date: Mon, 10 Nov 2008 09:05:44 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3914) Failure in OnlineCompressTest with FileNotFound exception on 10.3 using weme 6.1 In-Reply-To: <1535762762.1224087284350.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-3914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-3914: ---------------------------------- Affects Version/s: 10.3.3.0 > Failure in OnlineCompressTest with FileNotFound exception on 10.3 using weme 6.1 > -------------------------------------------------------------------------------- > > Key: DERBY-3914 > URL: https://issues.apache.org/jira/browse/DERBY-3914 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure, Store > Affects Versions: 10.3.3.0 > Environment: weme 6.1 > Reporter: Kathey Marsden > Priority: Minor > > I saw this failure with 10.3.3.1 - (704293) (October 13,2008) with weme 6.1 > 2008-10-15 00:02:22.828 GMT Thread[main,5,main] (XID = 1526267), (SESSIONID = 0), (DATABASE = wombat), (DRDAID = null), Failed Statement is: create index TEST6_idx_keycol on TEST6(keycol) > ERROR XSDA4: An unexpected exception was thrown > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.load(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addAndLoadStreamContainer(Unknown Source) > at org.apache.derby.impl.store.raw.xact.Xact.addAndLoadStreamContainer(Unknown Source) > at org.apache.derby.impl.store.access.sort.MergeSort.createMergeRun(Unknown Source) > at org.apache.derby.impl.store.access.sort.MergeInserter.insert(Unknown Source) > at org.apache.derby.impl.sql.execute.CreateIndexConstantAction.loadSorter(Unknown Source) > at org.apache.derby.impl.sql.execute.CreateIndexConstantAction.executeConstantAction(Unknown Source) > at org.apache.derby.impl.sql.execute.MiscResultSet.open(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.EmbedStatement.execute(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.createAndLoadLargeTable(OnlineCompressTest.java:295) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.test6(OnlineCompressTest.java:1385) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.testList(OnlineCompressTest.java:1505) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.main(OnlineCompressTest.java:1520) > Caused by: java.io.FileNotFoundException: E:\cloudtst\jartest\JarResults.2008-10-13\weme6.1_derbyall\derbyall\storeall\storemore\OnlineCompressTest\wombat\tmp\T1224028764517.tmp > at java.io.FileOutputStream.(FileOutputStream.java:70) > at java.io.FileOutputStream.(FileOutputStream.java:47) > at org.apache.derby.impl.io.DirFile.getOutputStream(Unknown Source) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.run(Unknown Source) > at java.security.AccessController.doPrivileged(AccessController.java:240) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.privGetOutputStream(Unknown Source) > ... 16 more > ============= begin nested exception, level (1) =========== > java.io.FileNotFoundException: E:\cloudtst\jartest\JarResults.2008-10-13\weme6.1_derbyall\derbyall\storeall\storemore\OnlineCompressTest\wombat\tmp\T1224028764517.tmp > at java.io.FileOutputStream.(FileOutputStream.java:70) > at java.io.FileOutputStream.(FileOutputStream.java:47) > at org.apache.derby.impl.io.DirFile.getOutputStream(Unknown Source) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.run(Unknown Source) > at java.security.AccessController.doPrivileged(AccessController.java:240) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.privGetOutputStream(Unknown Source) > at org.apache.derby.impl.store.raw.data.StreamFileContainer.load(Unknown Source) > at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.addAndLoadStreamContainer(Unknown Source) > at org.apache.derby.impl.store.raw.xact.Xact.addAndLoadStreamContainer(Unknown Source) > at org.apache.derby.impl.store.access.sort.MergeSort.createMergeRun(Unknown Source) > at org.apache.derby.impl.store.access.sort.MergeInserter.insert(Unknown Source) > at org.apache.derby.impl.sql.execute.CreateIndexConstantAction.loadSorter(Unknown Source) > at org.apache.derby.impl.sql.execute.CreateIndexConstantAction.executeConstantAction(Unknown Source) > at org.apache.derby.impl.sql.execute.MiscResultSet.open(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.EmbedStatement.execute(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.createAndLoadLargeTable(OnlineCompressTest.java:295) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.test6(OnlineCompressTest.java:1385) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.testList(OnlineCompressTest.java:1505) > at org.apache.derbyTesting.functionTests.tests.store.OnlineCompressTest.main(OnlineCompressTest.java:1520) > ============= end nested exception, level (1) =========== > Cleanup action completed -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.