ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | ### |
| 2 | # ============LICENSE_START======================================================= |
| 3 | # ECOMP MSO |
| 4 | # ================================================================================ |
| 5 | # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | # ================================================================================ |
| 7 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | # you may not use this file except in compliance with the License. |
| 9 | # You may obtain a copy of the License at |
| 10 | # |
| 11 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | # |
| 13 | # Unless required by applicable law or agreed to in writing, software |
| 14 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | # See the License for the specific language governing permissions and |
| 17 | # limitations under the License. |
| 18 | # ============LICENSE_END========================================================= |
| 19 | ### |
| 20 | |
| 21 | ######################################################################## |
| 22 | #Resource key=Error Code|Message text|Resolution text |Description text |
| 23 | ####### |
| 24 | # {component}-{subcomponent}-{4-digit code}{classification} |
| 25 | #Newlines can be utilized to add some clarity ensuring continuing line |
| 26 | #has atleast one leading space |
| 27 | #ResourceKey=\ |
| 28 | # ERR0000E\ |
| 29 | # Sample error msg txt\ |
| 30 | # Sample resolution msg\ |
| 31 | # Sample description txt |
| 32 | # |
| 33 | ####### |
| 34 | #Error code classification category for other components |
| 35 | #1400-1499 Security/Permission Related |
| 36 | #2400-2499 Availability/Timeout Related |
| 37 | #3400-3499 Data Access/Integrity Related |
| 38 | #4400-4499 Schema Interface Type/Validation |
| 39 | #5400-5499 Business/Flow Processing Related |
| 40 | #6400-6499 Reserved \u2013 do not use |
| 41 | #9400-9499 Unknown Errors |
| 42 | # |
| 43 | ###### |
| 44 | #{classification} description |
| 45 | # I = Information |
| 46 | # W = Warning |
| 47 | # E = Error |
| 48 | # F = Fatal |
| 49 | ######################################################################## |
| 50 | GENERAL_WARNING=\ |
| 51 | MSO-GENERAL-5401W|\ |
| 52 | WARNING: {0}|\ |
| 53 | Please check other logs for more detailed info|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 54 | General warning |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 55 | AUDIT_EXEC=\ |
| 56 | MSO-GENERAL-5402I|\ |
| 57 | Executing method: {0}. {1}|\ |
| 58 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 59 | Executing method |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 60 | GENERAL_METRICS=\ |
| 61 | MSO-GENERAL-5405I|\ |
| 62 | Executed method: {0}. {1}|\ |
| 63 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 64 | Generate information for Metric events |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 65 | LOGGER_SETUP=\ |
| 66 | MSO-GENERAL-5406I|\ |
| 67 | Request received to update logger level|\ |
| 68 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 69 | Request received to update logger level |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 70 | LOGGER_NOT_FOUND=\ |
| 71 | MSO-GENERAL-5407I|\ |
| 72 | Logger Servlet: Logger not found: : {0}|\ |
| 73 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 74 | Logger not found |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 75 | LOGGER_UPDATE_SUC=\ |
| 76 | MSO-GENERAL-5408I|\ |
| 77 | Successfully update Logger: {0} from level {1} to level {2}|\ |
| 78 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 79 | Generate information for Metric events |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 80 | LOGGER_UPDATE_DEBUG=\ |
| 81 | MSO-GENERAL-5409I|\ |
| 82 | Request received to update debug mode|\ |
| 83 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 84 | Request received to update debug mode |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 85 | LOGGER_UPDATE_DEBUG_SUC=\ |
| 86 | MSO-GENERAL-5410I|\ |
| 87 | Successfully {0} debug mode|\ |
| 88 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 89 | Successfully updated debug mode |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 90 | LOAD_PROPERTIES_SUC=\ |
| 91 | MSO-GENERAL-5411I|\ |
| 92 | Properties file loaded successfully from file {0}|\ |
| 93 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 94 | Properties file loaded successfully |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 95 | NO_PROPERTIES=\ |
| 96 | MSO-GENERAL-5412E|\ |
| 97 | Missing or invalid properties file: {0}|\ |
| 98 | Please verify whether properties file exist or readable|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 99 | Missing or invalid properties file |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 100 | LOAD_PROPERTIES_FAIL=\ |
| 101 | MSO-GENERAL-5413E|\ |
| 102 | Failed loading properties file: {0}|\ |
| 103 | Please verify whether properties file exist or readable|\ |
| 104 | Failed loading properties file |
| 105 | INIT_LOGGER=\ |
| 106 | MSO-GENERAL-5414I|\ |
| 107 | Prepare to initialize loggers from {0}|\ |
| 108 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 109 | Prepare to initialize loggers |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 110 | MADATORY_PARAM_MISSING=\ |
| 111 | MSO-GENERAL-5415E|\ |
| 112 | Not able to get mandatory parameter: {0} from file {1}|\ |
| 113 | No resolution needed|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 114 | Mandatory parameter missing |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 115 | IDENTITY_SERVICE_NOT_FOUND=\ |
| 116 | MSO-GENERAL-5416E|\ |
| 117 | Identity service not found: region={0} ,cloud={1}|\ |
| 118 | Please check other logs for more detailed info|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 119 | Identity service not found |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 120 | GENERAL_EXCEPTION_ARG=\ |
| 121 | MSO-GENERAL-9400E|\ |
| 122 | Exception: {0}|\ |
| 123 | Please check other logs for more detailed info|\ |
| 124 | General exception with reason |
| 125 | GENERAL_EXCEPTION=\ |
| 126 | MSO-GENERAL-9401E|\ |
| 127 | Exception encountered|\ |
| 128 | Please check other logs for more detailed info|\ |
Munir Ahmad | 68ace08 | 2018-03-09 19:40:52 -0500 | [diff] [blame] | 129 | Exception encountered |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 130 | INIT_LOGGER_FAIL=\ |
| 131 | MSO-GENERAL-9402E|\ |
| 132 | Failed to initialize loggers|\ |
| 133 | No resolution|\ |
| 134 | Failed to initialize loggers |
| 135 | JAXB_EXCEPTION=\ |
| 136 | MSO-GENERAL-9403E|\ |
| 137 | JAXB Initialization Error|\ |
| 138 | Please check other logs for more detailed info|\ |
| 139 | JAXB Initialization Error |