Results

By type

          
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.1.7.RELEASE)

2021-04-27 04:05:22.473  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-66ff9555f6-mpdb7 with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven)
2021-04-27 04:05:22.480  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : The following profiles are active: onap
2021-04-27 04:05:26.872  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9090 (http)
2021-04-27 04:05:26.916  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-27 04:05:26.917  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.22]
2021-04-27 04:05:27.086  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-27 04:05:27.086  INFO 1 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4393 ms
/maven/data/imports/onapImports.yaml
2021-04-27 04:05:28.622  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-27 04:05:28.899  INFO 1 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-27 04:05:30.212  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9090 (http) with context path ''
2021-04-27 04:05:30.218  INFO 1 --- [           main] o.o.d.runtime.web.RuntimeapiApplication  : Started RuntimeapiApplication in 9.33 seconds (JVM running for 10.091)
2021-04-27 06:13:46.321  INFO 1 --- [nio-9090-exec-8] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-27 06:13:46.322  INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2021-04-27 06:13:46.336  INFO 1 --- [nio-9090-exec-8] o.s.web.servlet.DispatcherServlet        : Completed initialization in 14 ms
2021-04-27 06:13:46.593  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@40ac0559
2021-04-27 06:13:47.328  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@5ee407cc]
2021-04-27 06:13:47.328  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-04-27 06:13:47.329  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-04-27 06:13:47.472  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-04-27 06:13:48.765 ERROR 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : failed to push on inventory
2021-04-27 06:13:48.766 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-04-27 06:13:48.766  INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1619504008_nginx-1619504008:2104270613
2021-04-27 06:21:10.348  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@6b8201
2021-04-27 06:21:10.881  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@87864e7]
2021-04-27 06:21:10.881  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-04-27 06:21:10.882  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-04-27 06:21:10.896  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-04-27 06:21:11.931 ERROR 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : failed to push on inventory
2021-04-27 06:21:11.931 ERROR 1 --- [nio-9090-exec-2] 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-04-27 06:21:11.931  INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1619504458_nginx-1619504458:2104270621
2021-04-27 06:32:19.650  INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController  : org.onap.dcae.runtime.web.models.GraphRequest@524ed4a6
2021-04-27 06:32:20.272  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController  : [org.onap.dcae.runtime.web.models.Action@28888484]
2021-04-27 06:32:20.273  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : applying actions to graph
2021-04-27 06:32:20.273  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : generating blueprints for the affected nodes
2021-04-27 06:32:20.279  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl     : pushing bluepirnts to the dashboard inventrory
2021-04-27 06:32:21.307 ERROR 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : failed to push on inventory
2021-04-27 06:32:21.307 ERROR 1 --- [nio-9090-exec-8] 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-04-27 06:32:21.307  INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory   : Distributed: nginx-1619505123_nginx-1619505123:2104270632