Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60470 invoked from network); 27 Jun 2006 22:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 22:14:07 -0000 Received: (qmail 69929 invoked by uid 500); 27 Jun 2006 22:14:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 69890 invoked by uid 500); 27 Jun 2006 22:14:06 -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 69881 invoked by uid 99); 27 Jun 2006 22:14:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 15:14:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2006 15:14:05 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0EAB7141F3 for ; Tue, 27 Jun 2006 22:12:30 +0000 (GMT) Message-ID: <25558898.1151446350787.JavaMail.jira@brutus> Date: Tue, 27 Jun 2006 22:12:30 +0000 (GMT+00:00) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-1460) Instability in storerecovery suite when run against jar files on jdk1.6 In-Reply-To: <26663189.1151438609862.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-1460?page=all ] Rick Hillegas updated DERBY-1460: --------------------------------- Attachment: storerecovery.zip Attaching storerecovery.zip, containing the test run directory. > Instability in storerecovery suite when run against jar files on jdk1.6 > ----------------------------------------------------------------------- > > Key: DERBY-1460 > URL: http://issues.apache.org/jira/browse/DERBY-1460 > Project: Derby > Type: Bug > Components: Store > Versions: 10.2.0.0 > Environment: linux, build 88 of mustang jdk1.6 > Reporter: Rick Hillegas > Attachments: storerecovery.zip > > I am seeing the following errors in oc_rec3 when I run the storerecovery suite against jar files on linux under jdk1.6 (Mustang build 88). This is a Heisenbug: I ran the suite 20 times and saw the problem in 10 of those runs. For the record, I don't see this problem on cygwin/xp using Mustang build 88 (on that platform, I also ran the suite 20 times but saw no errors). > Here are the oc_rec3 diffs: > *** Start: oc_rec3 jdk1.6.0-rc storerecovery:storerecovery 2006-06-27 12:00:42 *** > 1 del > < Beginning test: test1 > 2 del > < Ending test: test1 > 2 add > > Exception in thread "main" SQL Exception: Failed to start database 'wombat', see the next exception for details. > > Caused by: SQL Exception: Failed to start database 'wombat', see the next exception for details. > > ... 20 more > Test Failed. > *** End: oc_rec3 jdk1.6.0-rc storerecovery:storerecovery 2006-06-27 12:00:45 *** > Here are the contents of oc_rec3.tmp: > Exception in thread "main" 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.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) > at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection30.(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection40.(Unknown Source) > at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source) > at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) > at java.sql.DriverManager.getConnection(DriverManager.java:548) > at java.sql.DriverManager.getConnection(DriverManager.java:148) > at org.apache.derby.impl.tools.ij.util.startJBMS(Unknown Source) > at org.apache.derby.impl.tools.ij.util.startJBMS(Unknown Source) > at org.apache.derby.impl.tools.ij.util.startJBMS(Unknown Source) > at org.apache.derby.tools.ij.startJBMS(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.store.oc_rec3.main(Unknown Source) > Caused by: SQL Exception: Failed to start database 'wombat', see the next exception for details. > ... 20 more -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira