From derby-dev-return-56300-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Mon Mar 03 10:42:01 2008 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 40746 invoked from network); 3 Mar 2008 10:42:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 10:42:01 -0000 Received: (qmail 95549 invoked by uid 500); 3 Mar 2008 10:41:54 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 95521 invoked by uid 500); 3 Mar 2008 10:41:54 -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 95506 invoked by uid 99); 3 Mar 2008 10:41:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 02:41:54 -0800 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; Mon, 03 Mar 2008 10:41:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB81B234C089 for ; Mon, 3 Mar 2008 02:40:50 -0800 (PST) Message-ID: <1298794457.1204540850701.JavaMail.jira@brutus> Date: Mon, 3 Mar 2008 02:40:50 -0800 (PST) From: =?utf-8?Q?=C3=98ystein_Gr=C3=B8vlen_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-3489) Error message XRE04 does not include the right port number. 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 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 If the master is not able to connect to the slave, the error messages does = not include the right port number: ij> connect 'jdbc:derby:masterDB;user=3Doystein;password=3Dpass;startMaster= =3Dtrue;slaveHost=3Dlocalhost;slavePort=3D9901'; ERROR XRE04: Could not establish a connection to the peer of the replicated= 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.