Convert project from AJSC to Spring Boot
[aai/model-loader.git] / src / main / resources / org / onap / aai / modelloader / service / ModelLoaderMsgs.properties
1 ###\r
2 #  ============LICENSE_START==========================================\r
3 #  org.onap.aai\r
4 #  ===================================================================\r
5 #  Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.\r
6 #  Copyright © 2017-2018 European Software Marketing Ltd.\r
7 #  ===================================================================\r
8 #  Licensed under the Apache License, Version 2.0 (the "License");\r
9 #  you may not use this file except in compliance with the License.\r
10 #  You may obtain a copy of the License at\r
11 #\r
12 #         http://www.apache.org/licenses/LICENSE-2.0\r
13 #\r
14 #  Unless required by applicable law or agreed to in writing, software\r
15 #  distributed under the License is distributed on an "AS IS" BASIS,\r
16 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
17 #  See the License for the specific language governing permissions and\r
18 #  limitations under the License.\r
19 #  ============LICENSE_END============================================\r
20 ###\r
21 \r
22 #Resource key=Error Code|Message text|Resolution text |Description text\r
23 #######\r
24 #Newlines can be utilized to add some clarity ensuring continuing line\r
25 #has at least one leading space\r
26 #ResourceKey=\\r
27 #             ERR0000E\\r
28 #             Sample error msg txt\\r
29 #             Sample resolution msg\\r
30 #             Sample description txt\r
31 #\r
32 ######\r
33 #Error code classification category\r
34 #000 Info/Debug\r
35 #100 Permission errors\r
36 #200 Availability errors/Timeouts\r
37 #300 Data errors\r
38 #400 Schema Interface type/validation errors\r
39 #500 Business process errors\r
40 #900 Unknown errors\r
41 #\r
42 ########################################################################\r
43 \r
44 # INFO Level Logs\r
45 LOADING_CONFIGURATION=\\r
46                   MDLSVC0001I|\\r
47                   Loading configuration |\\r
48                   None. Attempting to load configuration|\\r
49                   Attempting to load Model Loader Service configuration.|\\r
50                   \r
51 STOPPING_CLIENT=\\r
52                   MDLSVC0002I|\\r
53                   Stopping distribution client|\\r
54                   None. Stopping service|\\r
55                   Stopping the Model Service distribution client.|\\r
56                   \r
57 DISTRIBUTION_EVENT=\\r
58                   MDLSVC0003I|\\r
59                   Distribution event: {0}|\\r
60                   None. Processing distribution.|\\r
61                   A distribution event was received from the ASDC.|\\r
62                   \r
63 AAI_REST_REQUEST_SUCCESS=\\r
64                   MDLSVC0004I|\\r
65                   Sent {0} request to {1}.  Response: {2}|\\r
66                   None. Successfully sent REST request to AAI.|\\r
67                   The given request was sent to the specified endpoint.|\\r
68                   \r
69 AAI_REST_REQUEST_UNSUCCESSFUL=\\r
70                   MDLSVC0005I|\\r
71                   Sent {0} request to {1}.  Response code: {2}, Response message: {3}|\\r
72                   REST request to AAI unsuccessful. Check response code, and message. |\\r
73                   The given request was unsuccessful.|\\r
74 \r
75 DOWNLOAD_COMPLETE=\\r
76                   MDLSVC0006I|\\r
77                   Download of artifact {0} from ASDC complete. An artifact was downloaded from the ASDC. Payload: {1}|\\r
78                   \r
79 EVENT_PUBLISHED=\\r
80                   MDLSVC0007I|\\r
81                   Published {0} event for artifact {1}.  Result: {2}|\\r
82                   None.|\\r
83                   An event was published to the event bus|\\r
84                   \r
85 \r
86 BABEL_REST_REQUEST_PAYLOAD=\\r
87                   MDLSVC0008I|\\r
88                   Sending request to Babel. {0}|\\r
89 \r
90 BABEL_RESPONSE_PAYLOAD=\\r
91                   MDLSVC0009I|\\r
92                   Received response from Babel. {0}|\\r
93 \r
94 AAI_REST_REQUEST_PAYLOAD=\\r
95                  MDLSVC0010I|\\r
96                  A&AI request payload: {0}|\\r
97                  \r
98 UNSUPPORTED_ARTIFACT_TYPE=\\r
99                  MDLSVC0011I|\\r
100                  The downloaded artifact: {0} has an unsupported type of: {1}|\\r
101                   \r
102 # ERROR Level Logs                  \r
103 ASDC_CONNECTION_ERROR=\\r
104                   MDLSVC2001E|\\r
105                   Unable to register with ASDC: {0}|\\r
106                   Check configuration.  Check network connection to ASDC|\\r
107                   During initialization, was not able to register with the configured ASDC instance|\\r
108                   \r
109 DISTRIBUTION_EVENT_ERROR=\\r
110                   MDLSVC2002E|\\r
111                   Distribution event error: {0}|\\r
112                   Check configuration.  Check network connection to ASDC and UEB|\\r
113                   A failure occurred processing a distribution event|\\r
114                   \r
115 AAI_REST_REQUEST_ERROR=\\r
116                   MDLSVC2003E|\\r
117                   Failed to send {0} request to {1}: {2}|\\r
118                   Check configuration.  Check network connection to AAI.|\\r
119                   A failure occurred attempting to send a request to the AAI|\\r
120 \r
121 ARTIFACT_PARSE_ERROR=\\r
122                   MDLSVC2004E|\\r
123                   Failed to parse artifact: {0}|\\r
124                   Check artifact. |\\r
125                   A failure occurred attempting to parse artifact from SDC|\\r
126 \r
127 BABEL_REST_REQUEST_ERROR=\\r
128                   MDLSVC2005E|\\r
129                   Failed to send {0} request to {1}: {2}|\\r
130                   Check configuration.  Check network connection to Babel.|\\r
131                   A failure occurred attempting to send a request to the Babel|\\r
132                                                     \r
133 # DEBUG Level Logs                  \r
134 INITIALIZING=\\r
135                   MDLSVC0001D|\\r
136                   init(): {0}|\\r
137                   None. Initializing service|\\r
138                   Debug information during model loader initialization|\\r
139                                   \r
140     \r