Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84909 invoked from network); 10 Jun 2007 05:06:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2007 05:06:48 -0000 Received: (qmail 95134 invoked by uid 500); 10 Jun 2007 05:06:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95103 invoked by uid 500); 10 Jun 2007 05:06:50 -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 95094 invoked by uid 99); 10 Jun 2007 05:06:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 22:06:50 -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; Sat, 09 Jun 2007 22:06:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 36A5E7141F6 for ; Sat, 9 Jun 2007 22:06:26 -0700 (PDT) Message-ID: <23874608.1181451986221.JavaMail.jira@brutus> Date: Sat, 9 Jun 2007 22:06:26 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-2546) Failure in testImportTableExportTableLobsInUnqalifiedExtFile only weme6.1 since April 10th In-Reply-To: <8455803.1176485655279.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-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren resolved DERBY-2546. --------------------------------------- Resolution: Invalid I believe this is a JVM issue. I've added a comment and stopped the section of the test showing the problem from running with JSR169 with revision 545846. Note, the problem does not occur if the books table holds just one of any of the rows, nor if it holds just the rows 2, 3, and 9. I've reported the issue to IBM support for weme6.1. > Failure in testImportTableExportTableLobsInUnqalifiedExtFile only weme6.1 since April 10th > ------------------------------------------------------------------------------------------ > > Key: DERBY-2546 > URL: https://issues.apache.org/jira/browse/DERBY-2546 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.3.0.0 > Reporter: Mamta A. Satoor > Assignee: Myrna van Lunteren > > testImportTableExportTableLobsInUnqalifiedExtFile has been failing since April 10th 2007 with following exception trace > testImportTableExportTableLobsInUnqalifiedExtFile(org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest)java.sql.SQLException: The exception 'java.sql.SQLException: Java exception: 'java.io.CharConversionException: '.' was thrown while evaluating an expression. > at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) > at org.apache.derby.iapi.error.StandardException.unexpectedUserException(Unknown Source) > at org.apache.derby.impl.services.reflect.ReflectMethod.invoke(Unknown Source) > at org.apache.derby.impl.sql.execute.CallStatementResultSet.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.EmbedPreparedStatement.executeStatement(Unknown Source) > at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.tools.ImportExportBaseTest.doImportTableLobsFromExtFile(ImportExportBaseTest.java:225) > at org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest.testImportTableExportTableLobsInUnqalifiedExtFile(ImportExportLobTest.java:291) > at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:88) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > The test does not fail on Sun's jdks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.