efd9ac2468ae4d3e72970db8d0986a75d35aa1a8
[portal/sdk.git] /
1 ###
2 # ================================================================================
3 # eCOMP Portal SDK
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
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 # ================================================================================
19 ###
20 ########################################################################
21 #Resource key=Error Code|Message text|Resolution text |Description text
22 #######
23 #Newlines can be utilized to add some clarity ensuring continuing line
24 #has atleast one leading space
25 #ResourceKey=\
26 #             ERR0000E\
27 #             Sample error msg txt\
28 #             Sample resolution msg\
29 #             Sample description txt
30 #
31 ######
32 #Error code classification category
33 #100    Permission errors
34 #200    Availability errors/Timeouts
35 #300    Data errors
36 #400    Schema Interface type/validation errors
37 #500    Business process errors
38 #900    Unknown errors
39 #
40 ########################################################################
41
42 #Health check
43 BEUEBAUTHENTICATIONERROR_ONE_ARGUMENT=\
44                                                                                 ERR100E|\
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.|
47
48 BERESTAPIAUTHENTICATIONERROR =\
49                                                                                 ERR101E|\
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.|
52                                                                                 
53 INTERNALAUTHENTICATIONINFO_ONE_ARGUMENT=\
54                                                                                 ERR199I|\
55                                                                                 Internal authentication problem. Description: {0}.|
56                                                                                 
57 INTERNALAUTHENTICATIONWARNING_ONE_ARGUMENT=\
58                                                                                 ERR199W|\
59                                                                                 Internal authentication problem. Description: {0}.|
60
61 INTERNALAUTHENTICATIONERROR_ONE_ARGUMENT=\
62                                                                                 ERR199E|\
63                                                                                 Internal authentication problem. Description: {0}.|
64
65 INTERNALAUTHENTICATIONFATAL_ONE_ARGUMENT=\
66                                                                                 ERR199F|\
67                                                                                 Internal authentication problem. Description: {0}.|
68
69 BEHEALTHCHECKERROR=\
70                                                                                 ERR200E|\
71                                                                                 {0} probably lost connectivity to either one of the following components: MySQL DB, UEB Cluster. Please check the logs for more information.|
72
73 BEHEALTHCHECKMYSQLERROR=\
74                                                                                 ERR201E|\
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.|
77
78 BEHEALTHCHECKUEBCLUSTERERROR=\
79                                                                                 ERR203E|\
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.|
82
83 BEHEALTHCHECKRECOVERY=\
84                                                                                 ERR205I|\
85                                                                                 {0} Recovery to either one of the following components: MySQL DB, UEB Cluster.|
86
87 BEHEALTHCHECKMYSQLRECOVERY=\
88                                                                                 ERR206I|\
89                                                                                 {0} connection recovery to MySQL DB.|
90
91 BEHEALTHCHECKUEBCLUSTERRECOVERY=\
92                                                                                 ERR208I|\
93                                                                                 {0} connection recovery to UEB Cluster.|
94
95 FEHEALTHCHECKRECOVERY=\
96                                                                                 ERR209I|\
97                                                                                 Connectivity to {0} Server is recovered.|
98
99 #UEB communication
100 BEUEBCONNECTIONERROR_ONE_ARGUMENT=\
101                                                                                 ERR210E|\
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.|
104                                                                                 
105 BEUEBSYSTEMERROR=\
106                                                                                 ERR502E|\
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.|
109
110 BEUEBUNKOWNHOSTERROR_ONE_ARGUMENT=\
111                                                                                 ERR211E|\
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.|
114
115 #Onboarding apps
116 BEUEBREGISTERONBOARDINGAPPERROR=\
117                                                                                 ERR212E|\
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.|
120
121 #HTTP communication
122 BEHTTPCONNECTIONERROR_ONE_ARGUMENT=\
123                                                                                 ERR213E|\
124                                                                                 HTTP connection to an external application is failed. Reason: {0}.|\
125                                                                                 Please check the logs for more information.|
126
127 INTERNALCONNECTIONINFO_ONE_ARGUMENT=\
128                                                                                 ERR299I|\
129                                                                                 Internal Connection problem. Description: {0}.|
130
131 INTERNALCONNECTIONWARNING_ONE_ARGUMENT=\
132                                                                                 ERR299W|\
133                                                                                 Internal Connection problem. Description: {0}.|
134
135 INTERNALCONNECTIONERROR_ONE_ARGUMENT=\
136                                                                                 ERR299E|\
137                                                                                 Internal Connection problem. Description: {0}.|
138
139 INTERNALCONNECTIONFATAL_ONE_ARGUMENT=\
140                                                                                 ERR299F|\
141                                                                                 Internal Connection problem. Description: {0}.|
142
143 BEUEBOBJECTNOTFOUNDERROR_ONE_ARGUMENT=\
144                                                                                 ERR303E|\
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.|
147
148 #Login error codes
149 BEUSERMISSINGERROR_ONE_ARGUMENT=\
150                                                                                 ERR310E|\
151                                                                                 User {0} requested is not found.|
152                                                                                 
153 BEUSERINACTIVEWARNING_ONE_ARGUMENT=\
154                                                                                 ERR313W|\
155                                                                                 User {0} is found but inactive.|
156                                                                                 
157 BEUSERADMINPRIVILEGESINFO_ONE_ARGUMENT=\
158                                                                                 ERR314W|\
159                                                                                 User {0} is found but don't have administrative privileges.|
160                                                                                 
161 BEINVALIDJSONINPUT=\
162                                                                                 ERR405E|\
163                                                                                 Failed to convert JSON input to object.|\
164                                                                                 Please check error logs for more information.|
165
166 BEINCORRECTHTTPSTATUSERROR=\
167                                                                                 ERR407E|\
168                                                                                 Incorrect HttpResponse Received.|\
169                                                                                 Please check error & metrics logs for more information.|
170
171 BEINITIALIZATIONERROR=\
172                                                                                 ERR500E|\
173                                                                                 BE was not initialized properly.|
174
175 BEDAOSYSTEMERROR=\
176                                                                                 ERR505E|\
177                                                                                 Operation towards database failed.|\
178                                                                                 Please check MySQL DB health or look at the logs for more details.|
179
180 BESYSTEMERROR=\
181                                                                                 ERR506E|\
182                                                                                 Unexpected error during operation.|
183
184 BEEXECUTEROLLBACKERROR=\
185                                                                                 ERR507E|\
186                                                                                 Roll-back operation towards database failed.|\
187                                                                                 Please check MYSQL DB health or look at the logs for more details.|
188
189 FEHTTPLOGGINGERROR=\
190                                                                                 ERR517E|\
191                                                                                 Error when logging FE HTTP request/response.|
192                                                                                 
193 BEDAOCLOSESESSIONERROR=\
194                                                                                 ERR519E|\
195                                                                                 Close local session operation with database failed.|\
196                                                                                 Please check MYSQL DB health or look at the logs form more details.|
197
198 BERESTAPIGENERALERROR=\
199                                                                                 ERR900E|\
200                                                                                 Unexpected error during BE REST API execution.|\
201                                                                                 Please check error log for more information.|
202
203 FEHEALTHCHECKGENERALERROR=\
204                                                                                 ERR901E|\
205                                                                                 General error during FE Health Check.|
206
207 INTERNALUNEXPECTEDINFO_ONE_ARGUMENT=\
208                                                                                 ERR999I|\
209                                                                                 Unexpected error. Description: {0}.|
210
211 INTERNALUNEXPECTEDWARNING_ONE_ARGUMENT=\
212                                                                                 ERR999W|\
213                                                                                 Unexpected error. Description: {0}.|
214
215 INTERNALUNEXPECTEDERROR_ONE_ARGUMENT=\
216                                                                                 ERR999E|\
217                                                                                 Unexpected error. Description: {0}.|
218
219 INTERNALUNEXPECTEDFATAL_ONE_ARGUMENT=\
220                                                                                 ERR999F|\
221                                                                                 Unexpected error. Description: {0}.|