Add multi-oxm using schemaIngest library
[aai/data-router.git] / src / main / resources / logging / DataRouterMsgs.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 SERVICE_STARTED=\
46             DataRouter service started
47             
48 FILE_CHANGED=\
49             DR0002I|\
50             File {0} has been changed!
51             
52 FILE_RELOADED=\
53             DR0003I|\
54             File {0} has been reloaded!
55           
56 REPORT_CONFIG_WATCHER_INT=\
57             DR0004I|\
58             Config Watcher Interval = {0}   
59                   
60 LOADING_PROPERTIES=\
61             DR0005I|\
62             Loading properties - {0}
63                 
64 PROPERTIES_LOADED=\
65             DR0006I|\
66             File {0} is loaded into the map and the corresponding system properties have been refreshed     
67             
68 UEB_NO_EVENTS_RECEIVED=\
69             DR0007I|\
70             Received no events on topic: {0}     
71
72 CONFIGURING_ROUTING_POLICIES=\
73             DR0008I|\
74             Configuring routing policies on Data Layer              
75             
76 PROCESS_REST_REQUEST=\
77             DR0009I|\
78             Received request {0} {1} from {2}.  Sending response: {3}
79             
80 CREATE_MISSING_INDEX=\
81                         DR0013I|\
82                         Index {0} may not exist in the search data store.  Attempting to create it now.
83
84 PROCESS_EVENT=\
85             DR0010I|\
86             Processed event {0}.  Result: {1}
87
88 ROUTING_FROM_TO=\
89             DR0011I|\
90             Routing incoming request from {0} to {1}.
91
92 ROUTING_RESPONSE=\
93             DR0012D|\
94             Response from URL {0}: {1}.
95             
96 OP_TIME=\
97             DR0013I|\
98             {0} took {1} ms.            
99
100 LOADED_OXM_FILE=\
101             DR0014I|\
102             Successfully loaded schema: {0}
103             
104 STARTUP_FAILURE=\
105             DR2001E|\
106             DecoratorService failed to start up. Reason: {0}
107             
108 UEB_CONNECT_ERR=\
109             DR2002E|\
110             Failed to query UEB for event topic {0}: {1}
111             
112 QUERY_ROUTING_ERR=\
113             DR2003E|\
114             Failed to route query for event topic {0}: {1} 
115             
116 LOAD_PROPERTIES_FAILURE=\
117             DR3001E|\
118             File {0} cannot be loaded into the map.                        
119
120 FILE_MON_BLOCK_ERR=\
121             DR3002E|\
122             Error in the file monitor block.            
123             
124 CREATE_PROPERTY_MAP_ERR=\
125             DR3003E|\
126             Error creating property map.
127             
128 FILE_STREAM_ERR=\
129             DR3004E|\
130             Error reading the file stream.    
131                      
132 ROUTING_POLICY_CONFIGURATION_ERROR=\
133             DR3005E|\
134             Could not configure routing policy {0} for source {1} and action {2}
135                      
136 BAD_REST_REQUEST=\
137             DR3006E|\
138             Bad Rest Request {0}  
139             
140 FAIL_TO_CREATE_SEARCH_INDEX=\
141          DR3008E|\
142          Failed to create Search index {0} due to: {1}      
143          
144 INVALID_OXM_FILE=\
145             DR3009E|\
146             Unable to parse schema file: {0} due to error : {1}\
147             
148 INVALID_OXM_DIR=\
149             DR3010E|\
150             Invalid OXM dir: {0}\       
151              
152 SYSTEM_ERROR=\
153             DR3011E|\
154             System Error: {0}\ 
155
156 INVALID_ORIGIN_PAYLOAD=\
157             DR3012E|\
158             Invalid origin-payload: {0}\
159
160 READING_JSON_SCHEMA_ERROR=\
161             DR3013E|\
162             Error reading JSON schema from: {0}\
163             
164 JSON_CONVERSION_ERROR=\
165             DR3014E|\
166             Error converting JSON: {0}\
167
168 FAIL_TO_CREATE_UPDATE_DOC=\
169                     DR3015E|\
170                     Failed to create or update document in index {0}.  Cause: {1}
171 LOAD_OXM_ERROR=\
172             DR5000E|\
173             Unable to load Oxm model: {0}\
174
175 SCHEMA_INGEST_LOAD_ERROR=\
176             DR5001E|\
177             Unable to load schema ingest properties file due to : {0}