From 60f7f5e11d7d0d7870a4650956921bd1afa309fd Mon Sep 17 00:00:00 2001 From: abatos Date: Fri, 12 May 2017 14:11:30 -0400 Subject: Initial ONAP Synapse commit Change-Id: I3a0ed659dbb8f8faeeb54093b5d6f10414cd886e Signed-off-by: abatos --- .../resources/logging/DataRouterMsgs.properties | 135 +++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 src/main/resources/logging/DataRouterMsgs.properties (limited to 'src/main/resources/logging/DataRouterMsgs.properties') diff --git a/src/main/resources/logging/DataRouterMsgs.properties b/src/main/resources/logging/DataRouterMsgs.properties new file mode 100644 index 0000000..352f239 --- /dev/null +++ b/src/main/resources/logging/DataRouterMsgs.properties @@ -0,0 +1,135 @@ +#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 +# +######################################################################## + +SERVICE_STARTED=\ + DataRouter service started + +FILE_CHANGED=\ + DR0002I|\ + File {0} has been changed! + +FILE_RELOADED=\ + DR0003I|\ + File {0} has been reloaded! + +REPORT_CONFIG_WATCHER_INT=\ + DR0004I|\ + Config Watcher Interval = {0} + +LOADING_PROPERTIES=\ + DR0005I|\ + Loading properties - {0} + +PROPERTIES_LOADED=\ + DR0006I|\ + File {0} is loaded into the map and the corresponding system properties have been refreshed + +UEB_NO_EVENTS_RECEIVED=\ + DR0007I|\ + Received no events on topic: {0} + +CONFIGURING_ROUTING_POLICIES=\ + DR0008I|\ + Configuring routing policies on Data Layer + +PROCESS_REST_REQUEST=\ + DR0009I|\ + Received request {0} {1} from {2}. Sending response: {3} + +PROCESS_EVENT=\ + DR0010I|\ + Processed event {0}. Result: {1} + +STARTUP_FAILURE=\ + DR2001E|\ + DecoratorService failed to start up. Reason: {0} + +UEB_CONNECT_ERR=\ + DR2002E|\ + Failed to query UEB for event topic {0}: {1} + +QUERY_ROUTING_ERR=\ + DR2003E|\ + Failed to route query for event topic {0}: {1} + +LOAD_PROPERTIES_FAILURE=\ + DR3001E|\ + File {0} cannot be loaded into the map. + +FILE_MON_BLOCK_ERR=\ + DR3002E|\ + Error in the file monitor block. + +CREATE_PROPERTY_MAP_ERR=\ + DR3003E|\ + Error creating property map. + +FILE_STREAM_ERR=\ + DR3004E|\ + Error reading the file stream. + +ROUTING_POLICY_CONFIGURATION_ERROR=\ + DR3005E|\ + Could not configure routing policy {0} for source {1} and action {2} + +BAD_REST_REQUEST=\ + DR3006E|\ + Bad Rest Request {0} + +FAIL_TO_CREATE_SEARCH_INDEX=\ + DR3008E|\ + Failed to create Search index {0} due to: {1} + +INVALID_OXM_FILE=\ + DR3009E|\ + Unable to parse schema file: {0} due to error : {1}\ + +INVALID_OXM_DIR=\ + DR3010E|\ + Invalid OXM dir: {0}\ + +SYSTEM_ERROR=\ + DR3011E|\ + System Error: {0}\ + -- cgit 1.2.3-korg