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 67B56E073 for ; Thu, 7 Feb 2013 15:16:54 +0000 (UTC) Received: (qmail 85749 invoked by uid 500); 7 Feb 2013 15:16:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85627 invoked by uid 500); 7 Feb 2013 15:16:53 -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 85597 invoked by uid 99); 7 Feb 2013 15:16:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 15:16:52 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=5.0 tests=FSL_NEW_HELO_USER,RCVD_IN_DNSWL_MED,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knut.hatlen@oracle.com designates 156.151.31.81 as permitted sender) Received: from [156.151.31.81] (HELO userp1040.oracle.com) (156.151.31.81) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 15:16:46 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r17FGO1J017523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Feb 2013 15:16:25 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r17FGNDq001239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Feb 2013 15:16:24 GMT Received: from abhmt119.oracle.com (abhmt119.oracle.com [141.146.116.71]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id r17FGNLX030401 for ; Thu, 7 Feb 2013 09:16:23 -0600 Received: from localhost (/10.175.4.113) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 07 Feb 2013 07:16:22 -0800 From: Knut Anders Hatlen To: Subject: Re: [Java DB - testing] Error nightly trunk (rev 1443109) References: <201302070802.r1782Ndc004977@ucsinet21.oracle.com> Date: Thu, 07 Feb 2013 16:16:21 +0100 In-Reply-To: (Myrna van Lunteren's message of "Thu, 7 Feb 2013 06:57:30 -0800") Message-ID: <8638x8nohm.fsf@oracle.com> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Source-IP: acsinet21.oracle.com [141.146.126.237] X-Virus-Checked: Checked by ClamAV on apache.org Myrna van Lunteren writes: > On Thu, Feb 7, 2013 at 12:02 AM, wrote: >> Java DB testing and reporting infrastructure. >> >> Error nightly trunk (rev 1443109) >> >> 1 errors. >> >> Test report: http://download.java.net/javadesktop/derby/javadb-5572073-report/ > > I wonder how to read the report - at the top it shows 1 error, but I > don't actually see that test fail. Is there more to the report or is > there a Jenkins issue here? Hi Myrna, The stack traces are a little tricky to find if you don't know where to look. If I click on the link above, I see a line that says: 16717 org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_StateTest_part1_2.testReplication_Local_StateTest_part1_2 17.969 s That's the test case that failed. If I click anywhere on that line, it expands and shows the stack trace: 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.SQLExceptionFactory40.getSQLException(SQLExceptionFactory40.java:108) at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:364) at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:173) at java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:207) at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_StateTest_part1_2._testPostStartedMasterAndSlave_StopMaster(ReplicationRun_Local_StateTest_part1_2.java:226) at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local_StateTest_part1_2.testReplication_Local_StateTest_part1_2(ReplicationRun_Local_StateTest_part1_2.java:137) at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:117) at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:247) 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: org.apache.derby.client.am.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.Connection.completeSqlca(Connection.java:2156) at org.apache.derby.client.net.NetConnectionReply.parseRdbAccessFailed(NetConnectionReply.java:497) at org.apache.derby.client.net.NetConnectionReply.parseAccessRdbError(NetConnectionReply.java:390) at org.apache.derby.client.net.NetConnectionReply.parseACCRDBreply(NetConnectionReply.java:253) at org.apache.derby.client.net.NetConnectionReply.readAccessDatabase(NetConnectionReply.java:80) at org.apache.derby.client.net.NetConnection.readSecurityCheckAndAccessRdb(NetConnection.java:829) at org.apache.derby.client.net.NetConnection.flowSecurityCheckAndAccessRdb(NetConnection.java:765) at org.apache.derby.client.net.NetConnection.flowUSRIDONLconnect(NetConnection.java:606) at org.apache.derby.client.net.NetConnection.flowConnect(NetConnection.java:413) at org.apache.derby.client.net.NetConnection.(NetConnection.java:223) at org.apache.derby.client.net.NetConnection40.(NetConnection40.java:74) at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection(ClientJDBCObjectFactoryImpl40.java:259) at org.apache.derby.jdbc.ClientDriver.connect(ClientDriver.java:164) Hope this helps. -- Knut Anders