From ea43e9de6d23aaf93ff60ff5e0850471cfe39826 Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Wed, 22 May 2013 10:33:52 +0000 Subject: [PATCH] OPENDJ-918 (CR-1723) - HTTP Connection Handler - Server cannot start with horked http-config.json --- opends/src/messages/messages/protocol.properties | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/opends/src/messages/messages/protocol.properties b/opends/src/messages/messages/protocol.properties index e83b8f7..5a41915 100644 --- a/opends/src/messages/messages/protocol.properties +++ b/opends/src/messages/messages/protocol.properties @@ -507,13 +507,11 @@ INFO_CONNHANDLER_UNABLE_TO_REGISTER_CLIENT_182=An internal error \ prevented the Directory Server from properly registering the client \ connection from %s to %s with an appropriate request handler: %s -MILD_ERR_LDAP_CONNHANDLER_CANNOT_ACCEPT_CONNECTION_183=The LDAP connection \ - handler defined in configuration entry %s was unable to accept a new client \ - connection: %s -FATAL_ERR_LDAP_CONNHANDLER_CONSECUTIVE_ACCEPT_FAILURES_184=The LDAP \ - connection handler defined in configuration entry %s has experienced \ - consecutive failures while trying to accept client connections: %s. This \ - connection handler will be disabled +MILD_ERR_CONNHANDLER_CANNOT_ACCEPT_CONNECTION_183=The %s defined in \ + configuration entry %s was unable to accept a new client connection: %s +FATAL_ERR_CONNHANDLER_CONSECUTIVE_ACCEPT_FAILURES_184=The %s defined in \ + configuration entry %s has experienced consecutive failures while trying to \ + accept client connections: %s. This connection handler will be disabled FATAL_ERR_LDAP_CONNHANDLER_UNCAUGHT_ERROR_185=The LDAP connection handler \ defined in configuration entry %s caught an unexpected error while trying to \ listen for new connections: %s. This connection handler will be disabled -- Gitblit v1.10.0