Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 44554 invoked from network); 14 Jul 2006 18:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2006 18:15:18 -0000 Received: (qmail 90582 invoked by uid 500); 14 Jul 2006 18:15:18 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 90362 invoked by uid 500); 14 Jul 2006 18:15:17 -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 90352 invoked by uid 99); 14 Jul 2006 18:15:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jul 2006 11:15:17 -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; Fri, 14 Jul 2006 11:15:16 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE65F410018 for ; Fri, 14 Jul 2006 18:13:14 +0000 (GMT) Message-ID: <29461185.1152900794711.JavaMail.jira@brutus> Date: Fri, 14 Jul 2006 11:13:14 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Closed: (DERBY-1499) test run exits for _foundation run because unloadEmbeddedDriver uses driverManager, which isn't available. In-Reply-To: <16184340.1152644789895.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-1499?page=all ] Myrna van Lunteren closed DERBY-1499. ------------------------------------- > test run exits for _foundation run because unloadEmbeddedDriver uses driverManager, which isn't available. > ---------------------------------------------------------------------------------------------------------- > > Key: DERBY-1499 > URL: http://issues.apache.org/jira/browse/DERBY-1499 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.2.0.0 > Environment: windows - with wctme5.7_foundation > Reporter: Myrna van Lunteren > Assigned To: Myrna van Lunteren > Fix For: 10.2.0.0 > > Attachments: DERBY-1499_102_20060711.diff, DERBY-1499_102_20060712.diff > > > The wctme5.7_foundation runs have been exiting out for a while. > We only run this environment weekly and were under the impression there was a time out. But I ran the suite, capturing the output in a file, and the last part of the run shows the problem is with unloadEmbeddedDriver: > Now do RunList > Exception in thread "main" java.lang.NoClassDefFoundError: java.sql.DriverManager > at org.apache.derbyTesting.functionTests.harness.RunList.unloadEmbeddedDriver(RunList.java:1636) > at org.apache.derbyTesting.functionTests.harness.RunList.runSuites(RunList.java:276) > at org.apache.derbyTesting.functionTests.harness.RunList.(RunList.java:167) > at org.apache.derbyTesting.functionTests.harness.RunSuite.getSuitesList(RunSuite.java:208) > at org.apache.derbyTesting.functionTests.harness.RunSuite.main(RunSuite.java:147) > UnloadEmbeddedDriver was put in to allow running with useprocess=false and autoload of the driver, so it's needed. > But maybe we can add an appropriate if condition so it doesn't try to do this with foundation. -- 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