opendj-server-legacy/src/main/java/org/opends/server/tools/BackendToolUtils.java
@@ -67,7 +67,7 @@ { // Iterate through the immediate children, attempting to parse them as backends. final RootCfg root = DirectoryServer.getInstance().getServerContext().getRootConfig(); ConfigurationHandler configHandler = DirectoryServer.getConfigurationHandler(); ConfigurationHandler configHandler = DirectoryServer.getInstance().getServerContext().getConfigurationHandler(); final DN backendBaseDN = getBackendBaseDN(); for (final DN childrenDn : configHandler.getChildren(backendBaseDN)) {