Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 9255 invoked from network); 4 Jun 2007 16:51:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 16:51:02 -0000 Received: (qmail 75164 invoked by uid 500); 4 Jun 2007 16:51:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75122 invoked by uid 500); 4 Jun 2007 16:51:03 -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 75102 invoked by uid 99); 4 Jun 2007 16:51:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 09:51:03 -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; Mon, 04 Jun 2007 09:50:57 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EFD8D7141A6 for ; Mon, 4 Jun 2007 09:50:36 -0700 (PDT) Message-ID: <11170271.1180975836954.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 09:50:36 -0700 (PDT) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2751) testLoadJavaClassIndirectly & als fails on JVM 1.4 with "Unexpected SQL state. expected:<[38000]> but was:<[XJ001]>", "Jar file 'MY_JAVA' already exists in Schema 'EMC'" In-Reply-To: <8674958.1180956335693.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-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner resolved DERBY-2751. ------------------------------------------ Resolution: Fixed Fix Version/s: 10.3.0.0 Derby Info: (was: [Regression]) dcl_java class files now compiled with jdk14. Thanks to Knut Anders for discovering the cause of the problem. > testLoadJavaClassIndirectly & als fails on JVM 1.4 with "Unexpected SQL state. expected:<[38000]> but was:<[XJ001]>", "Jar file 'MY_JAVA' already exists in Schema 'EMC'" > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2751 > URL: https://issues.apache.org/jira/browse/DERBY-2751 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.0.0 > Environment: OS: All ? > JVM: Sun Microsystems Inc. 1.4.2_02-b03, Sun Microsystems Inc. 1.4.2_13-b06, > Reporter: Ole Solberg > Assignee: Daniel John Debrunner > Priority: Minor > Fix For: 10.3.0.0 > > > 1) testLoadJavaClassDirectly(org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest)java.sql.SQLException: Jar file 'MY_JAVA' already exists in Schema 'EMC'. > 2) testLoadJavaClassDirectly2(org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest)java.sql.SQLException: Jar file 'MY_JAVA' already exists in Schema 'EMC'. > 3) testLoadJavaClassDirectly3(org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest)java.sql.SQLException: Jar file 'MY_JAVA' already exists in Schema 'EMC'. > 4) testLoadDerbyClassIndirectly(org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest)java.sql.SQLException: Jar file 'MY_JAVA' already exists in Schema 'EMC'. > 1) testLoadJavaClassIndirectly(org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest)junit.framework.ComparisonFailure: Unexpected SQL state. expected:<[38000]> but was:<[XJ001]> > See e.g. > http://dbtg.thresher.com/derby/test/Daily/jvm1.4/testing/Limited/testSummary-543922.html > http://dbtg.thresher.com/derby/test/trunk16/jvmAll/testing/Limited/testSummary-543945.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.