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

dugan
13.52.2010 3827eec2faae37cf460560b37d850e2049c29493
IllegalStateException during import. Issue 4407
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -2005,9 +2005,13 @@
           importConfiguration.appendToExistingData())
        {
         parentDN = entryContainer.getParentWithinBase(dn);
          //If null is returned than this is a suffix DN.
          if(parentDN != null)
          {
          parentID =
             entryContainer.getDN2ID().get(null, parentDN, LockMode.DEFAULT);
        }
        }
        else
        {
          if(parentIDMap.isEmpty())