opends/src/server/org/opends/server/core/ConnectionHandlerConfigManager.java
@@ -688,6 +688,7 @@ try { connectionHandler.initializeConnectionHandler(configEntry); connectionHandler.start(); } catch (Exception e) { @@ -703,6 +704,7 @@ } connectionHandlers.put(connectionHandlerDN, connectionHandler); DirectoryServer.registerConnectionHandler(connectionHandler); }