config_messages.mes 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
  2. #
  3. # Permission to use, copy, modify, and/or distribute this software for any
  4. # purpose with or without fee is hereby granted, provided that the above
  5. # copyright notice and this permission notice appear in all copies.
  6. #
  7. # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  8. # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  9. # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  10. # INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  11. # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  12. # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  13. # PERFORMANCE OF THIS SOFTWARE.
  14. $NAMESPACE isc::config
  15. % CONFIG_CCSESSION_MSG error in CC session message: %1
  16. There was a problem with an incoming message on the command and control
  17. channel. The message does not appear to be a valid command, and is
  18. missing a required element or contains an unknown data format. This
  19. most likely means that another BIND10 module is sending a bad message.
  20. The message itself is ignored by this module.
  21. % CONFIG_CCSESSION_MSG_INTERNAL error handling CC session message: %1
  22. There was an internal problem handling an incoming message on the command
  23. and control channel. An unexpected exception was thrown, details of
  24. which are appended to the message. The module will continue to run,
  25. but will not send back an answer.
  26. The most likely cause of this error is a programming error. Please raise
  27. a bug report.
  28. % CONFIG_GET_FAIL error getting configuration from cfgmgr: %1
  29. The configuration manager returned an error when this module requested
  30. the configuration. The full error message answer from the configuration
  31. manager is appended to the log error. The most likely cause is that
  32. the module is of a different (command specification) version than the
  33. running configuration manager.
  34. % CONFIG_JSON_PARSE JSON parse error in %1: %2
  35. There was an error parsing the JSON file. The given file does not appear
  36. to be in valid JSON format. Please verify that the filename is correct
  37. and that the contents are valid JSON.
  38. % CONFIG_MOD_SPEC_FORMAT module specification error in %1: %2
  39. The given file does not appear to be a valid specification file: details
  40. are included in the message. Please verify that the filename is correct
  41. and that its contents are a valid BIND10 module specification.
  42. % CONFIG_MOD_SPEC_REJECT module specification rejected by cfgmgr: %1
  43. The specification file for this module was rejected by the configuration
  44. manager. The full error message answer from the configuration manager is
  45. appended to the log error. The most likely cause is that the module is of
  46. a different (specification file) version than the running configuration
  47. manager.
  48. % CONFIG_OPEN_FAIL error opening %1: %2
  49. There was an error opening the given file. The reason for the failure
  50. is included in the message.