Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 65318 invoked from network); 8 Jun 2009 18:46:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jun 2009 18:46:17 -0000 Received: (qmail 41436 invoked by uid 500); 8 Jun 2009 18:46:29 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41380 invoked by uid 500); 8 Jun 2009 18:46:29 -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 41372 invoked by uid 99); 8 Jun 2009 18:46:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jun 2009 18:46:29 +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; Mon, 08 Jun 2009 18:46:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 60514234C051 for ; Mon, 8 Jun 2009 11:46:07 -0700 (PDT) Message-ID: <1569316830.1244486767393.JavaMail.jira@brutus> Date: Mon, 8 Jun 2009 11:46:07 -0700 (PDT) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4261) testImportDataExportQueryLobsInExtFile fails with NullPointerException with weme6.1 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 testImportDataExportQueryLobsInExtFile fails with NullPointerException with weme6.1 ----------------------------------------------------------------------------------- Key: DERBY-4261 URL: https://issues.apache.org/jira/browse/DERBY-4261 Project: Derby Issue Type: Bug Affects Versions: 10.6.0.0 Environment: weme 6.1, on windows XP Reporter: Myrna van Lunteren The test testImportDataExportQueryLobsInExtFile failed with weme6.1, since June 6 (revision 782178, but last successful run was June 3, revision 781237), see for instance: http://people.apache.org/~myrnavl/derby_test_results/main/windows/testSummary-782178.html 2) testImportDataExportQueryLobsInExtFile(org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest)java.sql.SQLException: Java exception: ': java.lang.NullPointerException'. 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) 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.EmbedConnection.commitIfAutoCommit(Unknown Source) at org.apache.derby.impl.jdbc.ConnectionChild.commitIfAutoCommit(Unknown Source) at org.apache.derby.impl.jdbc.EmbedStatement.resultSetClosing(Unknown Source) at org.apache.derby.impl.jdbc.EmbedResultSet.movePosition(Unknown Source) at org.apache.derby.impl.jdbc.EmbedResultSet.next(Unknown Source) at org.apache.derbyTesting.junit.JDBC.assertSameContents(JDBC.java:1124) at org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest.verifyData(ImportExportLobTest.java:540) at org.apache.derbyTesting.functionTests.tests.tools.ImportExportLobTest.testImportDataExportQueryLobsInExtFile(ImportExportLobTest.java:341) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:205) at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:106) 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) at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57) Caused by: java.lang.NullPointerException at org.apache.derby.impl.jdbc.EmbedConnection.clearLOBMapping(Unknown Source) ... 37 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.