mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
28.08.2009 d0c162ca0a9bcb9ad333b8684ea1f26d0aa8ac3d
opends/src/snmp/src/org/opends/server/snmp/SNMPConnectionHandler.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.server.snmp;
@@ -126,7 +126,9 @@
        }
        if (!fullpathFile.exists()) {
            Message message = ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES.get();
            Message message =
              ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_DOES_NOT_EXIST.get(
                  fullpathFile.getAbsolutePath());
            logError(message);
            return;
        }
@@ -137,7 +139,9 @@
                this.currentConfig.getListenPort()));
        if (!this.isOperational(fullpathFile)) {
            Message message = ERR_SNMP_CONNHANDLER_NO_OPENDMK_JARFILES.get();
            Message message =
              ERR_SNMP_CONNHANDLER_OPENDMK_JARFILES_NOT_OPERATIONAL.get(
                  fullpathFile.getAbsolutePath());
            logError(message);
            return;
        }