By type
07:12:59.990 [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-06-14 07:13:02.072 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-65db867955-ndh9v with PID 1 (/maven/runtime-web-1.3.3-SNAPSHOT.jar started by dcaemod in /maven)
2022-06-14 07:13:02.075 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap
2022-06-14 07:13:02.449 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-06-14 07:13:07.625 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http)
2022-06-14 07:13:07.767 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-06-14 07:13:07.769 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22]
2022-06-14 07:13:08.058 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-06-14 07:13:08.059 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5860 ms
/maven/data/imports/onapImports.yaml
2022-06-14 07:13:10.213 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-06-14 07:13:11.751 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2022-06-14 07:13:12.260 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2022-06-14 07:13:14.887 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path ''
2022-06-14 07:13:14.900 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 14.683 seconds (JVM running for 16.2)
2022-06-14 07:14:39.230 INFO 1 --- [nio-9090-exec-5] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-14 07:14:39.232 INFO 1 --- [nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-06-14 07:14:39.277 INFO 1 --- [nio-9090-exec-5] o.s.web.servlet.DispatcherServlet : Completed initialization in 45 ms
2022-06-14 07:14:39.951 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@61779678
2022-06-14 07:14:41.039 INFO 1 --- [nio-9090-exec-3] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3514ffab]
2022-06-14 07:14:41.457 INFO 1 --- [nio-9090-exec-3] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart7330398744307159268
2022-06-14 07:14:41.646 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart7330398744307159268
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-06-14 07:14:42.397 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart7330398744307159268
2022-06-14 07:14:51.100 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart7330398744307159268
2022-06-14 07:14:51.101 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2022-06-14 07:14:51.101 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl :
2022-06-14 07:14:51.102 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2022-06-14 07:14:51.112 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart10073051193223705792 /tmp/chart7330398744307159268
2022-06-14 07:14:51.393 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart10073051193223705792/nginx-1655190863-1.0.0.tgz
2022-06-14 07:14:52.447 INFO 1 --- [nio-9090-exec-3] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2022-06-14 07:16:51.809 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@77b77813
2022-06-14 07:16:52.400 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@44276ac9]
2022-06-14 07:16:52.465 INFO 1 --- [nio-9090-exec-2] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart4589861849928865125
2022-06-14 07:16:52.536 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart4589861849928865125
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-06-14 07:16:53.105 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart4589861849928865125
2022-06-14 07:17:01.116 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart4589861849928865125
2022-06-14 07:17:01.117 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2022-06-14 07:17:01.117 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl :
2022-06-14 07:17:01.118 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2022-06-14 07:17:01.146 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart11762218293681192571 /tmp/chart4589861849928865125
2022-06-14 07:17:01.413 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart11762218293681192571/nginx-1655190999-1.0.0.tgz
2022-06-14 07:17:01.553 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}
2022-06-14 07:19:08.688 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@2b0155af
2022-06-14 07:19:09.273 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@59c54976]
2022-06-14 07:19:09.333 INFO 1 --- [nio-9090-exec-2] o.o.d.platform.helmchartgenerator.Utils : cloning dir/file at : /tmp/chart7411118953207335201
2022-06-14 07:19:09.393 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm dep up /tmp/chart7411118953207335201
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-06-14 07:19:09.935 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm lint /tmp/chart7411118953207335201
2022-06-14 07:19:17.894 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : ==> Linting /tmp/chart7411118953207335201
2022-06-14 07:19:17.895 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : [INFO] Chart.yaml: icon is recommended
2022-06-14 07:19:17.896 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl :
2022-06-14 07:19:17.896 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : 1 chart(s) linted, 0 chart(s) failed
2022-06-14 07:19:17.905 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : running: helm package -d /tmp/chart11577807077219666916 /tmp/chart7411118953207335201
2022-06-14 07:19:18.277 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.chartbuilder.HelmClientImpl : Successfully packaged chart and saved it to: /tmp/chart11577807077219666916/nginx-1655191131-1.0.0.tgz
2022-06-14 07:19:18.483 INFO 1 --- [nio-9090-exec-2] o.o.d.p.h.d.ChartMuseumDistributor : {"saved":true}