By type
20:09:05.759 [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)
2023-02-11 20:09:10.153 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-6b5cb5456d-9ggff with PID 1 (/maven/runtime-web-1.3.3-SNAPSHOT.jar started by dcaemod in /maven)
2023-02-11 20:09:10.161 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap
2023-02-11 20:09:11.446 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
2023-02-11 20:09:23.060 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2023-02-11 20:09:23.213 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-02-11 20:09:23.214 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
2023-02-11 20:09:23.531 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-02-11 20:09:23.531 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 13009 ms
/maven/data/imports/onapImports.yaml
2023-02-11 20:09:26.731 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
2023-02-11 20:09:28.761 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2023-02-11 20:09:29.372 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-02-11 20:09:32.607 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2023-02-11 20:09:32.618 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 26.532 seconds (JVM running for 29.142)
2023-02-11 20:10:34.932 INFO 1 --- [nio-9090-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-11 20:10:34.933 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-02-11 20:10:35.029 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 96 ms
2023-02-11 20:10:35.869 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@65a6a601
2023-02-11 20:10:36.746 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4ce1652]
2023-02-11 20:10:37.472 INFO 1 --- [io-9090-exec-10] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart998120798741783360
2023-02-11 20:10:37.714 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart998120798741783360
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
2023-02-11 20:10:39.043 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart998120798741783360
2023-02-11 20:10:55.326 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart998120798741783360
2023-02-11 20:10:55.326 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-02-11 20:10:55.327 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-02-11 20:10:55.327 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-02-11 20:10:55.353 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart11358417751061048739 /tmp/chart998120798741783360
2023-02-11 20:10:56.065 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart11358417751061048739/nginx-1676146224-1.0.0.tgz
2023-02-11 20:10:58.634 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2023-02-11 20:15:19.625 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@68d7de33
2023-02-11 20:15:20.115 INFO 1 --- [nio-9090-exec-4] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@2e60e953]
2023-02-11 20:15:20.210 INFO 1 --- [nio-9090-exec-4] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart3833182917044101112
2023-02-11 20:15:20.354 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart3833182917044101112
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
2023-02-11 20:15:21.607 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart3833182917044101112
2023-02-11 20:15:32.637 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart3833182917044101112
2023-02-11 20:15:32.638 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-02-11 20:15:32.639 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-02-11 20:15:32.639 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-02-11 20:15:32.647 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart18138032293635336536 /tmp/chart3833182917044101112
2023-02-11 20:15:32.922 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart18138032293635336536/nginx-1676146509-1.0.0.tgz
2023-02-11 20:15:33.070 INFO 1 --- [nio-9090-exec-4] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2023-02-11 20:19:59.340 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@9131b78
2023-02-11 20:19:59.729 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1a1eb361]
2023-02-11 20:19:59.803 INFO 1 --- [nio-9090-exec-9] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart15565423427117924048
2023-02-11 20:19:59.910 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart15565423427117924048
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
2023-02-11 20:20:01.282 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart15565423427117924048
2023-02-11 20:20:15.816 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart15565423427117924048
2023-02-11 20:20:15.817 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-02-11 20:20:15.818 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-02-11 20:20:15.818 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-02-11 20:20:15.856 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart11442798401036835577 /tmp/chart15565423427117924048
2023-02-11 20:20:16.772 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart11442798401036835577/nginx-1676146783-1.0.0.tgz
2023-02-11 20:20:17.011 INFO 1 --- [nio-9090-exec-9] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}