Migrate Spike code to ONAP
[aai/spike.git] / src / main / resources / logging / SpikeMsgs.properties
1 #Resource key=Error Code|Message text|Resolution text |Description text
2 #######
3 #Newlines can be utilized to add some clarity ensuring continuing line
4 #has atleast one leading space
5 #ResourceKey=\
6 #             ERR0000E\
7 #             Sample error msg txt\
8 #             Sample resolution msg\
9 #             Sample description txt
10 #
11 ######
12 #Error code classification category
13 #000  Info/Debug
14 #100  Permission errors
15 #200  Availability errors/Timeouts
16 #300  Data errors
17 #400  Schema Interface type/validation errors
18 #500  Business process errors
19 #900  Unknown errors
20 #
21 ########################################################################
22
23 #Resource key=Error Code|Message text|Resolution text |Description text
24 #######
25 #Newlines can be utilized to add some clarity ensuring continuing line
26 #has atleast one leading space
27 #ResourceKey=\
28 #             ERR0000E\
29 #             Sample error msg txt\
30 #             Sample resolution msg\
31 #             Sample description txt
32 #
33 ######
34 #Error code classification category
35 #000  Info/Debug
36 #100  Permission errors
37 #200  Availability errors/Timeouts
38 #300  Data errors
39 #400  Schema Interface type/validation errors
40 #500  Business process errors
41 #900  Unknown errors
42 #
43 ########################################################################
44
45             
46 ## Error Logs
47 INVALID_OXM_FILE=\
48             SPK0201E|\
49             Unable to parse schema file: {0} due to error : {1}
50             
51 INVALID_OXM_DIR=\
52             SPK0202E|\
53             Invalid OXM dir: {0}
54              
55 OFFSET_COMMIT_FAILURE=\
56             SPK0203E|\
57             Unable to commit offset to event bus due to error: {0}
58                                     
59 OXM_LOAD_ERROR=\
60             SPK0500E|\
61             Unable to load OXM schema: {0}
62
63             
64 SPIKE_SERVICE_STARTED_FAILURE=\
65             SPK0600E|\
66             Unable to initialize : {0}    
67  
68 SPIKE_EVENT_CONSUME_FAILURE=\
69             SPK0700E|\
70             Unable to consume event due to : {0}   
71 SPIKE_EVENT_PUBLISH_FAILURE=\
72             SPK0800E|\
73             Unable to publish event due to : {0}
74 SPIKE_SCHEMA_INGEST_LOAD_ERROR=\
75            SPK0900E|\
76            Unable to load schema ingest properties file due to : {0}
77
78
79 ## Info Logs 
80 OXM_FILE_CHANGED=\
81             SPK0003I|\
82             OXM file change detected: {0}
83
84 LOADED_OXM_FILE=\
85             SPK0004I|\
86             Successfully loaded schema: {0}
87
88
89 LOADED_DB_RULE_FILE=\
90             CRD00014I|\
91             Successfully loaded DB Edge Rule and Edge Properties for: {0}
92                                  
93 PROCESS_REST_REQUEST=\
94             SPK0009I|\
95             Received request {0} {1} from {2}.  Sending response: {3}
96             
97 SPIKE_SERVICE_STARTED_SUCCESSFULLY=\
98             SPK0005I|\
99             Successfully Started Spike Service using Event Implementation: {0}
100
101
102 OFFSET_MANAGER_STARTED=\
103             SPK0005I|\
104             Event bus offset manager started: buffer size={0} commit period={1} 
105             
106 SPIKE_EVENT_RECEIVED=\
107             SPK0600I|\
108             Event Received: {0}  
109             
110 SPIKE_EVENT_PROCESSED=\
111             SPK0700I|\
112             Event Processed: {0}
113             
114 SPIKE_EVENT_PUBLISHED=\
115             SPK0800I|\
116             Event Published: {0}
117
118 SPIKE_PUBLISH_FAILED=\
119             SPK0204I|\
120             Event failed to publish: {0}
121                         
122 SPIKE_NO_EVENT_RECEIVED=\
123             SPK0800I|\
124             No Event Received             
125             
126 SPIKE_QUERY_EVENT_SYSTEM=\
127             SPK0100I|\
128             Checking for events   
129