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