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 "Rick Hillegas (JIRA)" <ji...@apache.org> on 2014/08/21 14:26:11 UTC

[jira] [Created] (DERBY-6713) Failure in ReplicationRun_Local_3_p3.testReplication_Local_3_p3_StateNegativeTests

Rick Hillegas created DERBY-6713:
------------------------------------

             Summary: Failure in ReplicationRun_Local_3_p3.testReplication_Local_3_p3_StateNegativeTests
                 Key: DERBY-6713
                 URL: https://issues.apache.org/jira/browse/DERBY-6713
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.11.1.2
         Environment: amd64_jdk9
            Reporter: Rick Hillegas


The following error turned up in a continuous integration test run on the 10.11 branch on platform amd64_jdk9: http://download.java.net/javadesktop/derby/request_5594837/

{noformat}
    java.sql.SQLException: DERBY SQL error: ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: org.apache.derby.shared.common.sanity.AssertFailureASSERT FAILED connection is closedXJ001.U
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:112)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:321)
	at org.apache.derby.jdbc.BasicClientDataSource40.getConnection(BasicClientDataSource40.java:1426)
	at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_3_p3.testReplication_Local_3_p3_StateNegativeTests(ReplicationRun_Local_3_p3.java:211)
	at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:119)
	at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:243)
	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)
Caused by: ERROR XJ001: DERBY SQL error: ERRORCODE: 0, SQLSTATE: XJ001, SQLERRMC: org.apache.derby.shared.common.sanity.AssertFailureASSERT FAILED connection is closedXJ001.U
	at org.apache.derby.client.am.ClientConnection.completeSqlca(ClientConnection.java:2290)
	at org.apache.derby.client.net.NetConnectionReply.parseRdbAccessFailed(NetConnectionReply.java:509)
	at org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(NetConnectionReply.java:398)
	at org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(NetConnectionReply.java:256)
	at org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(NetConnectionReply.java:82)
	at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(NetConnection.java:788)
	at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(NetConnection.java:724)
	at org.apache.derby.client.net.NetConnection.flowUSRIDONLconnect(NetConnection.java:565)
	at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:359)
	at org.apache.derby.client.net.NetConnection.initialize(NetConnection.java:274)
	at org.apache.derby.client.net.NetConnection.<init>(NetConnection.java:228)
	at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl.newNetConnection(ClientJDBCObjectFactoryImpl.java:295)
	at org.apache.derby.jdbc.BasicClientDataSource40.getConnectionX(BasicClientDataSource40.java:1470)
	at org.apache.derby.jdbc.BasicClientDataSource40.getConnection(BasicClientDataSource40.java:1421)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)