summaryrefslogtreecommitdiffstats
path: root/src/main/resources/validation-service-logging-resources.properties
blob: 21cbff1bc2fbb6d17c552e891e4eeadd846545e9 (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
# ============LICENSE_START===================================================
# Copyright (c) 2018 Amdocs
# ============================================================================
# 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.
# ============LICENSE_END=====================================================
#
#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
#000 	Info/Debug
#100	Permission errors
#200	Availability errors/Timeouts
#300	Data errors
#400	Schema Interface type/validation errors
#500	Business process errors
#900	Unknown errors
#
########################################################################

MESSAGE_VALIDATION_REQUEST=\
	LOG0001I|\
	Validation request payload: {0}|\
	No resolution required|\
	|\

POLL_EVENTS=\
	LOG0002I|\
	*** Polling for events ***|\
	
NUMBER_OF_MESSAGES_CONSUMED=\
	LOG0003I|\
	Number of messages consumed: {0}|\
	
STARTUP_SERVLET_INIT=\
	LOG0004I|\
	---------- StartupServlet Initializing ----------|\

POLLING_INTERVAL_CONFIG_NOT_PRESENT=\
	LOG0005I|\
	Polling interval config not present, using default interval of {0} seconds|\

POLLING_FOR_EVENTS=\
	LOG0006I|\
	---------- Starting to poll for events. Interval = {0} seconds. ----------|\
	
POLLING_DISABLED=\
	LOG0007I|\
	---------- Event polling is disabled ----------|\

STARTUP_SERVLET_INIT_SUCCESS=\
	LOG0008I|\
	---------- StartupServlet Initialized successfully ----------|\
	
EVENT_CLIENT_CLOSE_UNSENT_MESSAGE=\
	LOG0009I|\
	{0}|\
	
LOAD_PROPERTIES=\
	LOG0010I|\
	Loading properties - {0}|\

FILE_LOAD_INTO_MAP=\
	LOG0011I|\
	File {0} is loaded into the map and the corresponding system properties have been refreshed|\

MESSAGE_AUDIT=\
    LOG0012I|\
    {0}|\
    |\
    
MESSAGE_METRIC=\
    LOG0013I|\
    {0}|\
    |\
    
MISSING_REQUEST_ID=\
    LOG0014I|\
    Missing request ID. Assigned {0}|\
INVALID_EVENT_TYPE=\
 	LOG0015I|\
    Event has not been validated. Invalid event type. Event:{0}|\
MISSING_EVENT_TYPE=\
 	LOG0016I|\
    Event has not been validated. Missing event type. Event:{0}|\
FILTERED_EVENT=\
 	LOG0017I|\
    Event has been filtered.Event:{0}|\
    
MESSAGE_PUBLISH_ERROR=\
	LOG0201E|\
	Error while publishing validation result: {0}|\
	|\

INVOKE_EVENT_CONSUMER_ERROR=\
	LOG0202E|\
	Error invoking the Event Consumer|\	
	
UNSENT_MESSAGE_WARN=\
	LOG0203W|\
	Not all events were successfully sent|\

UNSENT_MESSAGE_ERROR=\
	LOG0204E|\
	Error sending events|\

SEND_MESSAGE_ABORT_WARN=\
	LOG0205W|\
	Retries exhausted, aborting|\

SEND_MESSAGE_RETRY_WARN=\
	LOG0206W|\
	Retrying to send events|\
	
READ_FILE_ERROR=\
	LOG0300E|\
	Error reading file {0}|\

FILE_ARG_NULL_ERROR=\
	LOG0301E|\
	File argument is null|\

FILE_LOAD_INTO_MAP_ERROR=\
	LOG0302E|\
	File {0} cannot be loaded into the map {1}|\

CREATE_PROPERTY_MAP_ERROR=\
	LOG0303E|\
	Error creating property map|\

FILE_MONITOR_BLOCK_ERROR=\
	LOG0304E|\
	Error in the file monitor block|\

READ_FILE_STREAM_ERROR=\
	LOG0305E|\
	Error reading the file stream|\

STRING_UTILS_INVALID_REGEX=\
	LOG0306E|\
	Invalid regular expression: {0}|\

OXM_LOAD_ERROR=\
	LOG0401E|\
	OXM load error|\
	Check the OXM files are well formed and present and retry|\
	The OXM files are missing and or corrupt|\

OXM_MISSING_KEY_ERROR=\
	LOG0402E|\
	Graph object {0} primary key missing|\
	Check request is valid and retry|\
	The Graph object is missing the primary key(s)|\

CANNOT_VALIDATE_ERROR=\
	LOG0901E|\
	Error during validation of event: {0}|\
	|\

CANNOT_VALIDATE_HANDLE_EXCEPTION_ERROR=\
	LOG0902E|\
	Error during handling the exception for an event that could not be validated: {0}|\
	|\	
	
MALFORMED_REQUEST_ERROR=\
	LOG1000E|\
	Malformed request.|\
	
PROCESS_REQUEST_ERROR=\
	LOG1001E|\
	Error while processing request.|\