2 # ============LICENSE_START==========================================
4 # ===================================================================
5 # Copyright © 2017 AT&T Intellectual Property. All rights reserved.
6 # ===================================================================
8 # Unless otherwise specified, all software contained herein is licensed
9 # under the Apache License, Version 2.0 (the “License”);
10 # you may not use this software except in compliance with the License.
11 # You may obtain a copy of the License at
13 # http://www.apache.org/licenses/LICENSE-2.0
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
21 # Unless otherwise specified, all documentation contained herein is licensed
22 # under the Creative Commons License, Attribution 4.0 Intl. (the “License”);
23 # you may not use this documentation except in compliance with the License.
24 # You may obtain a copy of the License at
26 # https://creativecommons.org/licenses/by/4.0/
28 # Unless required by applicable law or agreed to in writing, documentation
29 # distributed under the License is distributed on an "AS IS" BASIS,
30 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 # See the License for the specific language governing permissions and
32 # limitations under the License.
34 # ============LICENSE_END============================================
36 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
38 ########################################################################
39 #Resource key=Error Code|Message text|Resolution text |Description text
41 #Newlines can be utilized to add some clarity ensuring continuing line
42 #has atleast one leading space
45 # Sample error msg txt\
46 # Sample resolution msg\
47 # Sample description txt
50 #Error code classification category
51 #100 Permission errors
52 #200 Availability errors/Timeouts
54 #400 Schema Interface type/validation errors
55 #500 Business process errors
58 ########################################################################
61 BEUEBAUTHENTICATIONERROR_ONE_ARGUMENT=\
63 Authentication problem towards U-EB server. Reason: {0}.|\
64 An Authentication failure occurred during access to UEB server. Please check that UEB keys are configured correctly under fusion.properties file.|
66 BERESTAPIAUTHENTICATIONERROR =\
68 Rejected an incoming REST API request to {0} from {1} due to invalid credentials.|\
69 Please check application credentials defined in Database or portal.properties file.|
71 INTERNALAUTHENTICATIONINFO_ONE_ARGUMENT=\
73 Internal authentication problem. Description: {0}.|
75 INTERNALAUTHENTICATIONWARNING_ONE_ARGUMENT=\
77 Internal authentication problem. Description: {0}.|
79 INTERNALAUTHENTICATIONERROR_ONE_ARGUMENT=\
81 Internal authentication problem. Description: {0}.|
83 INTERNALAUTHENTICATIONFATAL_ONE_ARGUMENT=\
85 Internal authentication problem. Description: {0}.|
89 {0} probably lost connectivity to either one of the following components: MySQL DB, UEB Cluster. Please check the logs for more information.|
91 BEHEALTHCHECKMYSQLERROR=\
93 {0} probably lost connectivity to MySQL DB. Please check the logs for more information.|\
94 Check connectivity to MYSQL is configured correctly under system.properties file.|
96 BEHEALTHCHECKUEBCLUSTERERROR=\
98 {0} probably lost connectivity to UEB Cluster. Please check the logs for more information.|\
99 Check connectivity to UEB cluster which is configured under portal.properties file.|
101 BEHEALTHCHECKRECOVERY=\
103 {0} Recovery to either one of the following components: MySQL DB, UEB Cluster.|
105 BEHEALTHCHECKMYSQLRECOVERY=\
107 {0} connection recovery to MySQL DB.|
109 BEHEALTHCHECKUEBCLUSTERRECOVERY=\
111 {0} connection recovery to UEB Cluster.|
113 FEHEALTHCHECKRECOVERY=\
115 Connectivity to {0} Server is recovered.|
118 BEUEBCONNECTIONERROR_ONE_ARGUMENT=\
120 Connection problem towards U-EB server. Reason: {0}.|\
121 Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|
125 Error occurred during access to U-EB Server. Operation: {0}.|\
126 An error occurred in {1} distribution mechanism. Please check the logs for more information.|
128 BEUEBUNKOWNHOSTERROR_ONE_ARGUMENT=\
130 Connection problem towards U-EB server. Cannot reach host {0}.|\
131 Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|
134 BEUEBREGISTERONBOARDINGAPPERROR=\
136 Unable to register the On-boarding application with the U-EB server. Reason: {0}.|\
137 Please check that that parameter uebServers in system.properties points to a valid UEB Cluster.|
140 BEHTTPCONNECTIONERROR_ONE_ARGUMENT=\
142 HTTP connection to an external application is failed. Reason: {0}.|\
143 Please check the logs for more information.|
145 INTERNALCONNECTIONINFO_ONE_ARGUMENT=\
147 Internal Connection problem. Description: {0}.|
149 INTERNALCONNECTIONWARNING_ONE_ARGUMENT=\
151 Internal Connection problem. Description: {0}.|
153 INTERNALCONNECTIONERROR_ONE_ARGUMENT=\
155 Internal Connection problem. Description: {0}.|
157 INTERNALCONNECTIONFATAL_ONE_ARGUMENT=\
159 Internal Connection problem. Description: {0}.|
161 BEUEBOBJECTNOTFOUNDERROR_ONE_ARGUMENT=\
163 Error occurred during access to U-EB Server. Data not found: {0}.|\
164 An error occurred during access to UEB Server, {1} failed to either register or unregister to/from UEB topic.|
167 BEUSERMISSINGERROR_ONE_ARGUMENT=\
169 User {0} requested is not found.|
171 BEUSERINACTIVEWARNING_ONE_ARGUMENT=\
173 User {0} is found but inactive.|
175 BEUSERADMINPRIVILEGESINFO_ONE_ARGUMENT=\
177 User {0} is found but don't have administrative privileges.|
181 Failed to convert JSON input to object.|\
182 Please check error logs for more information.|
184 BEINCORRECTHTTPSTATUSERROR=\
186 Incorrect HttpResponse Received.|\
187 Please check error & metrics logs for more information.|
189 BEINITIALIZATIONERROR=\
191 BE was not initialized properly.|
195 Operation towards database failed.|\
196 Please check MySQL DB health or look at the logs for more details.|
200 Unexpected error during operation.|
202 BEEXECUTEROLLBACKERROR=\
204 Roll-back operation towards database failed.|\
205 Please check MYSQL DB health or look at the logs for more details.|
209 Error when logging FE HTTP request/response.|
211 BEDAOCLOSESESSIONERROR=\
213 Close local session operation with database failed.|\
214 Please check MYSQL DB health or look at the logs form more details.|
216 BERESTAPIGENERALERROR=\
218 Unexpected error during BE REST API execution.|\
219 Please check error log for more information.|
221 FEHEALTHCHECKGENERALERROR=\
223 General error during FE Health Check.|
225 INTERNALUNEXPECTEDINFO_ONE_ARGUMENT=\
227 Unexpected error. Description: {0}.|
229 INTERNALUNEXPECTEDWARNING_ONE_ARGUMENT=\
231 Unexpected error. Description: {0}.|
233 INTERNALUNEXPECTEDERROR_ONE_ARGUMENT=\
235 Unexpected error. Description: {0}.|
237 INTERNALUNEXPECTEDFATAL_ONE_ARGUMENT=\
239 Unexpected error. Description: {0}.|