Brian Spindler <[email protected]> writes: > Hi all, I’m trying to test out using derby replication. I have set startSlave > =true 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 replication > 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 combined startSlave with some other conflicting connection attribute like startMaster or create. -- Knut Anders
