summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-core/src/main/java/org/openecomp/portalsdk/core/logging/format/ApplicationCodes.properties
blob: efd9ac2468ae4d3e72970db8d0986a75d35aa1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
###
# ================================================================================
# eCOMP Portal SDK
# ================================================================================
# Copyright (C) 2017 AT&T Intellectual Property
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#      http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ================================================================================
###
########################################################################
#Resource key=Error Code|Message text|Resolution text |Description text
#######
#Newlines can be utilized to add some clarity ensuring continuing line
#has atleast one leading space
#ResourceKey=\
#             ERR0000E\
#             Sample error msg txt\
#             Sample resolution msg\
#             Sample description txt
#
######
#Error code classification category
#100	Permission errors
#200	Availability errors/Timeouts
#300	Data errors
#400	Schema Interface type/validation errors
#500	Business process errors
#900	Unknown errors
#
########################################################################

#Health check
BEUEBAUTHENTICATIONERROR_ONE_ARGUMENT=\
										ERR100E|\
										Authentication problem towards U-EB server. Reason: {0}.|\
										An Authentication failure occurred during access to UEB server. Please check that UEB keys are configured correctly under fusion.properties file.|

BERESTAPIAUTHENTICATIONERROR =\
										ERR101E|\
										Rejected an incoming REST API request to {0} from {1} due to invalid credentials.|\
										Please check application credentials defined in Database or portal.properties file.|
										
INTERNALAUTHENTICATIONINFO_ONE_ARGUMENT=\
										ERR199I|\
										Internal authentication problem. Description: {0}.|
										
INTERNALAUTHENTICATIONWARNING_ONE_ARGUMENT=\
										ERR199W|\
										Internal authentication problem. Description: {0}.|

INTERNALAUTHENTICATIONERROR_ONE_ARGUMENT=\
										ERR199E|\
										Internal authentication problem. Description: {0}.|

INTERNALAUTHENTICATIONFATAL_ONE_ARGUMENT=\
										ERR199F|\
										Internal authentication problem. Description: {0}.|

BEHEALTHCHECKERROR=\
										ERR200E|\
										{0} probably lost connectivity to either one of the following components: MySQL DB, UEB Cluster. Please check the logs for more information.|

BEHEALTHCHECKMYSQLERROR=\
										ERR201E|\
										{0} probably lost connectivity to MySQL DB. Please check the logs for more information.|\
										Check connectivity to MYSQL is configured correctly under system.properties file.|

BEHEALTHCHECKUEBCLUSTERERROR=\
										ERR203E|\
										{0} probably lost connectivity to UEB Cluster. Please check the logs for more information.|\
										Check connectivity to UEB cluster which is configured under portal.properties file.|

BEHEALTHCHECKRECOVERY=\
										ERR205I|\
										{0} Recovery to either one of the following components: MySQL DB, UEB Cluster.|

BEHEALTHCHECKMYSQLRECOVERY=\
										ERR206I|\
										{0} connection recovery to MySQL DB.|

BEHEALTHCHECKUEBCLUSTERRECOVERY=\
										ERR208I|\
										{0} connection recovery to UEB Cluster.|

FEHEALTHCHECKRECOVERY=\
										ERR209I|\
										Connectivity to {0} Server is recovered.|

#UEB communication
BEUEBCONNECTIONERROR_ONE_ARGUMENT=\
										ERR210E|\
										Connection problem towards U-EB server. Reason: {0}.|\
										Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|
										
BEUEBSYSTEMERROR=\
										ERR502E|\
										Error occurred during access to U-EB Server. Operation: {0}.|\
										An error occurred in {1} distribution mechanism. Please check the logs for more information.|

BEUEBUNKOWNHOSTERROR_ONE_ARGUMENT=\
										ERR211E|\
										Connection problem towards U-EB server. Cannot reach host {0}.|\
										Please check that that parameter uebServers in portal.properties points to a valid UEB Cluster.|

#Onboarding apps
BEUEBREGISTERONBOARDINGAPPERROR=\
										ERR212E|\
										Unable to register the On-boarding application with the U-EB server. Reason: {0}.|\
										Please check that that parameter uebServers in system.properties points to a valid UEB Cluster.|

#HTTP communication
BEHTTPCONNECTIONERROR_ONE_ARGUMENT=\
										ERR213E|\
										HTTP connection to an external application is failed. Reason: {0}.|\
										Please check the logs for more information.|

INTERNALCONNECTIONINFO_ONE_ARGUMENT=\
										ERR299I|\
										Internal Connection problem. Description: {0}.|

INTERNALCONNECTIONWARNING_ONE_ARGUMENT=\
										ERR299W|\
										Internal Connection problem. Description: {0}.|

INTERNALCONNECTIONERROR_ONE_ARGUMENT=\
										ERR299E|\
										Internal Connection problem. Description: {0}.|

INTERNALCONNECTIONFATAL_ONE_ARGUMENT=\
										ERR299F|\
										Internal Connection problem. Description: {0}.|

BEUEBOBJECTNOTFOUNDERROR_ONE_ARGUMENT=\
										ERR303E|\
										Error occurred during access to U-EB Server. Data not found: {0}.|\
										An error occurred during access to UEB Server, {1} failed to either register or unregister to/from UEB topic.|

#Login error codes
BEUSERMISSINGERROR_ONE_ARGUMENT=\
										ERR310E|\
										User {0} requested is not found.|
										
BEUSERINACTIVEWARNING_ONE_ARGUMENT=\
										ERR313W|\
										User {0} is found but inactive.|
										
BEUSERADMINPRIVILEGESINFO_ONE_ARGUMENT=\
										ERR314W|\
										User {0} is found but don't have administrative privileges.|
										
BEINVALIDJSONINPUT=\
										ERR405E|\
										Failed to convert JSON input to object.|\
										Please check error logs for more information.|

BEINCORRECTHTTPSTATUSERROR=\
										ERR407E|\
										Incorrect HttpResponse Received.|\
										Please check error & metrics logs for more information.|

BEINITIALIZATIONERROR=\
										ERR500E|\
										BE was not initialized properly.|

BEDAOSYSTEMERROR=\
										ERR505E|\
										Operation towards database failed.|\
										Please check MySQL DB health or look at the logs for more details.|

BESYSTEMERROR=\
										ERR506E|\
										Unexpected error during operation.|

BEEXECUTEROLLBACKERROR=\
										ERR507E|\
										Roll-back operation towards database failed.|\
										Please check MYSQL DB health or look at the logs for more details.|

FEHTTPLOGGINGERROR=\
										ERR517E|\
										Error when logging FE HTTP request/response.|
										
BEDAOCLOSESESSIONERROR=\
										ERR519E|\
										Close local session operation with database failed.|\
										Please check MYSQL DB health or look at the logs form more details.|

BERESTAPIGENERALERROR=\
										ERR900E|\
										Unexpected error during BE REST API execution.|\
										Please check error log for more information.|

FEHEALTHCHECKGENERALERROR=\
										ERR901E|\
										General error during FE Health Check.|

INTERNALUNEXPECTEDINFO_ONE_ARGUMENT=\
										ERR999I|\
										Unexpected error. Description: {0}.|

INTERNALUNEXPECTEDWARNING_ONE_ARGUMENT=\
										ERR999W|\
										Unexpected error. Description: {0}.|

INTERNALUNEXPECTEDERROR_ONE_ARGUMENT=\
										ERR999E|\
										Unexpected error. Description: {0}.|

INTERNALUNEXPECTEDFATAL_ONE_ARGUMENT=\
										ERR999F|\
										Unexpected error. Description: {0}.|