By type
05:33:49.411 [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-01-11 05:33:50.624 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-6b5cb5456d-p6fpd with PID 1 (/maven/runtime-web-1.3.3-SNAPSHOT.jar started by dcaemod in /maven)
2023-01-11 05:33:50.625 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap
2023-01-11 05:33:50.914 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-01-11 05:33:53.927 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2023-01-11 05:33:54.015 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-01-11 05:33:54.016 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
2023-01-11 05:33:54.190 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-01-11 05:33:54.190 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3485 ms
/maven/data/imports/onapImports.yaml
2023-01-11 05:33:55.257 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-01-11 05:33:56.409 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2023-01-11 05:33:56.664 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2023-01-11 05:33:57.888 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2023-01-11 05:33:57.897 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 8.379 seconds (JVM running for 9.374)
2023-01-11 05:35:11.361 INFO 1 --- [nio-9090-exec-3] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-11 05:35:11.362 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-01-11 05:35:11.379 INFO 1 --- [nio-9090-exec-3] o.s.web.servlet.DispatcherServlet : Completed initialization in 16 ms
2023-01-11 05:35:11.728 INFO 1 --- [nio-9090-exec-7] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@77308c26
2023-01-11 05:35:12.276 INFO 1 --- [nio-9090-exec-1] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3f378760]
2023-01-11 05:35:12.441 INFO 1 --- [nio-9090-exec-1] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart11318012788710532972
2023-01-11 05:35:12.515 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart11318012788710532972
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-01-11 05:35:12.787 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart11318012788710532972
2023-01-11 05:35:17.023 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart11318012788710532972
2023-01-11 05:35:17.023 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-01-11 05:35:17.024 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-01-11 05:35:17.024 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-01-11 05:35:17.028 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart7703454485956169879 /tmp/chart11318012788710532972
2023-01-11 05:35:17.171 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart7703454485956169879/nginx-1673415302-1.0.0.tgz
2023-01-11 05:35:18.046 INFO 1 --- [nio-9090-exec-1] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2023-01-11 05:38:03.906 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@4ca68e7a
2023-01-11 05:38:04.234 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@4d617539]
2023-01-11 05:38:04.263 INFO 1 --- [nio-9090-exec-5] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart13328103404464821893
2023-01-11 05:38:04.295 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart13328103404464821893
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-01-11 05:38:04.612 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart13328103404464821893
2023-01-11 05:38:10.632 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart13328103404464821893
2023-01-11 05:38:10.633 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-01-11 05:38:10.633 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-01-11 05:38:10.633 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-01-11 05:38:10.644 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart12138656677554293982 /tmp/chart13328103404464821893
2023-01-11 05:38:10.795 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart12138656677554293982/nginx-1673415477-1.0.0.tgz
2023-01-11 05:38:10.871 INFO 1 --- [nio-9090-exec-5] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2023-01-11 05:41:06.006 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@cd31824
2023-01-11 05:41:06.389 INFO 1 --- [io-9090-exec-10] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@43b6296d]
2023-01-11 05:41:06.416 INFO 1 --- [io-9090-exec-10] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart1050913758069595375
2023-01-11 05:41:06.445 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart1050913758069595375
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-01-11 05:41:06.849 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart1050913758069595375
2023-01-11 05:41:11.551 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart1050913758069595375
2023-01-11 05:41:11.552 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2023-01-11 05:41:11.552 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl :
2023-01-11 05:41:11.552 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2023-01-11 05:41:11.558 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart13073916619305934428 /tmp/chart1050913758069595375
2023-01-11 05:41:11.697 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart13073916619305934428/nginx-1673415653-1.0.0.tgz
2023-01-11 05:41:11.787 INFO 1 --- [io-9090-exec-10] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}