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