By type
18:41:27.644 [main] INFO org.springframework.core.KotlinDetector - Kotlin reflection implementation not found at runtime, related features won't be available. . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2022-11-23 18:41:28.685 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-7475bcd5b7-rcrd6 with PID 1 (/maven/runtime-web-1.3.3-SNAPSHOT.jar started by dcaemod in /maven) 2022-11-23 18:41:28.686 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2022-11-23 18:41:28.857 WARN 1 --- [kground-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath 2022-11-23 18:41:31.937 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2022-11-23 18:41:32.002 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2022-11-23 18:41:32.002 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2022-11-23 18:41:32.131 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2022-11-23 18:41:32.132 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3383 ms /maven/data/imports/onapImports.yaml 2022-11-23 18:41:33.100 INFO 1 --- [ main] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm repo add local http://chart-museum:80 --username onapinitializer --password demo123456! "local" has been added to your repositories 2022-11-23 18:41:33.862 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2022-11-23 18:41:34.110 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2022-11-23 18:41:35.282 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2022-11-23 18:41:35.287 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 7.546 seconds (JVM running for 8.336) 2022-11-23 18:42:52.370 INFO 1 --- [nio-9090-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-23 18:42:52.371 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2022-11-23 18:42:52.386 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 15 ms 2022-11-23 18:42:52.651 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@3bc80dae 2022-11-23 18:42:53.122 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@23ac33c3] 2022-11-23 18:42:53.274 INFO 1 --- [nio-9090-exec-1] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart5132170170807015658 2022-11-23 18:42:53.351 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart5132170170807015658 Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "local" chart repository Update Complete. ⎈Happy Helming!⎈ Saving 7 charts Downloading common from repo http://chart-museum:80 Downloading repositoryGenerator from repo http://chart-museum:80 Downloading readinessCheck from repo http://chart-museum:80 Downloading dcaegen2-services-common from repo http://chart-museum:80 Downloading postgres from repo http://chart-museum:80 Downloading serviceAccount from repo http://chart-museum:80 Downloading mongo from repo http://chart-museum:80 Deleting outdated charts 2022-11-23 18:42:53.672 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart5132170170807015658 2022-11-23 18:42:57.777 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart5132170170807015658 2022-11-23 18:42:57.778 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended 2022-11-23 18:42:57.778 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : 2022-11-23 18:42:57.778 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed 2022-11-23 18:42:57.783 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart17655056185319987730 /tmp/chart5132170170807015658 2022-11-23 18:42:57.913 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart17655056185319987730/nginx-1669228960-1.0.0.tgz 2022-11-23 18:42:58.446 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true} 2022-11-23 18:47:18.001 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@f01bd94 2022-11-23 18:47:18.373 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4ddd5062] 2022-11-23 18:47:18.404 INFO 1 --- [nio-9090-exec-3] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart16541967928918872097 2022-11-23 18:47:18.442 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart16541967928918872097 Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "local" chart repository Update Complete. ⎈Happy Helming!⎈ Saving 7 charts Downloading common from repo http://chart-museum:80 Downloading repositoryGenerator from repo http://chart-museum:80 Downloading readinessCheck from repo http://chart-museum:80 Downloading dcaegen2-services-common from repo http://chart-museum:80 Downloading postgres from repo http://chart-museum:80 Downloading serviceAccount from repo http://chart-museum:80 Downloading mongo from repo http://chart-museum:80 Deleting outdated charts 2022-11-23 18:47:18.715 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart16541967928918872097 2022-11-23 18:47:22.886 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart16541967928918872097 2022-11-23 18:47:22.886 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended 2022-11-23 18:47:22.886 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : 2022-11-23 18:47:22.887 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed 2022-11-23 18:47:22.891 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart9309080177931998743 /tmp/chart16541967928918872097 2022-11-23 18:47:23.024 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart9309080177931998743/nginx-1669229226-1.0.0.tgz 2022-11-23 18:47:23.104 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true} 2022-11-23 18:51:37.865 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@510016d0 2022-11-23 18:51:38.222 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@66a45e16] 2022-11-23 18:51:38.257 INFO 1 --- [nio-9090-exec-4] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart17217325142943459826 2022-11-23 18:51:38.284 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart17217325142943459826 Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "local" chart repository Update Complete. ⎈Happy Helming!⎈ Saving 7 charts Downloading common from repo http://chart-museum:80 Downloading repositoryGenerator from repo http://chart-museum:80 Downloading readinessCheck from repo http://chart-museum:80 Downloading dcaegen2-services-common from repo http://chart-museum:80 Downloading postgres from repo http://chart-museum:80 Downloading serviceAccount from repo http://chart-museum:80 Downloading mongo from repo http://chart-museum:80 Deleting outdated charts 2022-11-23 18:51:38.613 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart17217325142943459826 2022-11-23 18:51:42.947 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart17217325142943459826 2022-11-23 18:51:42.948 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended 2022-11-23 18:51:42.948 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : 2022-11-23 18:51:42.948 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed 2022-11-23 18:51:42.958 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart4004441824141052754 /tmp/chart17217325142943459826 2022-11-23 18:51:43.099 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart4004441824141052754/nginx-1669229490-1.0.0.tgz 2022-11-23 18:51:43.187 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}