Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27685 invoked from network); 24 Feb 2011 21:49:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 21:49:00 -0000 Received: (qmail 82567 invoked by uid 500); 24 Feb 2011 21:49:00 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 82529 invoked by uid 500); 24 Feb 2011 21:48:59 -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 82517 invoked by uid 99); 24 Feb 2011 21:48:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 21:48:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 21:48:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 743341B6843 for ; Thu, 24 Feb 2011 21:48:38 +0000 (UTC) Date: Thu, 24 Feb 2011 21:48:38 +0000 (UTC) From: "Myrna van Lunteren (JIRA)" To: derby-dev@db.apache.org Message-ID: <1976670132.14567.1298584118472.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Closed: (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 [ https://issues.apache.org/jira/browse/DERBY-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Myrna van Lunteren closed DERBY-4261. ------------------------------------- Resolution: Cannot Reproduce We've only seen it a handful of times, in addition to the two issues above, I've records of it occurring: 10.3, weme6.1, 2009-05-05, jdbcapi.BlobClob4BlobTest.testPositionString 10.3, weme6.1, 2009-08-12, tools.ImportExportLobTest.testImportDataExportQueryLobsInExtFile Perhaps this was due to a bug in the jvm - we now run mostly with weme 6.2. - only on 10.3 do we still run with weme 6.1 - and even there we've not seen it for a very long time... > testImportDataExportQueryLobsInExtFile fails with NullPointerException with weme6.1 > ----------------------------------------------------------------------------------- > > Key: DERBY-4261 > URL: https://issues.apache.org/jira/browse/DERBY-4261 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.6.1.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. - For more information on JIRA, see: http://www.atlassian.com/software/jira