[ 
https://issues.apache.org/jira/browse/DERBY-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722662#action_12722662
 ] 

Kathey Marsden commented on DERBY-4261:
---------------------------------------

I saw what appears to be the same failure on weme 6.1 with an insane build on 
10.5.1.2.785874 with a different test.
1) 
testRetrieveMoreThan32KLobs(org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest)java.sql.SQLExcepti
on: 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.commit(Unknown Source)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.testRetrieveMoreThan32KLobs(BlobClob4Bl
obTest.java:3498)
        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 
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
        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)
        ... 34 more

FAILURES!!!
trace from derby.log:
java.lang.NullPointerException

        at org.apache.derby.impl.jdbc.EmbedConnection.clearLOBMapping(Unknown 
Source)

        at org.apache.derby.impl.jdbc.EmbedConnection.commit(Unknown Source)

        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.BlobClob4BlobTest.testRetrieveMoreThan32KLobs(BlobClob4BlobTest.java:3498)

        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:106)

        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.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 
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)

        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 junit.textui.TestRunner.doRun(TestRunner.java:116)

        at junit.textui.TestRunner.start(TestRunner.java:172)

        at junit.textui.TestRunner.main(TestRunner.java:138)


> 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: Regression Test Failure
>    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.

Reply via email to