blob: 149528418cf44a3058a51a4f993c7f94caa92e6b (
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
|
#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
#
########################################################################
#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
#
########################################################################
## Error Logs
INVALID_OXM_FILE=\
SPK0201E|\
Unable to parse schema file: {0} due to error : {1}
INVALID_OXM_DIR=\
SPK0202E|\
Invalid OXM dir: {0}
OFFSET_COMMIT_FAILURE=\
SPK0203E|\
Unable to commit offset to event bus due to error: {0}
OXM_LOAD_ERROR=\
SPK0500E|\
Unable to load OXM schema: {0}
SPIKE_SERVICE_STARTED_FAILURE=\
SPK0600E|\
Unable to initialize : {0}
SPIKE_EVENT_CONSUME_FAILURE=\
SPK0700E|\
Unable to consume event due to : {0}
SPIKE_EVENT_PUBLISH_FAILURE=\
SPK0800E|\
Unable to publish event due to : {0}
SPIKE_SCHEMA_INGEST_LOAD_ERROR=\
SPK0900E|\
Unable to load schema ingest properties file due to : {0}
## Info Logs
OXM_FILE_CHANGED=\
SPK0003I|\
OXM file change detected: {0}
LOADED_OXM_FILE=\
SPK0004I|\
Successfully loaded schema: {0}
LOADED_DB_RULE_FILE=\
CRD00014I|\
Successfully loaded DB Edge Rule and Edge Properties for: {0}
PROCESS_REST_REQUEST=\
SPK0009I|\
Received request {0} {1} from {2}. Sending response: {3}
SPIKE_SERVICE_STARTED_SUCCESSFULLY=\
SPK0005I|\
Successfully Started Spike Service using Event Implementation: {0}
OFFSET_MANAGER_STARTED=\
SPK0005I|\
Event bus offset manager started: buffer size={0} commit period={1}
SPIKE_EVENT_RECEIVED=\
SPK0600I|\
Event Received: {0}
SPIKE_EVENT_PROCESSED=\
SPK0700I|\
Event Processed: {0}
SPIKE_EVENT_PUBLISHED=\
SPK0800I|\
Event Published: {0}
SPIKE_PUBLISH_FAILED=\
SPK0204I|\
Event failed to publish: {0}
SPIKE_NO_EVENT_RECEIVED=\
SPK0800I|\
No Event Received
SPIKE_QUERY_EVENT_SYSTEM=\
SPK0100I|\
Checking for events
|