94196e2cea1cbea90b0617204ce9085615d27005
[aai/sparky-be.git] / sparkybe-onap-service / src / main / resources / logging / AAIUIMsgs.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 at least 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 #-------------------- 000 Series Info/Warning/Debug --------------------#
24
25 DANGLING_NODE_WARNING=\
26             AAIUI0001W|\
27             Dangling node issue detected: {0}
28             
29 FILE_READ_IN_PROGRESS=\
30             AAIUI0002W|\
31             Attempting getFileContents() for file: {0}                  
32
33 VISUALIZATION_GRAPH_OUTPUT=\
34             AAIUI0003I|\
35             Generated graph output has {0} node(s) and {1} link(s)
36             
37 NODE_INTEGRITY_ALREADY_PROCESSED=\
38             AAIUI0004I|\
39             Node integrity for nodeId, {0}, has already been processed
40
41 SKIPPING_PROCESS_NODE_INTEGRITY=\
42             AAIUI0005I|\
43             Skipping processNodeIntegrity() for node, {0}, because node integrity overlay is disabled
44             
45 MAX_EVALUATION_ATTEMPTS_EXCEEDED=\
46             AAIUI0006I|\
47             Evaluate node depths exceeded max evaluation attempts
48             
49 SYNC_DURATION=\
50             AAIUI0007I|\
51             {0}
52
53 SYNC_TO_BEGIN=\
54             AAIUI0008I|\
55             [{0}] next synchronization operation will begin at {1}
56
57 WILL_RETRIEVE_TXN=\
58             AAIUI0009I|\
59             About to retrieve the txn {0}
60             
61 ALL_TRANSACTIONS_RESOLVED=\
62             AAIUI00010I|\
63             All transactions are resolved, total resolve time was, {0}, total links retrieved, {1}, with an opTime of, {2} ms
64             
65 OUTSTANDING_WORK_PENDING_NODES=\
66             AAIUI00011I|\
67             Method hasOutstandingWork: Number of pending nodes, {0}
68             
69 OPERATION_TIME=\
70             AAIUI00012I|\
71             Operation: {0} - Time taken: {1}
72             
73 NO_RELATIONSHIP_DISCOVERED=\
74             AAIUI00013I|\
75             No relationships discovered for entity: {0}
76             
77 ACTIVE_INV_NODE_CHANGE_DEPTH=\
78             AAIUI00014I|\
79             AIN - {0} - changing depth from {1} to {2}
80             
81 ACTIVE_INV_NODE_CHANGE_STATE=\
82             AAIUI00015I|\
83             [{0}], State change from {1} to {2}, caused by action {3}
84
85 ACTIVE_INV_NODE_CHANGE_STATE_NO_NODE_ID=\
86             AAIUI00016I|\
87             Node state change from {0} => {1} caused by action = {2}
88
89 INITIALIZE_OXM_MODEL_LOADER=\
90             AAIUI00017I|\
91             Initializing OXM Model Loader
92     
93 OXM_READ_ERROR_NONVERBOSE=\
94             AAIUI00018I|\
95             Unable to Read OXM File
96             
97 OXM_LOAD_SUCCESS=\
98             AAIUI00019I|\
99             OXM file version {0} loaded successfully 
100             
101 OXM_PARSE_ERROR_NONVERBOSE=\
102             AAIUI00020I|\
103             Unable to Parse OXM File
104             
105 ETAG_RETRY_SEQ=\
106             AAIUI00021D|\
107             doEdgeTagQueryWithRetries: attempt number = {0}
108             
109 QUERY_AAI_RETRY_SEQ=\
110             AAIUI00022D|\
111             queryActiveInventory: {0} attempt number = {1}
112             
113 QUERY_AAI_RETRY_DONE_SEQ=\
114             AAIUI00023D|\
115             queryActiveInventory: {0} after = {1} attempt(s).
116             
117 QUERY_AAI_RETRY_MAXED_OUT=\
118             AAIUI00024I|\
119             Failed to queryActiveInventory: {0} after max attempt(s). 
120             
121 DATA_CACHE_SUCCESS=\
122             AAIUI00025D|\
123             InMemoryEntityCache cached data with key = {0}
124
125 ATTRIBUTES_UPDATE_METHOD_CALLED=\
126             AAIUI00026I|\
127             updateObjectAttribute called for : {0} ATTUID : {1} Attributes : {2}
128
129 ATTRIBUTES_HANDLING_EDIT=\
130             AAIUI00027I|\
131             Handling Edit Attributes: requestUri = {0} Body : {1}
132
133 RESTFULL_OP_COMPLETE=\
134             AAIUI00028I|\
135             doRestfulOperation() operation for {0} execution time = {1} ms for link = {2}, ResultCode = {3}       
136     
137 DI_MS_TIME_FOR_DATA_FETCH=\
138             AAIUI00029I|\
139             TabularService data fetch time: {0} ms. Status: {1}.                      
140
141 COOKIE_FOUND=\
142             AAIUI00030I|\
143             attESHr cookie found in the request <{0}>
144
145 INDEX_ALREADY_EXISTS=\
146             AAIUI00031I|\
147             [{0}] - Index Already Exists
148             
149 INDEX_RECREATED=\
150             AAIUI00032I|\
151             [{0}] - Index successfully re-created
152             
153 INDEX_EXISTS=\
154             AAIUI00033I|\
155             [{0}] - Index exists
156
157 INDEX_INTEGRITY_CHECK_FAILED=\
158             AAIUI00034W|\
159             [{0}] - Index Integrity check failed, a failure occurred re-creating index. Aborting sync operation. Index Creation error = {1}
160           
161 INDEX_NOT_EXIST=\
162             AAIUI00035I|\
163             [{0}] - Index Does not Exist
164
165 SYNC_INTERNAL_STATE_CHANGED=\
166             AAIUI00036I|\
167             [{0}] Changing from state = {1} -> {2} caused by {3}
168
169 SYNC_START_TIME=\
170             AAIUI00037I|\
171             Scheduled synchronization will happen on default time '05:00:00 UTC'. Check value for 'synchronizer.syncTask.startTimestamp' parameter
172
173 SKIP_PERIODIC_SYNC_AS_SYNC_DIDNT_FINISH=\
174             AAIUI00038I|\
175             Synchronization did not finish yet. Skipping periodic synchronization at {0} 
176
177 SEARCH_ENGINE_SYNC_STARTED=\
178             AAIUI00039I|\
179             Search Engine synchronization starting at {0}
180
181 FAILED_TO_RESTORE_TXN_FILE_MISSING=\
182             AAIUI00040D|\
183             Failed to restore txn because {0} does not exist.
184     
185 ERROR_BUILDING_RESPONSE_FOR_TABLE_QUERY=\
186             AAIUI00041W|\
187             Caught an exception while building a search response for table query.  Error: {0}
188            
189 ERROR_BUILDING_SEARCH_RESPONSE=\
190             AAIUI00042W|\
191             Caught an exception while building a search response.  Error: {0} 
192
193 WAIT_FOR_ALL_SELFLINKS_TO_BE_COLLECTED=\
194             AAIUI00043D|\
195             Waiting for all self-link lists to be collected
196             
197 ES_SIMPLE_PUT=\
198             AAIUI00044I|\
199             Element {0} not discovered for merge. Simple put will be used.
200
201 ES_OPERATION_RETURN_CODE=\
202             AAIUI00045I|\
203             Operation did not return 200, instead returned code : {0}
204             
205 ES_CROSS_REF_SYNC_VERSION_CONFLICT=\
206             AAIUI00046W|\
207             Store document failed during cross reference entity synchronization due to version conflict. Entity will be resynced.
208
209 ES_PKEYVALUE_NULL=\
210             AAIUI00047W|\
211             getPopulatedDocument() pKeyValue is null for entityType : {1}
212             
213 ES_SYNC_CLEAN_UP=\
214             AAIUI00048I|\
215             ElasticSearchEntityPurger.performCleanup() for indexName : {0}
216             
217 ES_SYNC_CLEAN_UP_SIZE=\
218             AAIUI00049I|\
219             [ {0} ], performCleanup(), Pre-Sync Collection Size : {1} and Post-Sync Collection Size : {2}
220             
221 ES_SYNC_SELECTIVE_DELETE=\
222             AAIUI00050I|\
223             About to perform selective delete with indexName={0}, indexType {1}, numrecords= {2}
224        
225 ES_BULK_DELETE=\
226            AAIUI00051I|\
227            [ {0} ] - Sending bulk delete request with a total of {1} records
228
229 COLLECT_TIME_WITH_SUCCESS=\
230            AAIUI00052I|\
231            retrieve {0}AllDocumentIdentifiers operation completed in {0} ms successfully
232            
233 SYNC_NUMBER_REQ_FETCHES=\
234            AAIUI00053D|\
235            numRequiredFetches : {0}
236
237 SYNC_NUMBER_REQ_FETCHES=\
238            AAIUI00054D|\
239            Total fetched {0} of total available {1}
240            
241 COLLECT_TOTAL=\
242            AAIUI00055I|\
243            retrieve {0}: Total returned : {1}
244
245 COLLECT_TOTAL_TIME=\
246            AAIUI00056I|\
247            retrieve {0}, took = {0}
248            
249 ES_SCROLL_CONTEXT_ERROR=\
250            AAIUI00057W|\
251            Failed to get results from elastic search scroll context.  Error cause : {0}
252            
253 ES_BULK_DELETE_SKIP=\
254            AAIUI00058I|\
255            Skipping bulkDelete(); operation because docs to delete list is empty
256            
257 ES_BULK_DELETE_START=\
258            AAIUI00059I|\
259            bulkDelete: about to delete {0} docs
260
261 GEO_SYNC_IGNORING_ENTITY=\
262            AAIUI00060I|\
263            GeoSynchronizer ignoring an entity of type {0} because of missing / invalid long/lat coordinates.  Entity : {1} 
264
265 HISTORICAL_ENTITY_COUNT_SUMMARIZER_STARTING=\
266            AAIUI00061I|\
267            Historical Entity Count Summarizer starting at {0}
268
269 HISTORICAL_SYNC_PENDING=\
270            AAIUI00062I|\
271            History Entity Summarizer is already running, skipping request for another doSync
272
273 HISTORICAL_SYNC_TO_BEGIN=\
274            AAIUI00063I|\
275            Next historical entity summary will begin at {0}
276
277 HISTORICAL_SYNC_DURATION=\
278            AAIUI00064I|\
279            {0} synchronization took {1} ms.
280
281 DEBUG_GENERIC=\
282            AAIUI00065D|\
283            {0}
284
285 INFO_GENERIC=\
286            AAIUI00066I|\
287            {0}
288
289 WARN_GENERIC=\
290            AAIUI00067W|\
291            {0}
292
293 VALID_REDIRECT_URL=\
294                         AAIUI00070D|\
295             Redirecting to login URL: {0}
296             
297 LOGIN_FILTER_INFO=\
298                         AAIUI00071I|\
299                         {0}
300                         
301 LOGIN_FILTER_DEBUG=\
302                         AAIUI00072D|\
303                         {0}
304
305 DR_PROCESSING_FAILURE=\
306                         AAIUI00073I|\
307                         Failure to resolve proxied request. Response code: {0} for proxy payload: {1}
308
309 DR_PROCESSING_TIME=\
310                         AAIUI00074I|\
311                         Time taken to resolve proxied request: {0} ms
312
313 DR_PROXY_FROM_TO=\
314                         AAIUI00075I|\
315                         Proxying request from url: {0} to: {1}                  
316                                                                 
317             
318 #-------------------- 300 Series Errors --------------------#
319
320 ETAG_WAIT_INTERRUPTION=\
321             AAIUI3001E|\
322             doEdgeTagQueryWithRetries: interrupted while sleeping with cause = {0}        
323
324 QUERY_AAI_WAIT_INTERRUPTION=\
325             AAIUI3002E|\
326             queryActiveInventoryWithRetries: interrupted while sleeping with cause = {0} 
327
328 EXECUTOR_SERV_EXCEPTION=\
329             AAIUI3003E|\
330             Thread: {0}. The following exception has occurred: {1}
331             
332 ATTRIBUTES_NOT_UPDATED_EXCEPTION=\
333             AAIUI3004E|\
334             Attributes not updated. {0}
335
336 ATTRIBUTES_NOT_UPDATED_MESSAGE=\
337             AAIUI3005E|\
338             {0}
339
340 SYNC_NOT_VALID_STATE_DURING_REQUEST=\
341             AAIUI3006E|\
342             Sync requested while synchronizer not in valid state. Current internal state: {0}
343
344 SYNC_SKIPPED_SYNCCONTROLLER_NOT_INITIALIZED=\
345             AAIUI3007E|\
346             SyncController has not been initialized. Synchronization skipped
347
348 ENTITY_SYNC_FAILED_DESCRIPTOR_NOT_FOUND=\
349             AAIUI3008E|\
350             Entity sync failed because entity descriptor could not be located for entityType = {0}
351
352 ENTITY_SYNC_FAILED_DURING_AAI_RESPONSE_CONVERSION=\
353             AAIUI3009E|\
354             Sync Entity Failure caused by error in converting AAI response into an object.
355
356 ENTITY_SYNC_FAILED_QUERY_ERROR=\
357             AAIUI30010E|\
358             {0}
359
360 ENTITY_SYNC_FAILED_SELFLINK_AMBIGUITY=\
361             AAIUI30011E|\
362             Entity sync failed due to self-link determination ambiguity. Unexpected number of links = {0}
363
364 AGGREGATION_KEY_ERROR=\
365             AAIUI30012E|\
366             Failed to derive {0} for aggregation by {1} 
367
368 INTERRUPTED=\
369            AAIUI30013E|\
370            Interrupted {0} while waiting for elastic search tasks to be processed with error : {1}
371
372 JSON_PROCESSING_ERROR=\
373            AAIUI30014E|\
374            Failed to process json with error : {0}
375            
376 HISTORICAL_COLLECT_ERROR=\
377            AAIUI30015E|\
378            Caught an error while collecting results for historical entity summary. Error : {0}
379
380 HISTORICAL_ENTITY_COUNT_SUMMARIZER_NOT_STARTED=\
381            AAIUI30016E|\
382            HistoricalEntityCountSummaryTask has not been initialized. Synchronization skipped
383
384 OXM_FAILED_RETRIEVAL=\
385            AAIUI30017E|\
386            Failed to load searchable entities for {0} in OXM file. Synchronizer stopped.           
387            
388 SELF_LINK_GET_NO_RESPONSE=\
389            AAIUI30018E|\
390            AAI did not provide a response for self-link: {0}   
391
392 ES_BULK_DELETE=\
393            AAIUI30019E|\
394            [ {0} ] - An error occurred while attempting to perform selective delete to elastic search index with an error cause : {1}
395            
396 COLLECT_TIME_WITH_ERROR=\
397            AAIUI30020E|\
398            retrieve {0} operation completed in {1} ms with some errors
399
400 ES_SEARCHABLE_ENTITY_SYNC_ERROR=\
401             AAIUI30021E|\
402             {0}
403
404 ES_STORE_FAILURE=\
405             AAIUI30022E|\
406             There was an error storing the document into elastic search. Error : {0}
407
408 ES_PRE_SYNC_FAILURE=\
409             AAIUI30023E|\
410             {0} An error occured while collecting the pre-sync object id collection. Error : {1}
411
412 ES_CROSS_REF_SYNC_FAILURE=\
413             AAIUI30024E|\
414             Store document failed during cross reference entity synchronization with result code {0} and result message {1}
415             
416 ES_FAILED_TO_CONSTRUCT_URI=\
417             AAIUI30025E|\
418             Failed to construct an elastic search uri during re-sync, with error : {0}
419             
420 ES_RETRIEVAL_FAILED_RESYNC=\
421             AAIUI30026E|\
422             Elasticsearch retrieval failed for re-sync. Error : {0}
423             
424 ES_CROSS_ENTITY_RESYNC_LIMIT=\
425             AAIUI30027E|\
426             Cross entity re-sync limit reached for {0}, re-sync will no longer be attempted for this entity
427
428 ES_CROSS_ENTITY_REF_PUT=\
429             AAIUI30028E|\
430             Cross entity reference sync UPDATE PUT error: {0}
431
432 ES_ABORT_CROSS_ENTITY_REF_SYNC=\
433             AAIUI30029E|\
434             Error extracting {0} from response, aborting cross entity ref sync of {1}. Error : {2}
435
436 MISSING_ENTITY_DESCRIPTOR=\
437             AAIUI30030E|\
438             Missing entity descriptor for type : {0}
439             
440 SELF_LINK_GET=\
441             AAIUI30031E|\
442             Failure during self link GET. Error : {0}
443             
444 SELF_LINK_CROSS_REF_SYNC=\
445             AAIUI30032E|\
446             Self link GET has returned null during cross entity reference sync
447             
448 ES_FAILED_TO_CONSTRUCT_QUERY=\
449             AAIUI30033E|\
450             Failed to construct an elastic search uri with error : {0}
451             
452 ES_RETRIEVAL_FAILED=\
453             AAIUI30034E|\
454             Elasticsearch retrieval failed. Error : {0}
455             
456 ES_LINK_UPSERT=\
457             AAIUI30035E|\
458             Error creating link for upsert. Error : {0}
459
460 ERROR_GENERIC=\
461             AAIUI30036E|\
462             {0}
463
464 ERROR_PROCESSING_REQUEST=\
465             AAIUI30037E|\
466             Failure to process request with error: {1}
467             
468 ERROR_CSP_CONFIG_FILE=\
469             AAIUI30038E|\
470             Failed to load CSP filter configuration properties
471            
472 ERROR_SHUTDOWN_EXECUTORS=\
473             AAIUI30039E|\
474             Failure during shutdown of executors.  Error : {0}
475
476 ERROR_LOADING_OXM=\
477             AAIUI30040E|\
478             Failed to load searchable entities in OXM file. Synchronizer stopped.
479             
480 ERROR_GETTING_DATA_FROM_AAI=\
481             AAIUI30041E|\
482             An error occurred getting data from AAI.  Error : {0}
483
484 SOT_FILE_NOT_FOUND=\
485             AAIUI30042E|\
486             Error in reading source-of-truth configuration
487
488 INVALID_REQUEST_PARAMS=\
489             AAIUI30043E|\
490             Invalid request parameters
491             
492 PEGGING_ERROR=\
493             AAIUI30044E|\
494             Pegging UNKNOWN_EXCEPTION due to unexpected exception = {0}
495
496 ATTRIBUTES_ERROR_LOADING_MODEL_VERSION=\
497             AAIUI30045E|\
498             Model Version Error. {0} Not Found or not loaded successfully.
499
500 INVALID_REQUEST=\
501             AAIUI30046E|\
502             {0}
503
504 INVALID_URL_VERBOSE=\
505             AAIUI30047E|\
506             Invalid URL: {0}. Reason: {1}. 
507    
508 DI_DATA_NOT_FOUND_NONVERBOSE=\
509             AAIUI30048E|\
510             No data integrity data found for rowID: {0}.    
511             
512 DI_DATA_NOT_FOUND_VERBOSE=\
513             AAIUI30049E|\
514             No data integrity data found for rowID: {0} after {1} attempts.
515
516 OXM_FILE_NOT_FOUND=\
517             AAIUI30050E|\
518             Unable to find any OXM file.
519             
520 OXM_READ_ERROR_VERBOSE=\
521             AAIUI30051E|\
522             Unable to read OXM file: {0}  
523          
524 ERROR_PARSING_JSON_PAYLOAD_NONVERBOSE=\
525             AAIUI30052E|\
526             Error in parsing JSON payload for {0}
527
528 ERROR_PARSING_JSON_PAYLOAD_VERBOSE=\
529             AAIUI30053E|\
530             Error in parsing JSON payload: {0}
531            
532 ERROR_FETCHING_JSON_VALUE=\
533             AAIUI30054E|\
534             Error in getting value for key: {0}. Data: {1}
535             
536 OXM_READ_PARSE_VERBOSE=\
537             AAIUI30055E|\
538             Unable to parse OXM file: {0}. The following exception has occurred: {1}             
539
540 OXM_PROP_DEF_ERR_CROSS_ENTITY_REF=\
541             AAIUI30056E|\
542             Invalid OXM definition of xml-property 'crossEntityReference' for entity : {0} with a value of : {1}               
543
544 SYNC_INVALID_CONFIG_PARAM=\
545             AAIUI30057E|\
546             {0}
547
548 ERROR_PARSING_PARAMS=\
549             AAIUI30058E|\
550             Error parsing parameters. Error: {0}
551
552 ERROR_SORTING_VIOLATION_DATA=\
553             AAIUI30059E|\
554             Error in sorting violation data based on key: {0}
555
556 CONFIGURATION_ERROR=\
557             AAIUI30060E|\
558             Failed to load {0} configurations
559
560 QUERY_AAI_RETRY_FAILURE_WITH_SEQ=\
561             AAIUI30062E|\
562             Failed to queryActiveInventory {0} attempt number = {1}  
563             
564 DISK_CACHE_READ_IO_ERROR=\
565             AAIUI30063E|\
566             Failed to read from disk cache. Exception: {0}
567
568 DISK_CREATE_DIR_IO_ERROR=\
569             AAIUI30064E|\
570             Failed to create directory in disk. Exception: {0}      
571             
572 DISK_DATA_WRITE_IO_ERROR=\
573             AAIUI30065E|\
574             Failed to persist data in disk. Exception: {0}  
575                             
576 DISK_NAMED_DATA_WRITE_IO_ERROR=\
577             AAIUI30066E|\
578             Failed to persist data for {0} in disk. Exception: {1}  
579             
580 DISK_NAMED_DATA_READ_IO_ERROR=\
581             AAIUI30067E|\
582             Failed to retrieve data for {0} from disk. Exception: {1}   
583             
584 OFFLINE_STORAGE_PATH_ERROR=\
585             AAIUI30068E|\
586             Error in determining offline storage path for link: {0}. Exception: {1}         
587             
588 RESTFULL_OP_ERROR_VERBOSE=\
589             AAIUI30069E|\
590             Error retrieving link: {0} from restful endpoint due to error: {1}                      
591
592 ATTRIBUTES_ERROR_GETTING_AAI_CONFIG_OR_ADAPTER=\
593             AAIUI30070E|\
594             Error in getting AAI configuration or Adaptor: {0}
595
596 USER_AUTHORIZATION_FILE_UNAVAILABLE=\
597             AAIUI30071E|\
598             User authorization file unavailable. User {0} cannot be authorized.
599
600 COOKIE_NOT_FOUND=\
601             AAIUI30072E|\
602             No cookies found in the request
603             
604 CONFIG_NOT_FOUND_VERBOSE=\
605             AAIUI30073E|\
606             Error in loading configuration from file: {0}. Cause: {1}   
607             
608 FILE_NOT_FOUND=\
609             AAIUI30074E|\
610             Failed to find file: {0}
611
612 ATTRIBUTES_USER_NOT_AUTHORIZED_TO_UPDATE=\
613             AAIUI30075E|\
614             User {0} is not authorized for Attributes update
615
616 SELF_LINK_NULL_EMPTY_RESPONSE=\
617             AAIUI30076E|\
618             AIN - Failed to process null or empty pathed self link response
619
620 SELF_LINK_RELATIONSHIP_LIST_ERROR=\
621             AAIUI30077E|\
622             AIN - Caught an error processing the self-link relationship-list: {0}
623
624 SEARCH_SERVLET_ERROR=\
625             AAIUI30078E|\
626             Search Servlet Error: {0}
627
628 SEARCH_RESPONSE_BUILDING_EXCEPTION=\
629             AAIUI30079E|\
630             Caught an exception while building a search response.  Error: {0}
631
632 SEARCH_TAG_ANNOTATION_ERROR=\
633             AAIUI30080E|\
634             An error occurred annotating search tags. Search tags: {0} Error: {1}
635
636 QUERY_FAILED_UNHANDLED_APP_TYPE=\
637             AAIUI30081E|\
638             Do-Query failed because of an unhandled application type: {0}
639
640 ENTITY_NOT_FOUND_IN_OXM=\
641             AAIUI30082E|\
642             No {0} descriptors found in OXM file
643
644 JSON_CONVERSION_ERROR=\
645             AAIUI30083E|\
646             An error occurred while converting JSON into {0}. Error: {1}
647
648 ERROR_LOADING_OXM_SEARCHABLE_ENTITIES=\
649             AAIUI30084E|\
650             Failed to load searchable entities in OXM file. Synchronizer stopped.
651
652 AAI_RETRIEVAL_FAILED_GENERIC=\
653             AAIUI30085E|\
654             Retrieving data from AAI failed with error = {0}
655
656 AAI_RETRIEVAL_FAILED_FOR_SELF_LINK=\
657             AAIUI30086E|\
658             Failed to get result from AAI for link = {0}
659
660 FAILED_TO_REGISTER_DUE_TO_NULL=\
661             AAIUI30087E|\
662             {0}
663
664 FAILED_TO_ADD_SKELETON_NODE=\
665             AAIUI30088E|\
666             Failed to add skeleton node: {0}
667
668 FAILED_TO_PROCESS_SKELETON_NODE=\
669             AAIUI30089E|\
670             Failed to process skeleton node: {0}
671
672 INVALID_RESOLVE_STATE_DURING_INIT=\
673             AAIUI30090E|\
674             An error has occurred because Node in INIT state should not already have its self link resolved
675
676 FAILED_TO_PROCESS_INITIAL_STATE=\
677             AAIUI30091E|\
678             Failed to process initial state: {0}
679
680 SKIPPING_RELATIONSHIP=\
681             AAIUI30092E|\
682             Skipping relationship because failed to generate nodeId for relationship, {0}
683
684 FAILED_TO_DETERMINE_NODE_ID=\
685             AAIUI30093E|\
686             Failed to determine node id: {0}
687
688 EXTRACTION_ERROR=\
689             AAIUI30094E|\
690             Extraction failed: {0}
691
692 SELF_LINK_NODE_PARSE_ERROR=\
693             AAIUI30095E|\
694             Self link node parsing error: {0}
695
696 SELF_LINK_RETRIEVAL_FAILED=\
697             AAIUI30096E|\
698             Complex Entity Self link retrieval for link = {0} failed with error code = {1} and message = {2}
699
700 SELF_LINK_DETERMINATION_FAILED_GENERIC=\
701             AAIUI30097E|\
702             Self link determination failed for entity with link = {0}
703
704 SELF_LINK_DETERMINATION_FAILED_UNEXPECTED_LINKS=\
705             AAIUI30098E|\
706             Self link determination failed with an ambiguous result with an unexpected number of links = {0}
707
708 ROOT_NODE_DISCOVERED=\
709             AAIUI30099E|\
710             Root node discovered for search target node ID = {0}
711
712 SELF_LINK_PROCESS_NEIGHBORS_ERROR=\
713             AAIUI300100E|\
714             Self link node process neighbors error: {0}
715
716 SELF_LINK_JSON_PARSE_ERROR=\
717             AAIUI300101E|\
718             Self link JSON parsing error: {0}
719
720 SELF_LINK_PROCESSING_ERROR=\
721             AAIUI300102E|\
722             Self link processing error: {0}
723
724 UNHANDLED_OBJ_TYPE_FOR_ENTITY_TYPE=\
725             AAIUI300103E|\
726             Error: Unhandled object type for entityType, {0}, which is not an array
727
728 ATTRIBUTE_GROUP_FAILURE=\
729             AAIUI300104E|\
730             Failure to process attribute group field, fields is null for attribute group {0}
731
732 EXCEPTION_CAUGHT=\
733             AAIUI300105E|\
734             Exception caught. {0} Exception: {1}
735
736 ERROR_EXTRACTING_FROM_RESPONSE=\
737             AAIUI300106E|\
738             {0}
739
740 PROCESSING_LOOP_INTERUPTED=\
741             AAIUI300107E|\
742             Processing loop interrupted: {0}
743
744 IGNORING_SKELETON_NODE=\
745             AAIUI300108E|\
746             Ignoring skeleton node with unique ID, {0}, because of processing error
747
748 VISUALIZATION_OUTPUT_ERROR=\
749             AAIUI300109E|\
750             An error occurred while preparing D3 visualization output: {0}
751
752 FAILED_TO_PROCESS_NODE_INTEGRITY=\
753             AAIUI300110E|\
754             Failed to process node integrity: {0}
755
756 FAILURE_TO_PROCESS_REQUEST=\
757             AAIUI300111E|\
758             Failure to process request. {0}
759
760 FAILED_TO_DETERMINE=\
761             AAIUI300112E|\
762             Failed to determine {0}
763             
764 FAILED_TO_ANALYZE=\
765             AAIUI300113E|\
766             Failed to analyze {0}
767
768 FAILED_TO_GET_NODES_QUERY_RESULT=\
769             AAIUI300114E|\
770             Failed to get nodes-query result from AAI with error {0}
771
772 UNEXPECTED_NUMBER_OF_LINKS=\
773             AAIUI300115E|\
774             Unexpected number of links found. Expected {0}, but found {1}
775             
776 ITEM_TYPE_NULL=\
777             AAIUI300116E|\
778             Item type null for node, {0}
779
780 UNEXPECTED_TOKEN_COUNT=\
781             AAIUI300117E|\
782             Unexpected number of tokens returned from splitting typeAndField by period delimiter. Field value: {0}
783
784 ADD_SEARCH_TARGET_ATTRIBUTES_FAILED=\
785             AAIUI300118E|\
786             Add SearchTargetAttributes failure: {0}
787
788 NODE_INTEGRITY_OVERLAY_ERROR=\
789             AAIUI300119E|\
790             Error processing node integrity overlay: {0}
791             
792 ERROR_LOADING_OXM_SUGGESTIBLE_ENTITIES=\
793             AAIUI300120E|\
794             Failed to load suggestible entities in OXM file. Synchronizer stopped.
795             
796 ES_SUGGESTION_SEARCH_ENTITY_SYNC_ERROR=\
797             AAIUI300121E|\
798             {0}
799             
800 ES_AGGREGATION_SUGGESTION_ENTITY_SYNC_ERROR=\
801             AAIUI300122E|\
802             {0}
803             
804 ENTITY_SYNC_SEARCH_TAG_ANNOTATION_FAILED=\
805             AAIUI300123E|\
806             {0}
807             
808 UNSUPPORTED_URL_ENCODING=\
809                         AAIUI300124E|\
810             Unsupported URL encoding: {0}
811             
812 INVALID_REDIRECT_URL=\
813                         AAIUI300125E|\
814             Cannot redirect to invalid URL: {0}
815             
816 ERROR_REMOVING_URL_PARAM=\
817                         AAIUI300127E|\
818                         Failed to remove query param from URL: {0}
819                         
820 ERROR_INVALID_HASH=\
821                         AAIUI300128E|\
822                         Invalid hash value: {0}                 
823                         
824 ERROR_HASH_NOT_FOUND=\
825                         AAIUI300129E|\
826                         Could not find hash value.      
827                         
828 ERROR_READING_HTTP_REQ_PARAMS=\
829                         AAIUI300130E|\
830                         Could not read HTTP header parameters.  
831                         
832 ERROR_D3_GRAPH_VISUALIZATION=\
833                         AAIUI300129E|\
834                         Failed to generate D3 graph visualization, due to a servlet exception with a cause: {0}                         
835                         
836 ERROR_AAI_QUERY_WITH_RETRY=\
837                         AAIUI300130E|\
838                         Querying AAI with retry failed due to exception: {0}    
839                         
840 ERROR_READING_JSON_SCHEMA=\
841                         AAIUI300131E|\
842                         Error reading JSON schema from: {0}                                                                                     
843                         
844 VIEW_NAME_NOT_SUPPORTED=\
845                         AAIUI300132E|\
846                         View name not supported: {0}
847                         
848 ERROR_FETCHING_FILTER_VALUES=\
849                         AAIUI300133E|\
850                         Result {0} while fetching filter values for filter {1}.
851                         
852 ERROR_PROCESSING_WIDGET_REQUEST=\
853                         AAIUI300134E|\
854                         Error processing for query: {0} in view: {1}                    
855                         
856
857 ERROR_FILTERS_NOT_FOUND=\
858                         AAIUI300135E|\
859                         No filters were provided as part of request.
860
861 DR_REQUEST_URI_FOR_PROXY_UNKNOWN=\
862                         AAIUI300136E|\
863                         Failure to generate routing service URL from: {0}
864                         
865 OXM_LOADING_ERROR=\
866                         AAIUI300137E|\
867                         OXM loading error. Reason: {0}
868
869 URI_DECODING_EXCEPTION=\
870                         AAIUI300138E|\
871                         Error decoding exception. {0}
872
873 ENCRYPTION_ERROR=\
874                         AAIUI300139E|\
875                         Encryption error for value: {0}. Cause: {1}
876                         
877 DECRYPTION_ERROR=\
878                         AAIUI300140E|\
879                         Decryption error for encrypted value: {0}. Cause: {1}
880                         
881 RESOURCE_NOT_FOUND=\
882                         AAIUI300141E|\
883                         Unsupported request. Resource not found: {0}
884
885 #-------------------- 900 Series Errors --------------------#
886
887 UNKNOWN_SERVER_ERROR=\
888             AAIUI9001E|\
889             Unknown Server Error: {0}
890             
891 SEARCH_ADAPTER_ERROR=\
892             AAIUI9002E|\
893             Search Adapter Error: {0}            
894
895 QUERY_PARAM_EXTRACTION_ERROR=\
896             AAIUI9003E|\
897             Query Parameter Self-Link Extraction Error: {0}
898
899 ERROR_EXTRACTING_RESOURCE_PATH_FROM_LINK=\
900             AAIUI9004E|\
901             Error extracting resource path from self-link. Error: {0}