Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99278 invoked from network); 9 Oct 2009 13:19:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 13:19:03 -0000 Received: (qmail 51907 invoked by uid 500); 9 Oct 2009 13:19:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 51864 invoked by uid 500); 9 Oct 2009 13:19: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 51845 invoked by uid 99); 9 Oct 2009 13:19:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 13:19:03 +0000 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; Fri, 09 Oct 2009 13:18:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51C2E234C1EF for ; Fri, 9 Oct 2009 06:18:31 -0700 (PDT) Message-ID: <1432103329.1255094311329.JavaMail.jira@brutus> Date: Fri, 9 Oct 2009 06:18:31 -0700 (PDT) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3925) testMetaDataQueryRunInSYScompilationSchema(.....upgradeTests.Changes10_4) fails on CVM/phoneME In-Reply-To: <567827090.1225270604467.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3925: ------------------------------- Attachment: DERBY-3925_2.diff.txt Thanks Knut, for reviewing! Added the break out of the loop. > testMetaDataQueryRunInSYScompilationSchema(.....upgradeTests.Changes10_4) fails on CVM/phoneME > ---------------------------------------------------------------------------------------------- > > Key: DERBY-3925 > URL: https://issues.apache.org/jira/browse/DERBY-3925 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.5.1.1 > Environment: Product: phoneME Advanced (phoneme_advanced_mr2-b34) > Profile: Foundation Profile Specification 1.1 > JVM: CVM phoneme_advanced_mr2-b34 (interpreter loop) > Reporter: Ole Solberg > Attachments: DERBY-3925_1.diff.txt, DERBY-3925_2.diff.txt > > > Seen since ~svn r703509. See e.g. http://dbtg.thresher.com/derby/test/Daily/javaME/testing/Limited/testSummary-708609.html > http://dbtg.thresher.com/derby/test/Daily/javaME/testing/testlog/ubuntu/708609-suitesAll_diff.txt > 4) testMetaDataQueryRunInSYScompilationSchema(org.apache.derbyTesting.functionTests.tests.upgradeTests.Changes10_4)java.sql.SQLException: Failed to create database 'singleUse/oneuse2d', see the next exception for details. > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Ljava/lang/String;Ljava/lang/String;Ljava/sql/SQLException;ILjava/lang/Throwable;[Ljava/lang/Object;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Ljava/lang/String;[Ljava/lang/Object;Ljava/sql/SQLException;ILjava/lang/Throwable;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.Util.seeNextException(Ljava/lang/String;[Ljava/lang/Object;Ljava/sql/SQLException;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Ljava/lang/String;Ljava/util/Properties;)Lorg/apache/derby/iapi/db/Database;(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.(Lorg/apache/derby/jdbc/InternalDriver;Ljava/lang/String;Ljava/util/Properties;)V(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection30.(Lorg/apache/derby/jdbc/InternalDriver;Ljava/lang/String;Ljava/util/Properties;)V(Unknown Source) > at org.apache.derby.jdbc.Driver169.getNewEmbedConnection(Ljava/lang/String;Ljava/util/Properties;)Lorg/apache/derby/impl/jdbc/EmbedConnection;(Unknown Source) > at org.apache.derby.jdbc.InternalDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;(Unknown Source) > at org.apache.derby.jdbc.EmbeddedSimpleDataSource.getConnection(Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;(Unknown Source) > at org.apache.derby.jdbc.EmbeddedSimpleDataSource.getConnection()Ljava/sql/Connection;(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.upgradeTests.Changes10_4.testMetaDataQueryRunInSYScompilationSchema()V(Changes10_4.java:113) > at org.apache.derbyTesting.junit.BaseTestCase.runBare()V(BaseTestCase.java:105) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at org.apache.derbyTesting.junit.BaseTestSetup.run(Ljunit/framework/TestResult;)V(BaseTestSetup.java:57) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at junit.extensions.TestDecorator.basicRun(Ljunit/framework/TestResult;)V(TestDecorator.java:24) > at junit.extensions.TestSetup$1.protect()V(TestSetup.java:21) > at junit.extensions.TestSetup.run(Ljunit/framework/TestResult;)V(TestSetup.java:25) > at sun.misc.CVM.runMain()V(CVM.java:514) > Caused by: java.sql.SQLException: Collator support not available from the JVM for the database's locale 'no'. > at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Ljava/lang/String;Ljava/lang/String;Ljava/sql/SQLException;ILjava/lang/Throwable;[Ljava/lang/Object;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Lorg/apache/derby/iapi/error/StandardException;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Ljava/lang/Throwable;)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Ljava/lang/Throwable;ZZ)Ljava/sql/SQLException;(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Ljava/lang/Throwable;)Ljava/sql/SQLException;(Unknown Source) > ... 99 more > Caused by: ERROR XBM04: Collator support not available from the JVM for the database's locale 'no'. > at org.apache.derby.iapi.error.StandardException.newException(Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/derby/iapi/error/StandardException;(Unknown Source) > at org.apache.derby.iapi.types.DataValueFactoryImpl.verifyCollatorSupport()Ljava/text/RuleBasedCollator;(Unknown Source) > at org.apache.derby.iapi.types.DataValueFactoryImpl.boot(ZLjava/util/Properties;)V(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Ljava/lang/Object;ZLjava/util/Properties;)V(Unknown Source) > at org.apache.derby.impl.services.monitor.TopService.bootModule(ZLjava/lang/Object;Lorg/apache/derby/impl/services/monitor/ProtocolKey;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(ZLjava/lang/Object;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(ZLjava/lang/Object;Ljava/lang/String;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.impl.db.BasicDatabase.boot(ZLjava/util/Properties;)V(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Ljava/lang/Object;ZLjava/util/Properties;)V(Unknown Source) > at org.apache.derby.impl.services.monitor.TopService.bootModule(ZLjava/lang/Object;Lorg/apache/derby/impl/services/monitor/ProtocolKey;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Lorg/apache/derby/iapi/services/monitor/PersistentService;Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;Z)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Ljava/lang/String;Ljava/lang/String;Ljava/util/Properties;)Ljava/lang/Object;(Unknown Source) > ... 99 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.