2 # ================================================================================
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property
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
11 # http://www.apache.org/licenses/LICENSE-2.0
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 # ================================================================================
20 ########################################################################
21 #Resource key=Error Code|Message text|Resolution text |Description text
23 #Newlines can be utilized to add some clarity ensuring continuing line
24 #has atleast one leading space
27 # Sample error msg txt\
28 # Sample resolution msg\
29 # Sample description txt
32 #Error code classification category
33 #100 Permission errors
34 #200 Availability errors/Timeouts
36 #400 Schema Interface type/validation errors
37 #500 Business process errors
40 ########################################################################
43 BEUEBAUTHENTICATIONERROR_ONE_ARGUMENT=\
45 Authentication problem towards U-EB server. Reason: {0}.|\
46 An Authentication failure occurred during access to UEB server. Please check that UEB keys are configured correctly under fusion.properties file.|
48 BERESTAPIAUTHENTICATIONERROR =\
50 Rejected an incoming REST API request to {0} from {1} due to invalid credentials.|\
51 Please check application credentials defined in Database or portal.properties file.|
53 INTERNALAUTHENTICATIONINFO_ONE_ARGUMENT=\
55 Internal authentication problem. Description: {0}.|
57 INTERNALAUTHENTICATIONWARNING_ONE_ARGUMENT=\
59 Internal authentication problem. Description: {0}.|
61 INTERNALAUTHENTICATIONERROR_ONE_ARGUMENT=\
63 Internal authentication problem. Description: {0}.|
65 INTERNALAUTHENTICATIONFATAL_ONE_ARGUMENT=\
67 Internal authentication problem. Description: {0}.|
71 {0} probably lost connectivity to either one of the following components: MySQL DB, UEB Cluster. Please check the logs for more information.|
73 BEHEALTHCHECKMYSQLERROR=\
75 {0} probably lost connectivity to MySQL DB. Please check the logs for more information.|\
76 Check connectivity to MYSQL is configured correctly under system.properties file.|
78 BEHEALTHCHECKUEBCLUSTERERROR=\
80 {0} probably lost connectivity to UEB Cluster. Please check the logs for more information.|\
81 Check connectivity to UEB cluster which is configured under portal.properties file.|
83 BEHEALTHCHECKRECOVERY=\
85 {0} Recovery to either one of the following components: MySQL DB, UEB Cluster.|
87 BEHEALTHCHECKMYSQLRECOVERY=\
89 {0} connection recovery to MySQL DB.|
91 BEHEALTHCHECKUEBCLUSTERRECOVERY=\
93 {0} connection recovery to UEB Cluster.|
95 FEHEALTHCHECKRECOVERY=\
97 Connectivity to {0} Server is recovered.|
100 BEUEBCONNECTIONERROR_ONE_ARGUMENT=\
102 Connection problem towards U-EB server. Reason: {0}.|\
103 Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|
107 Error occurred during access to U-EB Server. Operation: {0}.|\
108 An error occurred in {1} distribution mechanism. Please check the logs for more information.|
110 BEUEBUNKOWNHOSTERROR_ONE_ARGUMENT=\
112 Connection problem towards U-EB server. Cannot reach host {0}.|\
113 Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|
116 BEUEBREGISTERONBOARDINGAPPERROR=\
118 Unable to register the On-boarding application with the U-EB server. Reason: {0}.|\
119 Please check that that parameter uebServers in system.properties points to a valid UEB Cluster.|
122 BEHTTPCONNECTIONERROR_ONE_ARGUMENT=\
124 HTTP connection to an external application is failed. Reason: {0}.|\
125 Please check the logs for more information.|
127 INTERNALCONNECTIONINFO_ONE_ARGUMENT=\
129 Internal Connection problem. Description: {0}.|
131 INTERNALCONNECTIONWARNING_ONE_ARGUMENT=\
133 Internal Connection problem. Description: {0}.|
135 INTERNALCONNECTIONERROR_ONE_ARGUMENT=\
137 Internal Connection problem. Description: {0}.|
139 INTERNALCONNECTIONFATAL_ONE_ARGUMENT=\
141 Internal Connection problem. Description: {0}.|
143 BEUEBOBJECTNOTFOUNDERROR_ONE_ARGUMENT=\
145 Error occurred during access to U-EB Server. Data not found: {0}.|\
146 An error occurred during access to UEB Server, {1} failed to either register or unregister to/from UEB topic.|
149 BEUSERMISSINGERROR_ONE_ARGUMENT=\
151 User {0} requested is not found.|
153 BEUSERINACTIVEWARNING_ONE_ARGUMENT=\
155 User {0} is found but inactive.|
157 BEUSERADMINPRIVILEGESINFO_ONE_ARGUMENT=\
159 User {0} is found but don't have administrative privileges.|
163 Failed to convert JSON input to object.|\
164 Please check error logs for more information.|
166 BEINCORRECTHTTPSTATUSERROR=\
168 Incorrect HttpResponse Received.|\
169 Please check error & metrics logs for more information.|
171 BEINITIALIZATIONERROR=\
173 BE was not initialized properly.|
177 Operation towards database failed.|\
178 Please check MySQL DB health or look at the logs for more details.|
182 Unexpected error during operation.|
184 BEEXECUTEROLLBACKERROR=\
186 Roll-back operation towards database failed.|\
187 Please check MYSQL DB health or look at the logs for more details.|
191 Error when logging FE HTTP request/response.|
193 BEDAOCLOSESESSIONERROR=\
195 Close local session operation with database failed.|\
196 Please check MYSQL DB health or look at the logs form more details.|
198 BERESTAPIGENERALERROR=\
200 Unexpected error during BE REST API execution.|\
201 Please check error log for more information.|
203 FEHEALTHCHECKGENERALERROR=\
205 General error during FE Health Check.|
207 INTERNALUNEXPECTEDINFO_ONE_ARGUMENT=\
209 Unexpected error. Description: {0}.|
211 INTERNALUNEXPECTEDWARNING_ONE_ARGUMENT=\
213 Unexpected error. Description: {0}.|
215 INTERNALUNEXPECTEDERROR_ONE_ARGUMENT=\
217 Unexpected error. Description: {0}.|
219 INTERNALUNEXPECTEDFATAL_ONE_ARGUMENT=\
221 Unexpected error. Description: {0}.|