diff options
Diffstat (limited to 'src/main/resources/logging/AAIUIMsgs.properties')
-rw-r--r-- | src/main/resources/logging/AAIUIMsgs.properties | 125 |
1 files changed, 113 insertions, 12 deletions
diff --git a/src/main/resources/logging/AAIUIMsgs.properties b/src/main/resources/logging/AAIUIMsgs.properties index a2c12ca..1843604 100644 --- a/src/main/resources/logging/AAIUIMsgs.properties +++ b/src/main/resources/logging/AAIUIMsgs.properties @@ -34,6 +34,14 @@ VISUALIZATION_GRAPH_OUTPUT=\ AAIUI0003I|\ Generated graph output has {0} node(s) and {1} link(s) +NODE_INTEGRITY_ALREADY_PROCESSED=\ + AAIUI0004I|\ + Node integrity for nodeId, {0}, has already been processed + +SKIPPING_PROCESS_NODE_INTEGRITY=\ + AAIUI0005I|\ + Skipping processNodeIntegrity() for node, {0}, because node integrity overlay is disabled + MAX_EVALUATION_ATTEMPTS_EXCEEDED=\ AAIUI0006I|\ Evaluate node depths exceeded max evaluation attempts @@ -88,7 +96,7 @@ OXM_READ_ERROR_NONVERBOSE=\ OXM_LOAD_SUCCESS=\ AAIUI00019I|\ - OXM File Loaded Successfully + OXM file version v{0} loaded successfully OXM_PARSE_ERROR_NONVERBOSE=\ AAIUI00020I|\ @@ -114,13 +122,25 @@ DATA_CACHE_SUCCESS=\ AAIUI00025D|\ InMemoryEntityCache cached data with key = {0} +ATTRIBUTES_UPDATE_METHOD_CALLED=\ + AAIUI00026I|\ + updateObjectAttribute called for : {0} ATTUID : {1} Attributes : {2} + +ATTRIBUTES_HANDLING_EDIT=\ + AAIUI00027I|\ + Handling Edit Attributes: requestUri = {0} Body : {1} + RESTFULL_OP_COMPLETE=\ AAIUI00028I|\ doRestfulOperation() operation for {0} execution time = {1} ms for link = {2}, ResultCode = {3} + +DI_MS_TIME_FOR_DATA_FETCH=\ + AAIUI00029I|\ + TabularService data fetch time: {0} ms. Status: {1}. COOKIE_FOUND=\ AAIUI00030I|\ - ESHr cookie found in the request <{0}> + attESHr cookie found in the request <{0}> INDEX_ALREADY_EXISTS=\ AAIUI00031I|\ @@ -281,6 +301,19 @@ LOGIN_FILTER_INFO=\ LOGIN_FILTER_DEBUG=\ AAIUI00072D|\ {0} + +DR_PROCESSING_FAILURE=\ + AAIUI00073I|\ + Failure to resolve proxied request. Response code: {0} for proxy payload: {1} + +DR_PROCESSING_TIME=\ + AAIUI00074I|\ + Time taken to resolve proxied request: {0} ms + +DR_PROXY_FROM_TO=\ + AAIUI00075I|\ + Proxying request from url: {0} to: {1} + #-------------------- 300 Series Errors --------------------# @@ -295,6 +328,14 @@ QUERY_AAI_WAIT_INTERRUPTION=\ EXECUTOR_SERV_EXCEPTION=\ AAIUI3003E|\ Thread: {0}. The following exception has occurred: {1} + +ATTRIBUTES_NOT_UPDATED_EXCEPTION=\ + AAIUI3004E|\ + Attributes not updated. {0} + +ATTRIBUTES_NOT_UPDATED_MESSAGE=\ + AAIUI3005E|\ + {0} SYNC_NOT_VALID_STATE_DURING_REQUEST=\ AAIUI3006E|\ @@ -452,6 +493,10 @@ PEGGING_ERROR=\ AAIUI30044E|\ Pegging UNKNOWN_EXCEPTION due to unexpected exception = {0} +ATTRIBUTES_ERROR_LOADING_MODEL_VERSION=\ + AAIUI30045E|\ + Model Version Error. {0} Not Found or not loaded successfully. + INVALID_REQUEST=\ AAIUI30046E|\ {0} @@ -470,7 +515,7 @@ DI_DATA_NOT_FOUND_VERBOSE=\ OXM_FILE_NOT_FOUND=\ AAIUI30050E|\ - Unable to find latest OXM file in directory: {0} + Unable to find any OXM file. OXM_READ_ERROR_VERBOSE=\ AAIUI30051E|\ @@ -511,10 +556,6 @@ ERROR_SORTING_VIOLATION_DATA=\ CONFIGURATION_ERROR=\ AAIUI30060E|\ Failed to load {0} configurations - -ERROR_SERVLET_PROCESSSING=\ - AAIUI30061E|\ - Failure during servlet request processing. Error: {0} QUERY_AAI_RETRY_FAILURE_WITH_SEQ=\ AAIUI30062E|\ @@ -548,6 +589,10 @@ RESTFULL_OP_ERROR_VERBOSE=\ AAIUI30069E|\ Error retrieving link: {0} from restful endpoint due to error: {1} +ATTRIBUTES_ERROR_GETTING_AAI_CONFIG_OR_ADAPTER=\ + AAIUI30070E|\ + Error in getting AAI configuration or Adaptor: {0} + USER_AUTHORIZATION_FILE_UNAVAILABLE=\ AAIUI30071E|\ User authorization file unavailable. User {0} cannot be authorized. @@ -564,6 +609,10 @@ FILE_NOT_FOUND=\ AAIUI30074E|\ Failed to find file: {0} +ATTRIBUTES_USER_NOT_AUTHORIZED_TO_UPDATE=\ + AAIUI30075E|\ + User {0} is not authorized for Attributes update + SELF_LINK_NULL_EMPTY_RESPONSE=\ AAIUI30076E|\ AIN - Failed to process null or empty pathed self link response @@ -700,6 +749,10 @@ VISUALIZATION_OUTPUT_ERROR=\ AAIUI300109E|\ An error occurred while preparing D3 visualization output: {0} +FAILED_TO_PROCESS_NODE_INTEGRITY=\ + AAIUI300110E|\ + Failed to process node integrity: {0} + FAILURE_TO_PROCESS_REQUEST=\ AAIUI300111E\ Failure to process request. {0} @@ -732,6 +785,10 @@ ADD_SEARCH_TARGET_ATTRIBUTES_FAILED=\ AAIUI300118E|\ Add SearchTargetAttributes failure: {0} +NODE_INTEGRITY_OVERLAY_ERROR=\ + AAIUI300119E|\ + Error processing node integrity overlay: {0} + ERROR_LOADING_OXM_SUGGESTIBLE_ENTITIES=\ AAIUI300120E|\ Failed to load suggestible entities in OXM file. Synchronizer stopped. @@ -778,9 +835,53 @@ ERROR_D3_GRAPH_VISUALIZATION=\ ERROR_AAI_QUERY_WITH_RETRY=\ AAIUI300130E|\ - Querying AAI with retry failed due to exception: {0} + Querying AAI with retry failed due to exception: {0} + +ERROR_READING_JSON_SCHEMA=\ + AAIUI300131E|\ + Error reading JSON schema from: {0} + +VIEW_NAME_NOT_SUPPORTED=\ + AAIUI300132E|\ + View name not supported: {0} + +ERROR_FETCHING_FILTER_VALUES=\ + AAIUI300133E|\ + Result {0} while fetching filter values for filter {1}. + +ERROR_PROCESSING_WIDGET_REQUEST=\ + AAIUI300134E|\ + Error processing for query: {0} in view: {1} + + +ERROR_FILTERS_NOT_FOUND=\ + AAIUI300135E|\ + No filters were provided as part of request. + +DR_REQUEST_URI_FOR_PROXY_UNKNOWN=\ + AAIUI300136E|\ + Failure to generate routing service URL from: {0} - +OXM_LOADING_ERROR=\ + AAIUI300137E|\ + OXM loading error. Reason: {0} + +URI_DECODING_EXCEPTION=\ + AAIUI300138E|\ + Error decoding exception. {0} + +ENCRYPTION_ERROR=\ + AAIUI300139E|\ + Encryption error for value: {0}. Cause: {1} + +DECRYPTION_ERROR=\ + AAIUI300140E|\ + Decryption error for encrypted value: {0}. Cause: {1} + +RESOURCE_NOT_FOUND=\ + AAIUI300141E|\ + Unsupported request. Resource not found: {0} + #-------------------- 900 Series Errors --------------------# UNKNOWN_SERVER_ERROR=\ @@ -793,8 +894,8 @@ SEARCH_ADAPTER_ERROR=\ QUERY_PARAM_EXTRACTION_ERROR=\ AAIUI9003E|\ - Query Parameter Self-Link Extraction Error: {0} - + Query Parameter Self-Link Extraction Error: {0} + ERROR_EXTRACTING_RESOURCE_PATH_FROM_LINK=\ AAIUI9004E|\ - Error extracting resource path from self-link. Error: {0}
\ No newline at end of file + Error extracting resource path from self-link. Error: {0} |