Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 67265 invoked from network); 7 Apr 2009 13:48:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 13:48:25 -0000 Received: (qmail 70548 invoked by uid 500); 7 Apr 2009 13:48:25 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 70482 invoked by uid 500); 7 Apr 2009 13:48:25 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 70474 invoked by uid 99); 7 Apr 2009 13:48:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 13:48:25 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=FS_REPLICA,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.18.6.24] (HELO gmp-eb-inf-2.sun.com) (192.18.6.24) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 13:48:16 +0000 Received: from fe-emea-09.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n37DlsOo019055 for ; Tue, 7 Apr 2009 13:47:54 GMT MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009)) id <0KHQ00F00GCM7E00@fe-emea-09.sun.com> for derby-user@db.apache.org; Tue, 07 Apr 2009 14:47:54 +0100 (BST) Received: from localhost ([unknown] [129.159.115.215]) by fe-emea-09.sun.com (Sun Java(tm) System Messaging Server 7.0-5.01 64bit (built Feb 19 2009)) with ESMTPSA id <0KHQ007CSGZOYX90@fe-emea-09.sun.com> for derby-user@db.apache.org; Tue, 07 Apr 2009 14:47:48 +0100 (BST) Date: Tue, 07 Apr 2009 15:48:16 +0200 From: Knut Anders Hatlen Subject: Re: replication In-reply-to: <8CE9C7FC34485B41B9A6B7459DFED80802B9BB3E@MI8NYCMAIL03.Mi8.com> Sender: Knut.Hatlen@Sun.COM To: Derby Discussion Message-id: Content-transfer-encoding: QUOTED-PRINTABLE References: <8CE9C7FC34485B41B9A6B7459DFED80802B9BB3E@MI8NYCMAIL03.Mi8.com> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.90 (usg-unix-v) X-Virus-Checked: Checked by ClamAV on apache.org Brian Spindler writes: > Hi all, I=E2=80=99m trying to test out using derby replication. I = have set startSlave > =3Dtrue in my connection properties however everytime I do it I get= an error: > > Caused by: java.sql.SQLException: Conflicting attributes specified.= See > reference manual for attributes allowed in combination with replica= tion > attribute 'startSlave'. Hi Brian, Could you also post the rest of the connection properties and the connection URL? That error message normally means that you have combi= ned startSlave with some other conflicting connection attribute like startMaster or create. --=20 Knut Anders