opendj-server-legacy/src/main/java/org/opends/server/backends/MonitorBackend.java
@@ -318,9 +318,8 @@ /** {@inheritDoc} */ @Override public void finalizeBackend() public void closeBackend() { super.finalizeBackend(); currentConfig.removeMonitorChangeListener(this); try { @@ -415,8 +414,7 @@ /** {@inheritDoc} */ @Override public void initializeBackend() throws ConfigException, InitializationException public void openBackend() throws ConfigException, InitializationException { // Register with the Directory Server as a configurable component. currentConfig.addMonitorChangeListener(this);