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 7D1DB981D for ; Mon, 17 Oct 2011 09:58:36 +0000 (UTC) Received: (qmail 75445 invoked by uid 500); 17 Oct 2011 09:58:35 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 75245 invoked by uid 500); 17 Oct 2011 09:58:34 -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 75237 invoked by uid 99); 17 Oct 2011 09:58:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 09:58:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 09:58:32 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CBEC030C56C for ; Mon, 17 Oct 2011 09:58:11 +0000 (UTC) Date: Mon, 17 Oct 2011 09:58:11 +0000 (UTC) From: "Knut Anders Hatlen (Updated) (JIRA)" To: derby-dev@db.apache.org Message-ID: <2003175330.20069.1318845491836.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <308585228.60325.1302867125734.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DERBY-5193) ReplicationRun_Local.testReplication_Local_LogFilesSynched failed with connection refused 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-5193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Knut Anders Hatlen updated DERBY-5193: -------------------------------------- Affects Version/s: 10.8.2.2 Similar stack traces were seen in two other replication test cases when testing the 10.8.2.2 release candidate: http://dbtg.foundry.sun.com/derby/test/10.8.2.2_RC/logs/jvm1.6/sles/suitesAll/report.txt I'm not filing separate JIRA issues for each failing test case for now, on the assumption that they all have the same root cause. > ReplicationRun_Local.testReplication_Local_LogFilesSynched failed with connection refused > ----------------------------------------------------------------------------------------- > > Key: DERBY-5193 > URL: https://issues.apache.org/jira/browse/DERBY-5193 > Project: Derby > Issue Type: Bug > Components: Replication > Affects Versions: 10.8.1.2, 10.8.2.2 > Reporter: Knut Anders Hatlen > > Seen when testing 10.8.1.1 on SUSE: > http://dbtg.foundry.sun.com/derby/test/10.8.1.1_RC/logs/jvm1.6-64/sles/suitesAll/report.txt > There was 1 error: > 1) testReplication_Local_LogFilesSynched(org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local)java.lang.Exception: DRDA_NoIO.S:Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused > at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessageWork(Unknown Source) > at org.apache.derby.impl.drda.NetworkServerControlImpl.consolePropertyMessage(Unknown Source) > at org.apache.derby.impl.drda.NetworkServerControlImpl.setUpSocket(Unknown Source) > at org.apache.derby.impl.drda.NetworkServerControlImpl.ping(Unknown Source) > at org.apache.derby.drda.NetworkServerControl.ping(Unknown Source) > at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.ping(ReplicationRun.java:2632) > at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.pingServer(ReplicationRun.java:2619) > at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.startServer(ReplicationRun.java:2291) > at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun_Local.testReplication_Local_LogFilesSynched(ReplicationRun_Local.java:180) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:112) > at org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationRun.runBare(ReplicationRun.java:207) > 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) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira