throw StandardException.newException
(SQLState.REPLICATION_MASTER_ALREADY_BOOTED, dbname);
}
try {
slaveAddr = new SlaveAddress(slavehost,
(new Integer(slaveport)).intValue());
} catch (UnknownHostException uhe) {
throw StandardException.newException
(SQLState.REPLICATION_CONNECTION_EXCEPTION, uhe,
dbname, getHostName(), String.valueOf(getPortNumber()));