Move common code to router-core from DR
[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 STARTUP_FAILURE=\
101             DR2001E|\
102             DecoratorService failed to start up. Reason: {0}
103             
104 UEB_CONNECT_ERR=\
105             DR2002E|\
106             Failed to query UEB for event topic {0}: {1}
107             
108 QUERY_ROUTING_ERR=\
109             DR2003E|\
110             Failed to route query for event topic {0}: {1} 
111             
112 LOAD_PROPERTIES_FAILURE=\
113             DR3001E|\
114             File {0} cannot be loaded into the map.
115
116 FILE_MON_BLOCK_ERR=\
117             DR3002E|\
118             Error in the file monitor block.
119             
120 CREATE_PROPERTY_MAP_ERR=\
121             DR3003E|\
122             Error creating property map.
123             
124 FILE_STREAM_ERR=\
125             DR3004E|\
126             Error reading the file stream.    
127                      
128 ROUTING_POLICY_CONFIGURATION_ERROR=\
129             DR3005E|\
130             Could not configure routing policy {0} for source {1} and action {2}
131                      
132 BAD_REST_REQUEST=\
133             DR3006E|\
134             Bad Rest Request {0}  
135             
136 FAIL_TO_CREATE_SEARCH_INDEX=\
137          DR3008E|\
138          Failed to create Search index {0} due to: {1}      
139          
140 INVALID_OXM_FILE=\
141             DR3009E|\
142             Unable to parse schema file: {0} due to error : {1}\
143             
144 INVALID_OXM_DIR=\
145             DR3010E|\
146             Invalid OXM dir: {0}\       
147              
148 SYSTEM_ERROR=\
149             DR3011E|\
150             System Error: {0}\ 
151
152 INVALID_ORIGIN_PAYLOAD=\
153             DR3012E|\
154             Invalid origin-payload: {0}\
155
156 READING_JSON_SCHEMA_ERROR=\
157             DR3013E|\
158             Error reading JSON schema from: {0}\
159             
160 JSON_CONVERSION_ERROR=\
161             DR3014E|\
162             Error converting JSON: {0}\
163
164 FAIL_TO_CREATE_UPDATE_DOC=\
165                     DR3015E|\
166                     Failed to create or update document in index {0}.  Cause: {1}
167 LOAD_OXM_ERROR=\
168             DR5000E|\
169             Unable to load Oxm model: {0}\