diff options
Diffstat (limited to 'src/main/resources/validation-service-logging-resources.properties')
-rw-r--r-- | src/main/resources/validation-service-logging-resources.properties | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/src/main/resources/validation-service-logging-resources.properties b/src/main/resources/validation-service-logging-resources.properties new file mode 100644 index 0000000..2cdc2e8 --- /dev/null +++ b/src/main/resources/validation-service-logging-resources.properties @@ -0,0 +1,178 @@ +# ============LICENSE_START=================================================== +# Copyright (c) 2018 Amdocs +# ============================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END===================================================== +# +#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 +# +######################################################################## + +MESSAGE_VALIDATION_REQUEST=\ + LOG0001I|\ + Validation request payload: {0}|\ + No resolution required|\ + |\ + +POLL_EVENTS=\ + LOG0002I|\ + *** Polling for events ***|\ + +NUMBER_OF_MESSAGES_CONSUMED=\ + LOG0003I|\ + Number of messages consumed: {0}|\ + +STARTUP_SERVLET_INIT=\ + LOG0004I|\ + ---------- StartupServlet Initializing ----------|\ + +POLLING_INTERVAL_CONFIG_NOT_PRESENT=\ + LOG0005I|\ + Polling interval config not present, using default interval of {0} seconds|\ + +POLLING_FOR_EVENTS=\ + LOG0006I|\ + ---------- Starting to poll for events. Interval = {0} seconds. ----------|\ + +POLLING_DISABLED=\ + LOG0007I|\ + ---------- Event polling is disabled ----------|\ + +STARTUP_SERVLET_INIT_SUCCESS=\ + LOG0008I|\ + ---------- StartupServlet Initialized successfully ----------|\ + +EVENT_CLIENT_CLOSE_UNSENT_MESSAGE=\ + LOG0009I|\ + {0}|\ + +LOAD_PROPERTIES=\ + LOG0010I|\ + Loading properties - {0}|\ + +FILE_LOAD_INTO_MAP=\ + LOG0011I|\ + File {0} is loaded into the map and the corresponding system properties have been refreshed|\ + +MESSAGE_AUDIT=\ + LOG0012I|\ + {0}|\ + |\ + +MESSAGE_METRIC=\ + LOG0013I|\ + {0}|\ + |\ + +MISSING_REQUEST_ID=\ + LOG0014I|\ + Missing request ID. Assigned {0}|\ + +MESSAGE_PUBLISH_ERROR=\ + LOG0201E|\ + Error while publishing validation result: {0}|\ + |\ + +INVOKE_EVENT_CONSUMER_ERROR=\ + LOG0202E|\ + Error invoking the Event Consumer|\ + +UNSENT_MESSAGE_WARN=\ + LOG0203W|\ + Not all events were successfully sent|\ + +UNSENT_MESSAGE_ERROR=\ + LOG0204E|\ + Error sending events|\ + +SEND_MESSAGE_ABORT_WARN=\ + LOG0205W|\ + Retries exhausted, aborting|\ + +SEND_MESSAGE_RETRY_WARN=\ + LOG0206W|\ + Retrying to send events|\ + +READ_FILE_ERROR=\ + LOG0300E|\ + Error reading file {0}|\ + +FILE_ARG_NULL_ERROR=\ + LOG0301E|\ + File argument is null|\ + +FILE_LOAD_INTO_MAP_ERROR=\ + LOG0302E|\ + File {0} cannot be loaded into the map {1}|\ + +CREATE_PROPERTY_MAP_ERROR=\ + LOG0303E|\ + Error creating property map|\ + +FILE_MONITOR_BLOCK_ERROR=\ + LOG0304E|\ + Error in the file monitor block|\ + +READ_FILE_STREAM_ERROR=\ + LOG0305E|\ + Error reading the file stream|\ + +STRING_UTILS_INVALID_REGEX=\ + LOG0306E|\ + Invalid regular expression: {0}|\ + +OXM_LOAD_ERROR=\ + LOG0401E|\ + OXM load error|\ + Check the OXM files are well formed and present and retry|\ + The OXM files are missing and or corrupt|\ + +OXM_MISSING_KEY_ERROR=\ + LOG0402E|\ + Graph object {0} primary key missing|\ + Check request is valid and retry|\ + The Graph object is missing the primary key(s)|\ + +CANNOT_VALIDATE_ERROR=\ + LOG0901E|\ + Error during validation of event: {0}|\ + |\ + +CANNOT_VALIDATE_HANDLE_EXCEPTION_ERROR=\ + LOG0902E|\ + Error during handling the exception for an event that could not be validated: {0}|\ + |\ + +MALFORMED_REQUEST_ERROR=\ + LOG1000E|\ + Malformed request.|\ + +PROCESS_REQUEST_ERROR=LOG1001E|Error while processing request.|
\ No newline at end of file |