You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mike Matrigali (JIRA)" <ji...@apache.org> on 2013/04/03 02:35:15 UTC

[jira] [Created] (DERBY-6142) nightly regression test failure: testCorrectClobDataWithMultiCall(org.apache.derbyTesting.functionTests.tests.jdbcapi.LobRsGetterTest)java.sql.SQLException: Java exception: 'The handle is invalid.: java.io.IOException'.

Mike Matrigali created DERBY-6142:
-------------------------------------

             Summary: nightly regression test failure: testCorrectClobDataWithMultiCall(org.apache.derbyTesting.functionTests.tests.jdbcapi.LobRsGetterTest)java.sql.SQLException: Java exception: 'The handle is invalid.: java.io.IOException'.
                 Key: DERBY-6142
                 URL: https://issues.apache.org/jira/browse/DERBY-6142
             Project: Derby
          Issue Type: Bug
          Components: Test
         Environment: windows, trunk, ibm15
            Reporter: Mike Matrigali
             Fix For: 10.11.0.0


nightly regression test failure on windows, trunk, ibm15
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/1462376-suites.All_diff.txt
1) testCorrectClobDataWithMultiCall(org.apache.derbyTesting.functionTests.tests.jdbcapi.LobRsGetterTest)java.sql.SQLException: Java exception: 'The handle is invalid.: java.io.IOException'.
	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.EmbedConnection.clearLOBMapping(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.rollback(Unknown Source)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.rollback(BaseJDBCTestCase.java:403)
	at org.apache.derbyTesting.functionTests.tests.jdbcapi.LobRsGetterTest.testCorrectClobDataWithMultiCall(LobRsGetterTest.java:451)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBareOverridable(BaseJDBCTestCase.java:424)
	at org.apache.derbyTesting.junit.BaseJDBCTestCase.runBare(BaseJDBCTestCase.java:441)
	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
	at junit.extensions.TestSetup.run(TestSetup.java:25)
	at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
Caused by: java.io.IOException: The handle is invalid.
	at java.io.RandomAccessFile.close0(Native Method)
	at java.io.RandomAccessFile.close(RandomAccessFile.java:573)
	at org.apache.derby.impl.jdbc.LOBFile.close(Unknown Source)
	... 35 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira