Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 53002 invoked from network); 4 Jun 2007 21:47:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 21:47:58 -0000 Received: (qmail 53557 invoked by uid 500); 4 Jun 2007 21:47:56 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 53529 invoked by uid 500); 4 Jun 2007 21:47:56 -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 53506 invoked by uid 99); 4 Jun 2007 21:47:56 -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 14:47:56 -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 14:47:47 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 446E84297D1 for ; Mon, 4 Jun 2007 14:47:27 -0700 (PDT) Message-ID: <6147471.1180993647277.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 14:47:27 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-2759) J2ME (weme 6.1) testImportTableExportTableLobsInUnqalifiedExtFile failure: Import error on line 2 of file extinout\books.del: Java exception: 'java.io.CharConversionException: '. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org J2ME (weme 6.1) testImportTableExportTableLobsInUnqalifiedExtFile failure: Import error on line 2 of file extinout\books.del: Java exception: 'java.io.CharConversionException: '. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Key: DERBY-2759 URL: https://issues.apache.org/jira/browse/DERBY-2759 Project: Derby Issue Type: Bug Components: Regression Test Failure, Tools Affects Versions: 10.3.0.0 Reporter: Kathey Marsden Import/Export related failure on J2ME 10.3.0.0 alpha - (543689) testImportTableExportTableLobsInUnqalifiedExtFile(org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest) failed: java.sql.SQLException: Import error on line 2 of file extinout\books.del: Java exception: 'java.io.CharConversionException: '. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(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 java.lang.reflect.Method.invoke(Method.java:253) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:88) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) at junit.extensions.TestSetup$1.protect(TestSetup.java:19) at junit.framework.TestResult.runProtected(TestResult.java:124) 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.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at SuitesAllRunner.main(SuitesAllRunner.java:29) Caused by: java.sql.SQLException: Java exception: 'java.io.CharConversionException: '. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.handleException(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.executeUpdate(Unknown Source) at org.apache.derby.impl.load.Import.performImport(Unknown Source) at org.apache.derby.impl.load.Import.importTable(Unknown Source) at org.apache.derby.catalog.SystemProcedures.SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE(Unknown Source) at org.apache.derby.exe.ac70670d08x0112xecaax2899xffffa0e5bf741.g0(Unknown Source) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205) at java.lang.reflect.Method.invoke(Method.java:253) 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) ... 32 more Caused by: java.sql.SQLException: Java exception: ': java.io.CharConversionException'. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source) at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ... 48 more Caused by: java.io.CharConversionException at java.io.InputStreamReader.convert(InputStreamReader.java:119) at java.io.InputStreamReader.read(InputStreamReader.java:201) at org.apache.derby.impl.load.ImportLobFile.getString(Unknown Source) at org.apache.derby.impl.load.ImportReadData.getClobColumnFromExtFileAsString(Unknown Source) at org.apache.derby.impl.load.ImportAbstract.getString(Unknown Source) at org.apache.derby.iapi.types.SQLChar.setValueFromResultSet(Unknown Source) at org.apache.derby.impl.sql.execute.VTIResultSet.populateFromResultSet(Unknown Source) at org.apache.derby.impl.sql.execute.VTIResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.ProjectRestrictResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.NormalizeResultSet.getNextRowCore(Unknown Source) at org.apache.derby.impl.sql.execute.NoPutResultSetImpl.getNextRowFromRowSource(Unknown Source) at org.apache.derby.impl.store.access.heap.HeapController.load(Unknown Source) at org.apache.derby.impl.store.access.heap.Heap.load(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.loadConglomerate(Unknown Source) at org.apache.derby.impl.store.access.RAMTransaction.recreateAndLoadConglomerate(Unknown Source) at org.apache.derby.impl.sql.execute.InsertResultSet.bulkInsertCore(Unknown Source) at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source) at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source) ... 44 more ImportExportProcedureTest failed: junit.framework.AssertionFailedError: extinout\t1.dat at java.lang.Throwable.(Throwable.java:57) at java.lang.Throwable.(Throwable.java:68) at junit.framework.AssertionFailedError.(AssertionFailedError.java:11) at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDir(DropDatabaseSetup.java:129) at org.apache.derbyTesting.junit.DropDatabaseSetup.access$000(DropDatabaseSetup.java:38) at org.apache.derbyTesting.junit.DropDatabaseSetup$1.run(DropDatabaseSetup.java:104) at java.security.AccessController.doPrivileged(AccessController.java:191) at org.apache.derbyTesting.junit.DropDatabaseSetup.removeDirectory(DropDatabaseSetup.java:101) at org.apache.derbyTesting.junit.SupportFilesSetup.tearDown(SupportFilesSetup.java:127) at junit.extensions.TestSetup$1.protect(TestSetup.java:20) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.extensions.TestSetup.run(TestSetup.java:23) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at SuitesAllRunner.main(SuitesAllRunner.java:29) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.