summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/logging/format/ApplicationCodes.properties
blob: cd686ce2d7dac1fae2bf40ac48d480c74278c5e4 (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
###
# ================================================================================
# ECOMP Portal
# ================================================================================
# 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
#
########################################################################

# Define Alarm Codes Specific to ECOMP Portal
BEUEBAUTHENTICATIONERROR_ONE_ARGUMENT=	||Reason: {0}.|\
										An Authentication failure occurred during access to UEB server. Please check that UEB keys are configured correctly under fusion.properties file.

BERESTAPIAUTHENTICATIONERROR =			|||Please check application credentials defined in Database or portal.properties file.
										
INTERNALAUTHENTICATIONINFO_ONE_ARGUMENT=||Description: {0}.|Please check the logs for more information.
										
INTERNALAUTHENTICATIONWARNING_ONE_ARGUMENT=||Description: {0}.|Please check the logs for more information.

INTERNALAUTHENTICATIONERROR_ONE_ARGUMENT=||Description: {0}.|Please check the logs for more information.

INTERNALAUTHENTICATIONFATAL_ONE_ARGUMENT=||Description: {0}.|Please check the logs for more information.

BEHEALTHCHECKERROR=						|||Please check the logs for more information.

BEHEALTHCHECKMYSQLERROR=				||Please check the logs for more information.|\
										Check connectivity to MYSQL is configured correctly under system.properties file.

BEHEALTHCHECKUEBCLUSTERERROR=			||Please check the logs for more information.|\
										Check connectivity to UEB cluster which is configured under portal.properties file.

FEHEALTHCHECKERROR=						|||Please check connectivity from this FE instance towards BE or BE Load Balancer.
										
BEHEALTHCHECKRECOVERY=					|||Please check logs for more specific information about the problem.

BEHEALTHCHECKMYSQLRECOVERY=				|||Please check logs for more specific information about the problem.

BEHEALTHCHECKUEBCLUSTERRECOVERY=		|||Please check logs for more specific information about the problem.

FEHEALTHCHECKRECOVERY=					|||Please check logs for more specific information about the problem.

#UEB communication
BEUEBCONNECTIONERROR_ONE_ARGUMENT=		||Reason: {0}.|\
										Please check UEB server list and keys configured under Portal.Properties file.
										
BEUEBUNKOWNHOSTERROR_ONE_ARGUMENT=		||Cannot reach host {0}.|\
										Please check UEB server list and keys configured under Portal.Properties file.

#Onboarding apps
BEUEBREGISTERONBOARDINGAPPERROR=		||Reason: {0}.|\
										Please check UEB server list and keys configured under Portal.Properties file.

#HTTP communication
BEHTTPCONNECTIONERROR_ONE_ARGUMENT=		||Reason: {0}.|Please check the logs for more information.

INTERNALCONNECTIONINFO_ONE_ARGUMENT=	||Description: {0}.|Please check the logs for more information.

INTERNALCONNECTIONWARNING_ONE_ARGUMENT=	||Description: {0}.|Please check the logs for more information.

INTERNALCONNECTIONERROR_ONE_ARGUMENT=	||Description: {0}.|Please check the logs for more information.

INTERNALCONNECTIONFATAL_ONE_ARGUMENT=	||Description: {0}.|Please check the logs for more information.

BEUEBOBJECTNOTFOUNDERROR_ONE_ARGUMENT=	||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=		|||\
										User {0} must be added to the corresponding application with proper user roles.
										
BEUSERINACTIVEWARNING_ONE_ARGUMENT=		|||\
										User {0} must be added to the corresponding application with proper user roles.
										
BEUSERADMINPRIVILEGESINFO_ONE_ARGUMENT=	|||\
										User {0} should be given proper administrator role for the corresponding application to perform the necessary actions.
										
BEINVALIDJSONINPUT=						|||Please check error logs for more information.

BEINCORRECTHTTPSTATUSERROR=				|||Please check logs for more information.

BEINITIALIZATIONERROR=					|||Please check logs for more information.

BEUEBSYSTEMERROR=						||\
										Operation: {0}.|\
										An error occurred in {1} distribution mechanism. Please check the logs for more information.
										
BEDAOSYSTEMERROR=						|||Please check MySQL DB health or look at the logs for more details.

BESYSTEMERROR=							|||Please check logs for more information.

BEEXECUTEROLLBACKERROR=					|||Please check MYSQL DB health or look at the logs for more details.

FEHTTPLOGGINGERROR=						|||Please check MYSQL DB health or look at the logs for more details.
										
FEPORTALSERVLETERROR=					|||Please check logs for more specific information about the problem.

BEDAOCLOSESESSIONERROR=					|||Please check MYSQL DB health or look at the logs form more details.

BERESTAPIGENERALERROR=					|||Please check error log for more information.

FEHEALTHCHECKGENERALERROR=				|||Please check error log for more information.

INTERNALUNEXPECTEDINFO_ONE_ARGUMENT=	|||Description: {0}.

INTERNALUNEXPECTEDWARNING_ONE_ARGUMENT=	|||Description: {0}.

INTERNALUNEXPECTEDERROR_ONE_ARGUMENT=	|||Description: {0}.

INTERNALUNEXPECTEDFATAL_ONE_ARGUMENT=	|||Description: {0}.