opends/src/server/org/opends/server/backends/MonitorBackend.java
@@ -884,6 +884,9 @@ entryMap.put(providerdn, entry); } } catch (Exception ex) { if (debugEnabled()) { TRACER.debugCaught(DebugLogLevel.ERROR, ex); } } } } @@ -916,8 +919,11 @@ children.add(child); childDNs.put(parentdn, children); } } catch (Exception e) {} } catch (Exception e) { if (debugEnabled()) { TRACER.debugCaught(DebugLogLevel.ERROR, e); } } } /**