Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1351F11029 for ; Thu, 21 Aug 2014 18:09:12 +0000 (UTC) Received: (qmail 70369 invoked by uid 500); 21 Aug 2014 18:09:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 70343 invoked by uid 500); 21 Aug 2014 18:09:11 -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 70328 invoked by uid 99); 21 Aug 2014 18:09:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 18:09:11 +0000 Date: Thu, 21 Aug 2014 18:09:11 +0000 (UTC) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-6713) Failure in ReplicationRun_Local_3_p3.testReplication_Local_3_p3_StateNegativeTests 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-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dag H. Wanvik updated DERBY-6713: --------------------------------- Attachment: db_slave-derby.log Uploading [^db_slave-derby.log]. It shows the assert raised is in EmbedConnection#checkUserCredentials, ca line 1225. {code} if (SanityManager.DEBUG) SanityManager.ASSERT(!isClosed(), "connection is closed"); {code} > 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 > Attachments: db_slave-derby.log > > > 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.(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)