Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 98649 invoked from network); 4 Apr 2008 15:28:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 15:28:08 -0000 Received: (qmail 8113 invoked by uid 500); 4 Apr 2008 15:28:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8052 invoked by uid 500); 4 Apr 2008 15:28:02 -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 8034 invoked by uid 99); 4 Apr 2008 15:28:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 08:28:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 15:27:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 77479234C0BC for ; Fri, 4 Apr 2008 08:25:24 -0700 (PDT) Message-ID: <646324362.1207322724487.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 08:25:24 -0700 (PDT) From: "V.Narayanan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3489) Error message XRE04 does not include the right port number. In-Reply-To: <1298794457.1204540850701.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3489?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1258= 5581#action_12585581 ]=20 V.Narayanan commented on DERBY-3489: ------------------------------------ The replication suite of tests passed fine vn@vn-laptop:~/work/workspaces/Derby3489/test2$ java junit.textui.TestRunne= r org.apache.derbyTesting.functionTests.tests.replicationTests.ReplicationS= uite ........ Time: 706.684 OK (8 tests) > Error message XRE04 does not include the right port number. > ----------------------------------------------------------- > > Key: DERBY-3489 > URL: https://issues.apache.org/jira/browse/DERBY-3489 > Project: Derby > Issue Type: Bug > Components: Replication > Affects Versions: 10.4.0.0 > Reporter: =C3=98ystein Gr=C3=B8vlen > Assignee: V.Narayanan > Attachments: Derby3489_1.diff, Derby3489_1.stat, Derby3489_2.diff= , Derby3489_2.stat, Derby3489_3.diff, Derby3489_3.stat, Derby3489_4.diff, D= erby3489_4.stat > > > If the master is not able to connect to the slave, the error messages doe= s not include the right port number: > ij> connect 'jdbc:derby:masterDB;user=3Doystein;password=3Dpass;startMast= er=3Dtrue;slaveHost=3Dlocalhost;slavePort=3D9901'; > ERROR XRE04: Could not establish a connection to the peer of the replicat= ed database 'masterDB' on address 'localhost:-1'. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.