| | |
| | | * |
| | | * |
| | | * Copyright 2006-2009 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2013 ForgeRock AS |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | */ |
| | | package org.opends.server.replication.server; |
| | | |
| | | import java.net.SocketException; |
| | | |
| | | import org.opends.messages.Message; |
| | | import org.forgerock.i18n.LocalizableMessage; |
| | | import org.opends.server.api.DirectoryThread; |
| | | import org.opends.server.loggers.debug.DebugTracer; |
| | | import org.opends.server.replication.common.ServerStatus; |
| | |
| | | TRACER.debugInfo(getName() + " starting"); |
| | | } |
| | | |
| | | Message errMessage = null; |
| | | LocalizableMessage errMessage = null; |
| | | try |
| | | { |
| | | while (true) |
| | |
| | | if (update == null) |
| | | { |
| | | // this connection is closing |
| | | errMessage = Message.raw( |
| | | errMessage = LocalizableMessage.raw( |
| | | "Connection closure: null update returned by domain."); |
| | | return; |
| | | } |