blob: a9aa13f61a9d3328ca96a3c247f9dec718a72ce9 [file] [log] [blame]
ChrisC025301d2017-01-31 11:40:03 +01001###
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########################################################################
50GENERAL_WARNING=\
51 MSO-GENERAL-5401W|\
52 WARNING: {0}|\
53 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -050054 General warning
ChrisC025301d2017-01-31 11:40:03 +010055AUDIT_EXEC=\
56 MSO-GENERAL-5402I|\
57 Executing method: {0}. {1}|\
58 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050059 Executing method
ChrisC025301d2017-01-31 11:40:03 +010060GENERAL_METRICS=\
61 MSO-GENERAL-5405I|\
62 Executed method: {0}. {1}|\
63 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050064 Generate information for Metric events
ChrisC025301d2017-01-31 11:40:03 +010065LOGGER_SETUP=\
66 MSO-GENERAL-5406I|\
67 Request received to update logger level|\
68 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050069 Request received to update logger level
ChrisC025301d2017-01-31 11:40:03 +010070LOGGER_NOT_FOUND=\
71 MSO-GENERAL-5407I|\
72 Logger Servlet: Logger not found: : {0}|\
73 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050074 Logger not found
ChrisC025301d2017-01-31 11:40:03 +010075LOGGER_UPDATE_SUC=\
76 MSO-GENERAL-5408I|\
77 Successfully update Logger: {0} from level {1} to level {2}|\
78 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050079 Generate information for Metric events
ChrisC025301d2017-01-31 11:40:03 +010080LOGGER_UPDATE_DEBUG=\
81 MSO-GENERAL-5409I|\
82 Request received to update debug mode|\
83 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050084 Request received to update debug mode
ChrisC025301d2017-01-31 11:40:03 +010085LOGGER_UPDATE_DEBUG_SUC=\
86 MSO-GENERAL-5410I|\
87 Successfully {0} debug mode|\
88 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050089 Successfully updated debug mode
ChrisC025301d2017-01-31 11:40:03 +010090LOAD_PROPERTIES_SUC=\
91 MSO-GENERAL-5411I|\
92 Properties file loaded successfully from file {0}|\
93 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -050094 Properties file loaded successfully
ChrisC025301d2017-01-31 11:40:03 +010095NO_PROPERTIES=\
96 MSO-GENERAL-5412E|\
97 Missing or invalid properties file: {0}|\
98 Please verify whether properties file exist or readable|\
Munir Ahmad68ace082018-03-09 19:40:52 -050099 Missing or invalid properties file
ChrisC025301d2017-01-31 11:40:03 +0100100LOAD_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
105INIT_LOGGER=\
106 MSO-GENERAL-5414I|\
107 Prepare to initialize loggers from {0}|\
108 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500109 Prepare to initialize loggers
ChrisC025301d2017-01-31 11:40:03 +0100110MADATORY_PARAM_MISSING=\
111 MSO-GENERAL-5415E|\
112 Not able to get mandatory parameter: {0} from file {1}|\
113 No resolution needed|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500114 Mandatory parameter missing
ChrisC025301d2017-01-31 11:40:03 +0100115IDENTITY_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 Ahmad68ace082018-03-09 19:40:52 -0500119 Identity service not found
ChrisC025301d2017-01-31 11:40:03 +0100120GENERAL_EXCEPTION_ARG=\
121 MSO-GENERAL-9400E|\
122 Exception: {0}|\
123 Please check other logs for more detailed info|\
124 General exception with reason
125GENERAL_EXCEPTION=\
126 MSO-GENERAL-9401E|\
127 Exception encountered|\
128 Please check other logs for more detailed info|\
Munir Ahmad68ace082018-03-09 19:40:52 -0500129 Exception encountered
ChrisC025301d2017-01-31 11:40:03 +0100130INIT_LOGGER_FAIL=\
131 MSO-GENERAL-9402E|\
132 Failed to initialize loggers|\
133 No resolution|\
134 Failed to initialize loggers
135JAXB_EXCEPTION=\
136 MSO-GENERAL-9403E|\
137 JAXB Initialization Error|\
138 Please check other logs for more detailed info|\
139 JAXB Initialization Error