| opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/protocols/jmx/JmxConnectionHandler.java
@@ -156,8 +156,16 @@ listeners.add(new HostPort(config.getListenPort())); rmiConnector.finalizeConnectionHandler(true, portChanged); try { rmiConnector.initialize(); } catch (RuntimeException e) { resultCode = ResultCode.OPERATIONS_ERROR; messages.add(e.getMessage()); } } // Return configuration result. return new ConfigChangeResult(resultCode, false, messages);