352f239628fea130e9960648e662def81bd1dd74
[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 PROCESS_EVENT=\
81             DR0010I|\
82             Processed event {0}.  Result: {1}
83             
84 STARTUP_FAILURE=\
85             DR2001E|\
86             DecoratorService failed to start up. Reason: {0}
87             
88 UEB_CONNECT_ERR=\
89             DR2002E|\
90             Failed to query UEB for event topic {0}: {1}
91             
92 QUERY_ROUTING_ERR=\
93             DR2003E|\
94             Failed to route query for event topic {0}: {1} 
95             
96 LOAD_PROPERTIES_FAILURE=\
97             DR3001E|\
98             File {0} cannot be loaded into the map.                        
99
100 FILE_MON_BLOCK_ERR=\
101             DR3002E|\
102             Error in the file monitor block.            
103             
104 CREATE_PROPERTY_MAP_ERR=\
105             DR3003E|\
106             Error creating property map.
107             
108 FILE_STREAM_ERR=\
109             DR3004E|\
110             Error reading the file stream.    
111                      
112 ROUTING_POLICY_CONFIGURATION_ERROR=\
113             DR3005E|\
114             Could not configure routing policy {0} for source {1} and action {2}
115                      
116 BAD_REST_REQUEST=\
117             DR3006E|\
118             Bad Rest Request {0}  
119             
120 FAIL_TO_CREATE_SEARCH_INDEX=\
121          DR3008E|\
122          Failed to create Search index {0} due to: {1}      
123          
124 INVALID_OXM_FILE=\
125             DR3009E|\
126             Unable to parse schema file: {0} due to error : {1}\
127             
128 INVALID_OXM_DIR=\
129             DR3010E|\
130             Invalid OXM dir: {0}\       
131              
132 SYSTEM_ERROR=\
133             DR3011E|\
134             System Error: {0}\ 
135