. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2021-06-02 11:56:37.041 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-66ff9555f6-lr79z with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven) 2021-06-02 11:56:37.045 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2021-06-02 11:56:41.285 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2021-06-02 11:56:41.350 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-06-02 11:56:41.351 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2021-06-02 11:56:41.564 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-06-02 11:56:41.564 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 4352 ms /maven/data/imports/onapImports.yaml 2021-06-02 11:56:43.150 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-06-02 11:56:43.456 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-06-02 11:56:44.932 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2021-06-02 11:56:44.939 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 9.259 seconds (JVM running for 10.044) 2021-06-02 14:02:46.705 INFO 1 --- [nio-9090-exec-8] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-02 14:02:46.705 INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-06-02 14:02:46.720 INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms 2021-06-02 14:02:46.975 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@11ceb6f3 2021-06-02 14:02:47.825 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@7c10d5df] 2021-06-02 14:02:47.826 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-06-02 14:02:47.826 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-06-02 14:02:47.959 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-06-02 14:02:49.269 ERROR 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : failed to push on inventory 2021-06-02 14:02:49.269 ERROR 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : I/O error on POST request for "https://inventory:8080/dcae-service-types": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused) 2021-06-02 14:02:49.270 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1622642554_nginx-1622642554:2106021402 2021-06-02 14:10:10.230 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2bf3e7a4 2021-06-02 14:10:10.806 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4080eda6] 2021-06-02 14:10:10.806 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-06-02 14:10:10.806 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-06-02 14:10:10.819 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-06-02 14:10:11.860 ERROR 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : failed to push on inventory 2021-06-02 14:10:11.860 ERROR 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : I/O error on POST request for "https://inventory:8080/dcae-service-types": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused) 2021-06-02 14:10:11.861 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1622642999_nginx-1622642999:2106021410 2021-06-02 14:19:16.705 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@6fd284e2 2021-06-02 14:19:17.413 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@7cd22a2d] 2021-06-02 14:19:17.413 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-06-02 14:19:17.413 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-06-02 14:19:17.425 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-06-02 14:19:18.451 ERROR 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : failed to push on inventory 2021-06-02 14:19:18.451 ERROR 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : I/O error on POST request for "https://inventory:8080/dcae-service-types": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused) 2021-06-02 14:19:18.451 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1622643441_nginx-1622643441:2106021419