Initial OpenECOMP A&AI Model Loader commit
[aai/model-loader.git] / src / main / resources / org / openecomp / modelloader / filemonitor / FileMonitorMsgs.properties
1 ###
2 # ============LICENSE_START=======================================================
3 # MODEL LOADER SERVICE
4 # ================================================================================
5 # Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10
11 #      http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 ###
20
21 #Resource key=Error Code|Message text|Resolution text |Description text
22 #######
23 #Newlines can be utilized to add some clarity ensuring continuing line
24 #has atleast one leading space
25 #ResourceKey=\
26 #             ERR0000E\
27 #             Sample error msg txt\
28 #             Sample resolution msg\
29 #             Sample description txt
30 #
31 ######
32 #Error code classification category
33 #100    Permission errors
34 #200    Availability errors/Timeouts
35 #300    Data errors
36 #400    Schema Interface type/validation errors
37 #500    Business process errors
38 #900    Unknown errors
39 #
40 ########################################################################
41
42 #AVAILABILITY ERRORS
43
44 LOADING_FROM_FILE=\
45                   FILEMON2001I|\
46                   Loading service properties from file {0}|\
47                   None. Attempting to load file|\
48                   Attempting to load service properties from the given service file
49                   
50 FILE_SUCCESSFULLY_LOADED=\
51                   FILEMON2002I|\
52                   File {0} is loaded into the map and the corresponding system properties have been refreshed|\
53                   None. Successfully loaded file|\
54                   The given service file and its properties were successfully loaded
55                   
56 FILE_CANNOT_BE_LOADED=\
57                   FILEMON2003E|\
58                   File {0} cannot be loaded into the map|\
59                   Please check the file permissions and format of the file|\
60                   Unable to load the given service file due to an error
61                         
62 CANNOT_READ_FILE_STREAM=\  
63                   FILEMON2004E|\
64                   Error reading the file stream for file {0}|\
65                   Please ensure that the file exists and the permissions are set correctly|\
66                   Unable to read the file stream for the given file
67                 
68 #UNKNOWN ERRORS                
69                 
70 FILE_LISTENER_ATTACH_FAILED=\
71                   FILEMON9002W|\
72                   Unable to attach file change listener to file {0} due to an internal error|\
73                   Failed to attach file change listener to the given file. Please check the reported exception for details|\
74                   The file will not be actively monitored for changes
75                 
76                 
77 PROP_MAP_CREATION_FAILED=\
78                   FILEMON9001E|\
79                   Internal Error occurred while creating property map for service files|\
80                   Error occurred due to an internal issue. Please check the reported exception for details |\
81                   Failed to create a property map for the service files