mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
20.11.2007 6e2848b2ce535fb07001d4289cb6581cb508d395
#2271 severe errors in logs after replication config
1 files modified
4 ■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -2314,8 +2314,10 @@
    op.run();
    ResultCode result = op.getResultCode();
    if (result != ResultCode.SUCCESS)
    if ((result != ResultCode.SUCCESS) && (result != ResultCode.NO_SUCH_OBJECT))
    {
      // The case where the backend is empty (NO_SUCH_OBJECT)
      // is not an error case.
      Message message = ERR_UPDATING_GENERATION_ID.get(
                          op.getResultCode().getResultCodeName() + " " +
                          op.getErrorMessage(),