By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-09-30T05:46:36.526Z||main|||||INFO|500||The following profiles are active: basic
2022-09-30T05:46:50.322Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-30T05:46:50.325Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-30T05:46:50.540Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-30T05:46:56.503Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-30T05:46:57.147Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-30T05:46:57.661Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-30T05:46:57.675Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-30T05:46:57.846Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-30T05:46:58.130Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-30T05:46:58.941Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-30T05:47:01.606Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T05:47:04.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T05:47:04.665Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-30T05:47:05.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-30T05:47:05.805Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-30T05:47:07.413Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-30T05:47:08.811Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-09-30T05:47:08.843Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3d37c175.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-30T05:47:08.845Z||main|||||WARN|500||The sdc end point is not alive
2022-09-30T05:47:12.882Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-30T05:47:17.238Z||main|||||WARN|500||---
2022-09-30T05:47:17.239Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-30T05:47:17.239Z||main|||||WARN|500||---
2022-09-30T05:47:17.780Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-30T05:47:23.080Z||main|||||INFO|500||Started Application in 49.952 seconds (JVM running for 52.145)
2022-09-30T05:47:23.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-30T05:47:23.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-30T05:47:23.132Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-30T05:47:23.208Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-30T05:47:23.253Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 231c1749-f74d-47f3-86e4-910a700eeea6 url= /sdc/v1/artifactTypes
2022-09-30T05:47:23.253Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-30T05:47:23.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-30T05:47:23.583Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-30T05:47:23.605Z||scheduling-1|||||DEBUG|500||create keys
2022-09-30T05:47:23.613Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-30T05:47:23.659Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:47:23.677Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3097743b-5897-4315-9621-110e8da42190 url= /sdc/v1/registerForDistribution
2022-09-30T05:47:23.840Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3097743b-5897-4315-9621-110e8da42190 url= /sdc/v1/registerForDistribution
2022-09-30T05:47:23.841Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-30T05:47:23.865Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-30T05:47:23.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:47:23.875Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:47:23.913Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:47:23.913Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:47:23.926Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:47:23.927Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:47:34.277Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:47:34.280Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:48:23.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:48:23.852Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:48:23.852Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:48:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:48:23.853Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:48:23.853Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:48:33.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:48:33.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:49:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:49:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:49:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:49:23.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:49:23.857Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:49:23.858Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:49:33.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:49:33.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:50:23.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:50:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:50:23.853Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:50:23.853Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:50:23.853Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:50:23.853Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:50:33.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:50:33.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:51:23.850Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:51:23.851Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:51:23.852Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:51:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:51:23.853Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:51:23.854Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:51:33.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:51:33.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:52:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:52:23.850Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:52:23.850Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:52:23.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:52:23.854Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:52:23.854Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:52:33.410Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:52:33.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:53:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:53:23.850Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:53:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:53:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:53:23.855Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:53:23.855Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:53:33.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:53:33.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:54:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:54:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:54:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:54:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:54:23.854Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:54:23.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:54:33.415Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:54:33.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:55:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:55:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:55:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:55:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:55:23.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:55:23.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:55:33.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:55:33.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:56:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:56:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:56:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:56:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:56:23.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:56:23.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:56:33.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:56:33.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:57:23.850Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:57:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:57:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:57:23.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:57:23.854Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:57:23.854Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:57:27.885Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-30T05:57:33.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:57:33.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:58:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:58:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:58:23.853Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:58:23.853Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:58:23.854Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:58:23.854Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:58:33.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:58:33.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:59:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:59:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:59:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:59:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T05:59:23.853Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T05:59:23.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T05:59:33.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T05:59:33.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:00:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:00:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:00:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:00:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:00:23.852Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:00:23.852Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:00:33.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:00:33.418Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:01:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:01:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:01:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:01:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:01:23.853Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:01:23.853Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:01:33.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:01:33.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:02:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:02:23.850Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:02:23.850Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:02:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:02:23.853Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:02:23.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:02:33.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:02:33.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:03:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:03:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:03:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:03:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:03:23.853Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:03:23.853Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:03:33.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:03:33.419Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:04:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:04:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:04:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:04:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:04:23.852Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:04:23.853Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:04:33.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:04:33.477Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:05:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:05:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:05:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:05:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:05:23.852Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:05:23.853Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:05:33.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:05:33.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:06:23.851Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:06:23.852Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:06:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:06:23.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:06:23.854Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:06:23.855Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:06:33.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:06:33.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:07:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:07:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:07:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:07:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:07:23.853Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:07:23.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:07:33.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:07:33.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:08:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:08:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:08:23.852Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:08:23.852Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:08:23.853Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:08:23.854Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:08:33.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:08:33.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:09:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:09:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:09:23.854Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:09:23.854Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:09:23.854Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:09:23.854Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:09:33.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:09:33.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:10:23.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:10:23.851Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:10:23.851Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:10:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:10:23.853Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:10:23.853Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:10:33.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:10:33.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:11:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:11:23.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:11:23.850Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:11:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:11:23.854Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:11:23.854Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:11:33.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:11:33.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:12:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:12:23.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:12:23.851Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:12:23.852Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:12:23.853Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:12:23.853Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:12:33.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:12:33.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:13:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:13:23.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:13:23.850Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:13:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:13:23.853Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:13:23.853Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:13:33.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:13:33.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:14:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:14:23.850Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:14:23.851Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:14:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:14:23.853Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:14:23.853Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:14:33.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:14:33.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:15:23.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:15:23.851Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:15:23.852Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:15:23.853Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:15:23.853Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:15:23.853Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:15:33.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:15:33.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:16:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:16:23.851Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:16:23.851Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:16:23.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:16:23.855Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:16:23.855Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:16:33.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:16:33.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:17:23.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:17:23.851Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:17:23.851Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:17:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:17:23.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:17:23.853Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:17:33.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:17:33.413Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:18:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:18:23.851Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:18:23.851Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:18:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:18:23.853Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:18:23.854Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:18:33.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:18:33.409Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:19:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:19:23.850Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:19:23.850Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:19:23.852Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:19:23.853Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:19:23.853Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:19:33.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:19:33.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:20:23.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:20:23.855Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:20:23.855Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:20:23.850Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:20:23.856Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:20:23.857Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:20:33.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:20:33.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:23.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:21:23.851Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:21:23.851Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:21:23.852Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:21:23.852Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:24.025Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:24.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518859500,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518866697,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518874988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "cds",
"timestamp": 1664518876034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:21:24.307Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f
2022-09-30T06:21:24.331Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518870395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518878317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518879412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518881061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518880514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.366Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518875112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:21:24.367Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518881663,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:21:24.386Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f
2022-09-30T06:21:24.386Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:21:24.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518883071,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:24.403Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518882989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:24.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518882668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:24.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:21:24.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518876738,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "clamp",
"timestamp": 1664518884076,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:21:24.415Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f
2022-09-30T06:21:24.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:21:24.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:24.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T06:21:24.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b3842d7-3907-4a03-8452-e2dfab7c633f","serviceName":"basic_onboard_IEOVBk","serviceVersion":"1.0","serviceUUID":"5748641b-64d8-4f5e-8464-699e04925a5d","serviceDescription":"service","serviceInvariantUUID":"5d46500f-3bb2-44d7-a89e-edde4fb444d1","resources":[{"resourceInstanceName":"basic_onboard_IEOVBk 0","resourceName":"basic_onboard_IEOVBk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a7cf8c74-2fd0-4150-92a3-433865ade52d","resourceInvariantUUID":"e929cbdd-6b15-4ce2-b447-55c279dc76f5","resourceCustomizationUUID":"486e370c-31c3-4067-942e-10407db6b8ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml","artifactChecksum":"ZWVkMzg1NjBkZmVhMGI3NzNkZjU0OGY5ZmU1ODVjZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45888175-a68f-417d-b96e-62f16189f438","artifactVersion":"1"},{"artifactName":"basic_onboard_ieovbk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json","artifactChecksum":"YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a25545ab-4fba-4a81-a4bc-15503fb882ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e6d1bd7-7c93-4ef3-89d7-892de3afa307","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73b0aa53-6545-47fe-b847-9baeaf2ae6f1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c0d880d7-d481-443c-9564-db76ae9f92aa","artifactVersion":"2","generatedFromUUID":"5e6d1bd7-7c93-4ef3-89d7-892de3afa307"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIeovbk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml","artifactChecksum":"NmM0ZWZkMzE3MDM2ODllMTk2NzNhZjlhYWU1ODFmMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e90567f7-b34f-4535-b9a9-194945696e90","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIeovbk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar","artifactChecksum":"NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ad8fb28-7f79-4b74-9683-ea3202f92185","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T06:21:24.552Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:24.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:24.581Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:24.582Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:24.682Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-30T06:21:24.686Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:24.686Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:24.705Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:24.706Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:25.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:25.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:25.592Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:25.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:21:25.693Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:25.694Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:25.694Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:25.709Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:25.709Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:26.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:26.595Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:26.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:26.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:21:26.699Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-30T06:21:26.700Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:26.700Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:26.717Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:26.718Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:27.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:27.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:27.602Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:27.602Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:27.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:21:27.703Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:27.703Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:27.751Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:27.752Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:28.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:28.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:28.606Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:28.606Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T06:21:28.706Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:28.708Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:28.708Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:28.722Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:28.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:29.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:29.608Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:29.610Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:29.611Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:21:29.711Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:21:29.712Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:29.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:29.726Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:29.727Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:30.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:21:30.612Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:30.614Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:30.615Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:21:30.715Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:30.716Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:30.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:30.735Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:30.736Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:31.617Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"serviceName": "basic_onboard_IEOVBk",
"serviceVersion": "1.0",
"serviceUUID": "5748641b-64d8-4f5e-8464-699e04925a5d",
"serviceDescription": "service",
"serviceInvariantUUID": "5d46500f-3bb2-44d7-a89e-edde4fb444d1",
"resources": [
{
"resourceInstanceName": "basic_onboard_IEOVBk 0",
"resourceCustomizationUUID": "486e370c-31c3-4067-942e-10407db6b8ff",
"resourceName": "basic_onboard_IEOVBk",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a7cf8c74-2fd0-4150-92a3-433865ade52d",
"resourceInvariantUUID": "e929cbdd-6b15-4ce2-b447-55c279dc76f5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ieovbk0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"artifactChecksum": "YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a25545ab-4fba-4a81-a4bc-15503fb882ac",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5e6d1bd7-7c93-4ef3-89d7-892de3afa307",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c0d880d7-d481-443c-9564-db76ae9f92aa",
"generatedFromUUID": "5e6d1bd7-7c93-4ef3-89d7-892de3afa307"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c0d880d7-d481-443c-9564-db76ae9f92aa",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardIeovbk-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"artifactChecksum": "NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8ad8fb28-7f79-4b74-9683-ea3202f92185"
}
],
"workloadContext": "Production"
}
2022-09-30T06:21:31.620Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T06:21:31.620Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5748641b-64d8-4f5e-8464-699e04925a5d ASDC
2022-09-30T06:21:31.786Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9b3842d7-3907-4a03-8452-e2dfab7c633f
ServiceName:basic_onboard_IEOVBk
ServiceVersion:1.0
ServiceUUID:5748641b-64d8-4f5e-8464-699e04925a5d
ServiceInvariantUUID:5d46500f-3bb2-44d7-a89e-edde4fb444d1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIeovbk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar
ArtifactUUID:8ad8fb28-7f79-4b74-9683-ea3202f92185
ArtifactChecksum:NDA0NmY3NzU3MDdjMzZmYzA3MTJkYzEwMTZmN2EzZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IEOVBk 0
ResourceCustomizationUUID:486e370c-31c3-4067-942e-10407db6b8ff
ResourceInvariantUUID:e929cbdd-6b15-4ce2-b447-55c279dc76f5
ResourceName:basic_onboard_IEOVBk
ResourceType:VF
ResourceUUID:a7cf8c74-2fd0-4150-92a3-433865ade52d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ieovbk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json
ArtifactUUID:a25545ab-4fba-4a81-a4bc-15503fb882ac
ArtifactChecksum:YjMwNmQ1YTEyNzc2NGZhYjdlMjE2YWEyYmRjYWRkZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5e6d1bd7-7c93-4ef3-89d7-892de3afa307
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
ArtifactUUID:c0d880d7-d481-443c-9564-db76ae9f92aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
ArtifactUUID:c0d880d7-d481-443c-9564-db76ae9f92aa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T06:21:31.791Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5748641b-64d8-4f5e-8464-699e04925a5d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T06:21:31.884Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:21:31.885Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:21:31.886Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:21:31.887Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8ad8fb28-7f79-4b74-9683-ea3202f92185 from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:31.889Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:21:31.891Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:32.054Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:21:32.076Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar 8ad8fb28-7f79-4b74-9683-ea3202f92185 75277
2022-09-30T06:21:32.079Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar ASDC sendASDCNotification
2022-09-30T06:21:32.079Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:32.083Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:21:32.084Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:32.087Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:32.087Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518892077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:32.187Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:32.189Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:32.189Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:32.212Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:32.212Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:33.088Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:21:33.089Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:21:33.089Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8ad8fb28-7f79-4b74-9683-ea3202f92185, URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar to file: /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:33.090Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:33.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:33.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:33.923Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10780966160591942096/Definitions/service-BasicOnboardIeovbk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-30T06:21:35.931Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-30T06:21:35.937Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.938Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.938Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IEOVBk 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.942Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.942Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.943Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.944Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:35.944Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-30T06:21:35.951Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.953Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.958Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:35.958Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-30T06:21:35.960Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:21:35.962Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.962Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-30T06:21:35.963Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:21:35.964Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.964Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.968Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.968Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria
2022-09-30T06:21:35.969Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-30T06:21:35.969Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T06:21:35.970Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T06:21:35.971Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.971Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T06:21:35.973Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.975Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:35.975Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:35.976Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:35.977Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:35.978Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.978Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria
2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T06:21:35.979Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57f02bfc-c1ae-4156-a164-f5aae5a53f28
2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.980Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:35.981Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:35.982Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_IEOVBk
Description:service
Model UUID:5748641b-64d8-4f5e-8464-699e04925a5d
Model Version:NULL
Model InvariantUuid:5d46500f-3bb2-44d7-a89e-edde4fb444d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_IEOVBk
Model UUID:cc04bf82-d162-4d41-82e6-01b3c9f9ff03
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e929cbdd-6b15-4ce2-b447-55c279dc76f5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:486e370c-31c3-4067-942e-10407db6b8ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:99b63e56-34dc-4866-90e2-eaf757e604bd
ModelName:BasicOnboardIeovbk..base_ubuntu18..module-0
ModelUuid:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:57f02bfc-c1ae-4156-a164-f5aae5a53f28
ModelInvariantUuid:81b83884-b7eb-45a0-bad9-9f0d1b68bb21
ModelName:basic_onboard_IEOVBk-nodes.ubuntu18Cvfc
ModelUuid:2d838f19-b5dd-43dc-a743-ff26f18447db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:73f71e0b-dfdf-4141-95a4-185dbf080d52
ModelInvariantUuid:518b7dc2-08d4-4913-b243-d4f5285d692c
ModelName:BasicOnboardIeovbk.compute.nodes.heat.ubuntu18
ModelUuid:2ace60ca-821a-4606-93dd-1424154f2a3e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T06:21:36.009Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a7cf8c74-2fd0-4150-92a3-433865ade52d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:21:36.122Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||basic_onboard_IEOVBk 0
2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a7cf8c74-2fd0-4150-92a3-433865ade52d
2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a25545ab-4fba-4a81-a4bc-15503fb882ac from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json
2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:21:36.130Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json
2022-09-30T06:21:36.210Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:21:36.210Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json a25545ab-4fba-4a81-a4bc-15503fb882ac 798
2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json ASDC sendASDCNotification
2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json
2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:21:36.211Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:36.214Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:36.214Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518896211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:36.315Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:36.316Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:36.316Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:36.332Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:36.332Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:37.216Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIeovbk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "99b63e56-34dc-4866-90e2-eaf757e604bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9ec8b80-dcdf-4b6e-b841-725c5c1dc735",
"vfModuleModelCustomizationUUID": "388b0694-492e-4aa1-adc9-ee570187ac88",
"isBase": true,
"artifacts": [
"5e6d1bd7-7c93-4ef3-89d7-892de3afa307",
"c0d880d7-d481-443c-9564-db76ae9f92aa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T06:21:37.234Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeovbk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735
VfModuleModelInvariantUUID:99b63e56-34dc-4866-90e2-eaf757e604bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e6d1bd7-7c93-4ef3-89d7-892de3afa307
,
c0d880d7-d481-443c-9564-db76ae9f92aa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardIeovbk..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "99b63e56-34dc-4866-90e2-eaf757e604bd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c9ec8b80-dcdf-4b6e-b841-725c5c1dc735",
"vfModuleModelCustomizationUUID": "388b0694-492e-4aa1-adc9-ee570187ac88",
"isBase": true,
"artifacts": [
"5e6d1bd7-7c93-4ef3-89d7-892de3afa307",
"c0d880d7-d481-443c-9564-db76ae9f92aa"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeovbk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9ec8b80-dcdf-4b6e-b841-725c5c1dc735
VfModuleModelInvariantUUID:99b63e56-34dc-4866-90e2-eaf757e604bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e6d1bd7-7c93-4ef3-89d7-892de3afa307
,
c0d880d7-d481-443c-9564-db76ae9f92aa
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml
2022-09-30T06:21:37.237Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:21:37.238Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml
2022-09-30T06:21:37.332Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml 5e6d1bd7-7c93-4ef3-89d7-892de3afa307 5033
2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml
2022-09-30T06:21:37.333Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:21:37.334Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:37.337Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:37.337Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518897333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:37.437Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:37.438Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:37.439Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:37.482Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:37.482Z||pool-12-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:38.338Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0d880d7-d481-443c-9564-db76ae9f92aa from URL: /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
2022-09-30T06:21:38.339Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:21:38.339Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
2022-09-30T06:21:38.391Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env c0d880d7-d481-443c-9564-db76ae9f92aa 909
2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T06:21:38.392Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
2022-09-30T06:21:38.393Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:21:38.393Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:38.396Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:38.397Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518898392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:21:38.497Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:38.498Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:38.498Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:38.513Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:38.513Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:39.398Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5748641b-64d8-4f5e-8464-699e04925a5d
2022-09-30T06:21:39.399Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IEOVBk 0 a7cf8c74-2fd0-4150-92a3-433865ade52d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:21:39.433Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ee9c219, org.onap.sdc.toscaparser.api.parameters.Input@546a9e1, org.onap.sdc.toscaparser.api.parameters.Input@23b152c3, org.onap.sdc.toscaparser.api.parameters.Input@57532244, org.onap.sdc.toscaparser.api.parameters.Input@572acbbd]
2022-09-30T06:21:39.437Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.438Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.438Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-09-30T06:21:39.439Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 486e370c-31c3-4067-942e-10407db6b8ff
2022-09-30T06:21:39.440Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 486e370c-31c3-4067-942e-10407db6b8ff matches Tosca VF Customization UUID: 486e370c-31c3-4067-942e-10407db6b8ff
2022-09-30T06:21:39.440Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 486e370c-31c3-4067-942e-10407db6b8ff matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-30T06:21:39.447Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.447Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.449Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 486e370c-31c3-4067-942e-10407db6b8ff: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-30T06:21:39.449Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d6bc574
2022-09-30T06:21:39.450Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.450Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T06:21:39.451Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 388b0694-492e-4aa1-adc9-ee570187ac88
2022-09-30T06:21:39.452Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 388b0694-492e-4aa1-adc9-ee570187ac88
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:39.458Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:39.459Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.459Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is not matching search criteria
2022-09-30T06:21:39.461Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-30T06:21:39.462Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-30T06:21:39.462Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57f02bfc-c1ae-4156-a164-f5aae5a53f28
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T06:21:39.470Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.470Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:39.471Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:21:39.471Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.472Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_IEOVBk 0 is matching search criteria
2022-09-30T06:21:39.472Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_IEOVBk 0] matching following query criteria: sdcType=VF, customizationUUID=486e370c-31c3-4067-942e-10407db6b8ff
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:21:39.474Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.474Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.475Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5748641b-64d8-4f5e-8464-699e04925a5d: basic_onboard_IEOVBk
2022-09-30T06:21:39.475Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.476Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.477Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:21:39.478Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_IEOVBk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:21:39.479Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_IEOVBk
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IEOVBk a7cf8c74-2fd0-4150-92a3-433865ade52d 1 ASDC deployResourceStructure
2022-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json ASDC sendASDCNotification
2022-09-30T06:21:39.665Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json
2022-09-30T06:21:39.666Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:21:39.666Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:39.668Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:39.668Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518899665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:39.768Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:39.769Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:39.770Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:39.782Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:39.783Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:40.669Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml
2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:21:40.670Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:40.672Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:40.672Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518900669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:40.772Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:21:40.773Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:40.774Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:40.785Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:40.785Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:41.673Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env
2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:21:41.674Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:41.676Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:41.676Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518901673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:41.783Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-30T06:21:41.784Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:41.784Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:41.815Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:41.816Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:21:42.677Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar ASDC sendASDCNotification
2022-09-30T06:21:42.678Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar
2022-09-30T06:21:42.678Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:21:42.679Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:21:42.690Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:21:42.691Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518902677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:21:42.784Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-30T06:21:42.785Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:21:42.785Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:21:42.811Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:21:42.812Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:21:43.694Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:21:43.720Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:21:43.724Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:21:43.725Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:21:43.725Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:22:13.726Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:22:13.745Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:22:13.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:22:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:22:23.853Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:22:23.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:22:23.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:22:23.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:22:23.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:22:23.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:22:43.750Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:22:43.766Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:22:43.769Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:23:13.770Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:23:13.789Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:23:13.792Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:23:13.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:23:13.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:23:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:23:23.854Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:23:23.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:23:24.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:23:24.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518881171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518889208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518883849,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518892077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518895086,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518895160,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "aai-ml",
"timestamp": 1664518896092,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f
2022-09-30T06:23:24.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518896167,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.442Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b3842d7-3907-4a03-8452-e2dfab7c633f
2022-09-30T06:23:24.442Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b3842d7-3907-4a03-8452-e2dfab7c633f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518896211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518897333,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518898392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518899665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/basic_onboard_ieovbk0_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518900669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.467Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518901673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/resourceInstances/basic_onboard_ieovbk0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664518902677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeovbk/1.0/artifacts/service-BasicOnboardIeovbk-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518889501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518896697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518890395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "ves-openapi-manager",
"timestamp": 1664518896738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518905244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518906023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.482Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "cds",
"timestamp": 1664518907036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.499Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063
2022-09-30T06:23:24.499Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518906353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518907452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518908474,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.523Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063
2022-09-30T06:23:24.524Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664518909477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518905116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518912934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518915051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:23:24.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518918054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518911171,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:23:24.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:23:24.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "clamp",
"timestamp": 1664518919064,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.554Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063
2022-09-30T06:23:24.554Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518918984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:23:24.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518921534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.567Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "aai-ml",
"timestamp": 1664518922538,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.575Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063
2022-09-30T06:23:24.575Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518923417,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:23:24.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:23:24.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664518924424,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:24.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e829d3d-2495-4fe2-8151-3c3f0f593063
2022-09-30T06:23:24.596Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e829d3d-2495-4fe2-8151-3c3f0f593063 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:23:43.793Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:23:43.821Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T06:23:43.825Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.826Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:23:43.827Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:23:43.837Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T06:24:13.837Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T06:24:13.851Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b3842d7-3907-4a03-8452-e2dfab7c633f and serviceModelVersionId: 5748641b-64d8-4f5e-8464-699e04925a5d
2022-09-30T06:24:13.851Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d46500f-3bb2-44d7-a89e-edde4fb444d1
2022-09-30T06:24:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:24:23.853Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:24:23.853Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:30.168Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0
2022-09-30T06:24:30.285Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T06:24:30.836Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-30T06:24:30.841Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|INFO|500||Invoke
2022-09-30T06:24:30.966Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T06:24:31.213Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0|INFO|500||InvokeReturn
2022-09-30T06:24:31.215Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d46500f-3bb2-44d7-a89e-edde4fb444d1/model-vers/model-ver/5748641b-64d8-4f5e-8464-699e04925a5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:24:31:158-58394], vertex-id=[200816], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:24:31 GMT], Content-Type=[application/json]}
2022-09-30T06:24:31.215Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-09-30T06:24:31.219Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T06:24:31.219Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:24:31.229Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T06:24:31.230Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b3842d7-3907-4a03-8452-e2dfab7c633f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T06:24:31.231Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T06:24:31.232Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:31.235Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:31.235Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519071230,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T06:24:31.335Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:31.337Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:31.337Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:31.356Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:31.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:31.981Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:31.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:24:31.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9b3842d7-3907-4a03-8452-e2dfab7c633f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519071230,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T06:24:31.983Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T06:24:32.250Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:24:32.251Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:24:32.251Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:36.727Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:36.728Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T06:24:36.729Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e829d3d-2495-4fe2-8151-3c3f0f593063","serviceName":"vFW 2022-09-30 06-20-21","serviceVersion":"1.0","serviceUUID":"d05c3191-11bf-46d4-8058-36daa1627ecc","serviceDescription":"catalog service description","serviceInvariantUUID":"80b69b58-84cc-4a51-ab84-043df698645e","resources":[{"resourceInstanceName":"vFW a8312d76-8017 0","resourceName":"vFW a8312d76-8017","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ffebe75-823e-439a-b03c-977ea27248e5","resourceInvariantUUID":"9db25a79-2bd4-4da2-a748-dc7b67aac0cd","resourceCustomizationUUID":"073ab840-35aa-42d2-b5c9-c06f1bc2fd6d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml","artifactChecksum":"YmExMTM2Yzc1MzZmZDliNTRkMzRlOGNlYmI4MTgwOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d39f862d-ed35-4478-8c28-7b12caea22b6","artifactVersion":"1"},{"artifactName":"vfwa8312d7680170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json","artifactChecksum":"ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f81a834c-97b0-4db3-bf0e-7ecd87d2f772","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e91630f-7e25-4cf5-9a00-2764f602fd9d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml","artifactChecksum":"NTEyYmIyZTZkYzZiMmZmMzViOTc0M2U5OGEzMTIzODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ebb1dac-4461-46fb-af14-a1aba104ee4d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9","artifactVersion":"2","generatedFromUUID":"7e91630f-7e25-4cf5-9a00-2764f602fd9d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220930062021-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml","artifactChecksum":"MmM4ZTE0MTA5NTJhNDVmMTk3YTg5ODNhN2NkMTUxZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f20c04fa-d4bd-4489-9192-643e64bac389","artifactVersion":"1"},{"artifactName":"service-Vfw20220930062021-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar","artifactChecksum":"NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b50f59a-2d38-4768-8bea-1fa6c142bb36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T06:24:36.732Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:36.732Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:36.735Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:36.735Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:24:36.835Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:36.836Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:36.836Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:36.849Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:36.850Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:24:37.736Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:37.737Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:37.739Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:37.739Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:24:37.839Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:24:37.841Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:37.841Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:37.856Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:37.856Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:24:38.740Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:38.741Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:38.744Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:38.744Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:24:38.844Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:38.845Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:38.845Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:38.894Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:38.894Z||pool-21-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:39.745Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:39.746Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:39.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:39.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:24:39.849Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:39.851Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:39.851Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:39.866Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:39.866Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:40.749Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:40.750Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:40.753Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:40.753Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T06:24:40.853Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:40.855Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:40.856Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:40.871Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:40.872Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:41.755Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:41.756Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:41.760Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:41.760Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:24:41.859Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:24:41.860Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:41.860Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:41.874Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:41.875Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:42.761Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:24:42.762Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:42.764Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:42.764Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:24:42.864Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:42.865Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:42.866Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:42.881Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:42.882Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:43.766Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"serviceName": "vFW 2022-09-30 06-20-21",
"serviceVersion": "1.0",
"serviceUUID": "d05c3191-11bf-46d4-8058-36daa1627ecc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "80b69b58-84cc-4a51-ab84-043df698645e",
"resources": [
{
"resourceInstanceName": "vFW a8312d76-8017 0",
"resourceCustomizationUUID": "073ab840-35aa-42d2-b5c9-c06f1bc2fd6d",
"resourceName": "vFW a8312d76-8017",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4ffebe75-823e-439a-b03c-977ea27248e5",
"resourceInvariantUUID": "9db25a79-2bd4-4da2-a748-dc7b67aac0cd",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa8312d7680170_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"artifactChecksum": "ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f81a834c-97b0-4db3-bf0e-7ecd87d2f772",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7e91630f-7e25-4cf5-9a00-2764f602fd9d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9",
"generatedFromUUID": "7e91630f-7e25-4cf5-9a00-2764f602fd9d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220930062021-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"artifactChecksum": "NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7b50f59a-2d38-4768-8bea-1fa6c142bb36"
}
],
"workloadContext": "Production"
}
2022-09-30T06:24:43.768Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T06:24:43.768Z|9b3842d7-3907-4a03-8452-e2dfab7c633f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d05c3191-11bf-46d4-8058-36daa1627ecc ASDC
2022-09-30T06:24:43.769Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2e829d3d-2495-4fe2-8151-3c3f0f593063
ServiceName:vFW 2022-09-30 06-20-21
ServiceVersion:1.0
ServiceUUID:d05c3191-11bf-46d4-8058-36daa1627ecc
ServiceInvariantUUID:80b69b58-84cc-4a51-ab84-043df698645e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220930062021-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar
ArtifactUUID:7b50f59a-2d38-4768-8bea-1fa6c142bb36
ArtifactChecksum:NzUxNjIzZjE2ZTlmYTE0OWIxNzk5MTg4YjhjYTE3MGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a8312d76-8017 0
ResourceCustomizationUUID:073ab840-35aa-42d2-b5c9-c06f1bc2fd6d
ResourceInvariantUUID:9db25a79-2bd4-4da2-a748-dc7b67aac0cd
ResourceName:vFW a8312d76-8017
ResourceType:VF
ResourceUUID:4ffebe75-823e-439a-b03c-977ea27248e5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa8312d7680170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json
ArtifactUUID:f81a834c-97b0-4db3-bf0e-7ecd87d2f772
ArtifactChecksum:ZjhhN2RmMTkxMmNkYTYxZGM2NzlhMDY0ZDQ3ZTkxMTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml
ArtifactUUID:7e91630f-7e25-4cf5-9a00-2764f602fd9d
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
ArtifactUUID:a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
ArtifactUUID:a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-09-30T06:24:43.769Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d05c3191-11bf-46d4-8058-36daa1627ecc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T06:24:43.813Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:24:43.814Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b50f59a-2d38-4768-8bea-1fa6c142bb36 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:43.815Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:24:43.816Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:44.089Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar 7b50f59a-2d38-4768-8bea-1fa6c142bb36 100662
2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar ASDC sendASDCNotification
2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:44.095Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:24:44.096Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:44.098Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:44.098Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519084095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:24:44.198Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:44.200Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:44.200Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:44.216Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:44.217Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:45.099Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:24:45.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-09-30T06:24:45.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7b50f59a-2d38-4768-8bea-1fa6c142bb36, URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar to file: /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220930062021-csar.csar
2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:45.101Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:45.362Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17214189866478668252/Definitions/service-Vfw20220930062021-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-30T06:24:47.538Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.539Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.540Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a8312d76-8017 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.541Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.542Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.543Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.544Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.545Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-30T06:24:47.546Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:47.547Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.548Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:47.549Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.550Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db53d07-2b84-47da-b08e-ffae5aa30fe2
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.551Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.552Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T06:24:47.553Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb75bb94-1db7-4c1f-bd79-f864a216b22c
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:47.554Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T06:24:47.555Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b98d973-0313-4618-8602-f4dd7ab0da2a
2022-09-30T06:24:47.556Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.557Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:47.558Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:47.558Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-09-30 06-20-21
Description:catalog service description
Model UUID:d05c3191-11bf-46d4-8058-36daa1627ecc
Model Version:NULL
Model InvariantUuid:80b69b58-84cc-4a51-ab84-043df698645e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a8312d76-8017
Model UUID:c59592f3-2c1a-48f7-8bb5-c90b06437c6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9db25a79-2bd4-4da2-a748-dc7b67aac0cd
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:073ab840-35aa-42d2-b5c9-c06f1bc2fd6d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e
ModelName:VfwA8312d768017..base_vfw..module-0
ModelUuid:579af065-9d3a-4e24-b5b3-1ed538d57f87
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:6db53d07-2b84-47da-b08e-ffae5aa30fe2
ModelInvariantUuid:c43e5a43-49cd-4920-af42-17d0b76c8368
ModelName:vFW a8312d76-8017-nodes.vfwCvfc
ModelUuid:affc0a81-f8dc-4117-8964-8e7a259d2211
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:29e5d9dc-767c-4924-a70f-610a24ab9232
ModelInvariantUuid:426015bb-81f3-4c4f-bb2a-0155d2b1131b
ModelName:VfwA8312d768017.compute.nodes.heat.vfw
ModelUuid:fb0b71bb-cdf9-4d59-a5db-009f48f462b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:bb75bb94-1db7-4c1f-bd79-f864a216b22c
ModelInvariantUuid:ea5760db-e84a-4f72-b357-db70fb3a5dd2
ModelName:vFW a8312d76-8017-nodes.vsnCvfc
ModelUuid:2b15721c-4d4c-45e1-a157-295976ab3736
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8a9d6c1b-f37e-4ca7-96b4-068d5b686285
ModelInvariantUuid:035c52fb-34ec-46e7-814d-5bb8b04fff89
ModelName:VfwA8312d768017.compute.nodes.heat.vsn
ModelUuid:8409d9d8-30bd-4cee-bfe3-40c41c228ed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8b98d973-0313-4618-8602-f4dd7ab0da2a
ModelInvariantUuid:8644c370-2b1c-45d3-8b02-c76fdd895f19
ModelName:vFW a8312d76-8017-nodes.vpgCvfc
ModelUuid:523c7b00-fd3e-4ec3-b38d-f327058e225a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:34c8dafd-87c5-47eb-b930-c833daf0ef65
ModelInvariantUuid:45b955da-6bb0-4c00-8123-96a38b44c548
ModelName:VfwA8312d768017.compute.nodes.heat.vpg
ModelUuid:28e84bf3-058f-4d1a-bf3b-9523047c9d0a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T06:24:47.571Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ffebe75-823e-439a-b03c-977ea27248e5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:24:47.573Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||vFW a8312d76-8017 0
2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ffebe75-823e-439a-b03c-977ea27248e5
2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f81a834c-97b0-4db3-bf0e-7ecd87d2f772 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json
2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:24:47.574Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json
2022-09-30T06:24:47.643Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json f81a834c-97b0-4db3-bf0e-7ecd87d2f772 785
2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json ASDC sendASDCNotification
2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json
2022-09-30T06:24:47.644Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:24:47.645Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:47.647Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:47.647Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519087644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:24:47.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:47.748Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:47.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:47.763Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:47.764Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:24:48.648Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA8312d768017..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "579af065-9d3a-4e24-b5b3-1ed538d57f87",
"vfModuleModelCustomizationUUID": "6750367a-3e75-4cb2-a4b8-b39d22f58a21",
"isBase": true,
"artifacts": [
"7e91630f-7e25-4cf5-9a00-2764f602fd9d",
"a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T06:24:48.653Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA8312d768017..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:579af065-9d3a-4e24-b5b3-1ed538d57f87
VfModuleModelInvariantUUID:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e91630f-7e25-4cf5-9a00-2764f602fd9d
,
a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA8312d768017..base_vfw..module-0",
"vfModuleModelInvariantUUID": "97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "579af065-9d3a-4e24-b5b3-1ed538d57f87",
"vfModuleModelCustomizationUUID": "6750367a-3e75-4cb2-a4b8-b39d22f58a21",
"isBase": true,
"artifacts": [
"7e91630f-7e25-4cf5-9a00-2764f602fd9d",
"a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA8312d768017..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:579af065-9d3a-4e24-b5b3-1ed538d57f87
VfModuleModelInvariantUUID:97ce42a1-d8cd-47e9-94d0-24d72fcd3a1e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e91630f-7e25-4cf5-9a00-2764f602fd9d
,
a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7e91630f-7e25-4cf5-9a00-2764f602fd9d from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml
2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:24:48.655Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml
2022-09-30T06:24:48.738Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml 7e91630f-7e25-4cf5-9a00-2764f602fd9d 20368
2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml
2022-09-30T06:24:48.739Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:24:48.740Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:48.741Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:48.741Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519088739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:24:48.842Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:48.843Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:48.843Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:48.858Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:48.858Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:49.742Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 from URL: /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
2022-09-30T06:24:49.743Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-09-30T06:24:49.743Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
2022-09-30T06:24:49.832Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env a0f5a14d-b339-4be1-8d6f-eb6c21aee8f9 2098
2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
2022-09-30T06:24:49.833Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:24:49.834Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:49.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:49.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519089833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:24:49.936Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:49.937Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:49.937Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:49.952Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:49.952Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:50.836Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d05c3191-11bf-46d4-8058-36daa1627ecc
2022-09-30T06:24:50.838Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a8312d76-8017 0 4ffebe75-823e-439a-b03c-977ea27248e5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:24:50.859Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@275d1475, org.onap.sdc.toscaparser.api.parameters.Input@17f991b4, org.onap.sdc.toscaparser.api.parameters.Input@5feca014, org.onap.sdc.toscaparser.api.parameters.Input@5741ecce, org.onap.sdc.toscaparser.api.parameters.Input@18f0a4ef]
2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-09-30T06:24:50.861Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d
2022-09-30T06:24:50.862Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d matches Tosca VF Customization UUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d
2022-09-30T06:24:50.862Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 073ab840-35aa-42d2-b5c9-c06f1bc2fd6d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-30T06:24:50.864Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2176a278
2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6750367a-3e75-4cb2-a4b8-b39d22f58a21
2022-09-30T06:24:50.865Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6750367a-3e75-4cb2-a4b8-b39d22f58a21
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-30T06:24:50.867Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.867Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.868Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-30T06:24:50.869Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.870Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T06:24:50.871Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.871Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6db53d07-2b84-47da-b08e-ffae5aa30fe2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.873Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:50.874Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T06:24:50.875Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.876Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb75bb94-1db7-4c1f-bd79-f864a216b22c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T06:24:50.878Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.878Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.879Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is not matching search criteria
2022-09-30T06:24:50.882Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-30T06:24:50.883Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-30T06:24:50.884Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-30T06:24:50.885Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8b98d973-0313-4618-8602-f4dd7ab0da2a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-30T06:24:50.886Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Node template vFW a8312d76-8017 0 is matching search criteria
2022-09-30T06:24:50.887Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW a8312d76-8017 0] matching following query criteria: sdcType=VF, customizationUUID=073ab840-35aa-42d2-b5c9-c06f1bc2fd6d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:24:50.889Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.889Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d05c3191-11bf-46d4-8058-36daa1627ecc: vFW a8312d76-8017
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.890Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-09-30 06-20-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:24:50.891Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-09-30 06-20-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a8312d76-8017 4ffebe75-823e-439a-b03c-977ea27248e5 1 ASDC deployResourceStructure
2022-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json ASDC sendASDCNotification
2022-09-30T06:24:51.060Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json
2022-09-30T06:24:51.061Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:24:51.061Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:51.064Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:51.064Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519091060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:24:51.163Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:24:51.164Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:51.165Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:51.185Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:51.185Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml
2022-09-30T06:24:52.065Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:24:52.066Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:52.068Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:52.068Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519092065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T06:24:52.168Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:52.170Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:52.170Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:52.183Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:52.184Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:53.074Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-30T06:24:53.074Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env
2022-09-30T06:24:53.075Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:24:53.075Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:53.078Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:53.078Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519093074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-30T06:24:53.178Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:53.179Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:53.179Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:53.196Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:53.197Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:54.079Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar ASDC sendASDCNotification
2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar
2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:24:54.080Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:24:54.083Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:24:54.083Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519094079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:24:54.183Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:24:54.184Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:24:54.184Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:24:54.200Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:24:54.201Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:24:55.084Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:24:55.100Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T06:24:55.110Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:24:55.111Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:24:55.121Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T06:25:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:25:23.854Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:25:23.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:25:24.497Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:25:24.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:25:24.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "NOTIFIED"
}
2022-09-30T06:25:24.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-09-30T06:25:24.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:25:24.505Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-09-30T06:25:24.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:25:24.507Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519072250,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:25:24.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-09-30T06:25:24.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519084095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:25:24.510Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519087644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:25:24.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519088739,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:25:24.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519089833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:25:24.513Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519091060,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/vfwa8312d7680170_modules.json",
"status": "DEPLOY_OK"
}
2022-09-30T06:25:24.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519092065,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-09-30T06:25:24.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519093074,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/resourceInstances/vfwa8312d7680170/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-09-30T06:25:24.516Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:24.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:25:24.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519094079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220930062021/1.0/artifacts/service-Vfw20220930062021-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:25:24.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:25:25.121Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T06:25:25.130Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e829d3d-2495-4fe2-8151-3c3f0f593063 and serviceModelVersionId: d05c3191-11bf-46d4-8058-36daa1627ecc
2022-09-30T06:25:25.130Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80b69b58-84cc-4a51-ab84-043df698645e
2022-09-30T06:25:25.132Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0
2022-09-30T06:25:25.142Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T06:25:25.207Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|INFO|500||Invoke
2022-09-30T06:25:25.207Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4e2a37a-f015-4bd0-9ea2-aa64a8640433], X-ECOMP-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], X-TransactionId=[], X-ONAP-RequestID=[2e829d3d-2495-4fe2-8151-3c3f0f593063], Content-Type=[application/merge-patch+json]}
2022-09-30T06:25:25.237Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T06:25:25.333Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220930-06:25:25:427-64263], vertex-id=[143560], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:25:25 GMT], Content-Type=[application/json]}
2022-09-30T06:25:25.333Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80b69b58-84cc-4a51-ab84-043df698645e/model-vers/model-ver/d05c3191-11bf-46d4-8058-36daa1627ecc?depth=0|INFO|500||InvokeReturn
2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T06:25:25.334Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e829d3d-2495-4fe2-8151-3c3f0f593063 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T06:25:25.346Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T06:25:25.347Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:25:25.349Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:25:25.349Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519125346,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T06:25:25.449Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:25:25.451Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:25:25.451Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:25:25.467Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:25:25.468Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T06:25:26.370Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:25:26.371Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:25:26.371Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:25:35.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:25:35.989Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:25:35.990Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:25:35.990Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:25:45.538Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:25:45.539Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:25:45.540Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:25:45.540Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:25:55.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:26:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:26:23.850Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:26:23.850Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:26:23.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:26:23.852Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:26:23.852Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:26:24.501Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:26:24.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-30T06:26:24.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2e829d3d-2495-4fe2-8151-3c3f0f593063",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519125346,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T06:26:24.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:26:33.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:27:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:27:23.850Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:27:23.851Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:27:23.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:27:23.854Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:27:23.854Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:27:33.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:27:33.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:28:23.849Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:28:23.850Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:28:23.851Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:28:23.852Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:28:23.853Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:28:23.853Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:28:33.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:28:33.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:29:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:29:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:29:23.850Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:29:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:29:23.853Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:29:23.853Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:29:33.408Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:29:33.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:30:23.850Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:30:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:30:23.851Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:30:23.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:30:23.853Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:30:23.853Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:30:33.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:30:33.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:31:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:31:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:31:23.850Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:31:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:31:23.852Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:31:23.852Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:31:33.404Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:31:33.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:32:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:32:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:32:23.850Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:32:23.852Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:32:23.852Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:32:23.852Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:32:33.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:32:33.412Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:33:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:33:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:33:23.850Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:33:23.852Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:33:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:33:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:33:33.399Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:33:33.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:23.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:34:23.850Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:34:23.851Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:23.853Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:34:23.855Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:34:23.856Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:29.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:29.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-30T06:34:29.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"548c5b71-cde2-456c-90cf-8e0db35f20d4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9a8bfcc0-457f-4c09-8e16-eb23de5d49aa","serviceDescription":"service","serviceInvariantUUID":"c441433c-206c-4534-96ba-6d14d7a2d3cf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"78d7cc69-fb25-461e-8eb8-fd11fa8fc401","resourceInvariantUUID":"cfb7ca5b-e0f9-4632-9c97-831b112f9bda","resourceCustomizationUUID":"ccc5973f-b124-4e6e-a3e5-92746e0e4a21","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NmY4YjAxYzgwYjQxOTg3MWQyNGI4MWRjZDQ1MGU2NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99a4f891-a5bc-452b-b69b-4cbe82c2ef40","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4ad6c67-20e7-4489-bfab-1d79698e6b00","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T06:34:29.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:34:29.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:34:29.199Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:34:29.199Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519663849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:34:29.299Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:34:29.300Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:34:29.300Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:29.320Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:29.320Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":3,"count":1}
2022-09-30T06:34:29.461Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:29.462Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T06:34:29.463Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519663849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:34:29.464Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T06:34:30.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:34:30.201Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:34:30.204Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:34:30.204Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519663849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:34:30.307Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T06:34:30.308Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:34:30.308Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:30.322Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:30.322Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:34:31.206Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "9a8bfcc0-457f-4c09-8e16-eb23de5d49aa",
"serviceDescription": "service",
"serviceInvariantUUID": "c441433c-206c-4534-96ba-6d14d7a2d3cf",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ccc5973f-b124-4e6e-a3e5-92746e0e4a21",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "78d7cc69-fb25-461e-8eb8-fd11fa8fc401",
"resourceInvariantUUID": "cfb7ca5b-e0f9-4632-9c97-831b112f9bda",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4ad6c67-20e7-4489-bfab-1d79698e6b00"
}
],
"workloadContext": "Production"
}
2022-09-30T06:34:31.206Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T06:34:31.207Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa ASDC
2022-09-30T06:34:31.208Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:548c5b71-cde2-456c-90cf-8e0db35f20d4
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
ServiceInvariantUUID:c441433c-206c-4534-96ba-6d14d7a2d3cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:b4ad6c67-20e7-4489-bfab-1d79698e6b00
ArtifactChecksum:ZDc4ZmJmMzNmYjJjMTYxM2E3MTBhNzI4MWUzNmNjYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ccc5973f-b124-4e6e-a3e5-92746e0e4a21
ResourceInvariantUUID:cfb7ca5b-e0f9-4632-9c97-831b112f9bda
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:78d7cc69-fb25-461e-8eb8-fd11fa8fc401
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-09-30T06:34:31.208Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:34:31.271Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b4ad6c67-20e7-4489-bfab-1d79698e6b00 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T06:34:31.274Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-30T06:34:31.275Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T06:34:31.608Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b4ad6c67-20e7-4489-bfab-1d79698e6b00 57613
2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T06:34:31.611Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:34:31.612Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:34:31.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:34:31.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519671611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:34:31.715Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-30T06:34:31.717Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:34:31.717Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:31.735Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:31.735Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:34:32.614Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b4ad6c67-20e7-4489-bfab-1d79698e6b00, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:32.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-30T06:34:32.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:32.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:32.870Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4685142558324221520/Definitions/service-BasicNetwork-template.yml
2022-09-30T06:34:33.450Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.451Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-30T06:34:33.452Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.453Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.454Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.455Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.456Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.456Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
Model Version:NULL
Model InvariantUuid:c441433c-206c-4534-96ba-6d14d7a2d3cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cfb7ca5b-e0f9-4632-9c97-831b112f9bda
Model UUID:95d5f798-95ed-4197-bf2e-ae308782d6f7
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ccc5973f-b124-4e6e-a3e5-92746e0e4a21
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T06:34:33.463Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 78d7cc69-fb25-461e-8eb8-fd11fa8fc401
2022-09-30T06:34:33.464Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||No resources found for Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||
2022-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-09-30T06:34:33.470Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-09-30T06:34:33.471Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:34:33.476Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1edc1933, org.onap.sdc.toscaparser.api.parameters.Input@7fd1f99d, org.onap.sdc.toscaparser.api.parameters.Input@76f52983, org.onap.sdc.toscaparser.api.parameters.Input@574a5211, org.onap.sdc.toscaparser.api.parameters.Input@2921cc4a]
2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.477Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa: Generic NeutronNet
2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.478Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.479Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.511Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:34:33.512Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-30T06:34:33.586Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-30T06:34:33.587Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:34:33.589Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:34:33.589Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519673587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:34:33.690Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-30T06:34:33.690Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:34:33.690Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:34:33.706Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:34:33.706Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:34:34.590Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:34:34.612Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:34:34.616Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:35:04.617Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:35:04.637Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:35:04.642Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:35:04.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:35:04.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:35:23.855Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:35:23.858Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:35:23.858Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:35:23.895Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:35:23.896Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-30T06:35:23.897Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664519661171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:35:23.898Z|2e829d3d-2495-4fe2-8151-3c3f0f593063|pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-09-30T06:35:34.643Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:35:34.668Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:35:34.675Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:35:34.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:35:34.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:36:04.676Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:36:04.688Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:36:04.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:36:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:36:23.854Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:36:23.854Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:36:23.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:36:23.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:36:23.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "cds",
"timestamp": 1664519661697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:36:23.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:36:34.690Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:36:34.703Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:36:34.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:37:04.710Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:37:04.721Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-30T06:37:04.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-30T06:37:23.852Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:37:23.853Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:37:23.853Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:37:23.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:37:23.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "clamp",
"timestamp": 1664519669501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:37:23.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519663849,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664519661171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "cds",
"timestamp": 1664519661697,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "clamp",
"timestamp": 1664519669501,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664519670395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519671611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "cds",
"timestamp": 1664519672208,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664519671845,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1664519670395,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "cds",
"timestamp": 1664519673224,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:37:23.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4
2022-09-30T06:37:23.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:37:23.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519673587,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664519673959,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1664519674965,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:37:23.923Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4
2022-09-30T06:37:23.923Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1664519676738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:37:23.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "ves-openapi-manager",
"timestamp": 1664519676738,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:37:23.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "clamp",
"timestamp": 1664519679323,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:37:23.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "clamp",
"timestamp": 1664519680344,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:37:23.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "clamp",
"timestamp": 1664519681355,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:37:23.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4
2022-09-30T06:37:23.954Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:37:23.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "aai-ml",
"timestamp": 1664519685112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:37:23.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "aai-ml",
"timestamp": 1664519685112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:37:23.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "aai-ml",
"timestamp": 1664519687902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:37:23.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "aai-ml",
"timestamp": 1664519691818,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-09-30T06:37:23.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-30T06:37:23.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "aai-ml",
"timestamp": 1664519692822,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:37:23.983Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 548c5b71-cde2-456c-90cf-8e0db35f20d4
2022-09-30T06:37:23.983Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 548c5b71-cde2-456c-90cf-8e0db35f20d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:37:34.723Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:37:34.735Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-30T06:37:34.745Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-09-30T06:37:34.746Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-30T06:37:34.753Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-30T06:38:04.753Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-30T06:38:04.762Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 548c5b71-cde2-456c-90cf-8e0db35f20d4 and serviceModelVersionId: 9a8bfcc0-457f-4c09-8e16-eb23de5d49aa
2022-09-30T06:38:04.763Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c441433c-206c-4534-96ba-6d14d7a2d3cf
2022-09-30T06:38:04.765Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0
2022-09-30T06:38:04.773Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-30T06:38:04.843Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|INFO|500||Invoke
2022-09-30T06:38:04.844Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdc46525-3f4f-4446-bfe6-aabc558874da], X-ECOMP-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], X-TransactionId=[], X-ONAP-RequestID=[548c5b71-cde2-456c-90cf-8e0db35f20d4], Content-Type=[application/merge-patch+json]}
2022-09-30T06:38:04.870Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-09-30T06:38:04.987Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220930-06:38:05:059-60115], vertex-id=[196640], Content-Length=[0], Date=[Fri, 30 Sep 2022 06:38:05 GMT], Content-Type=[application/json]}
2022-09-30T06:38:04.987Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-30T06:38:04.988Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c441433c-206c-4534-96ba-6d14d7a2d3cf/model-vers/model-ver/9a8bfcc0-457f-4c09-8e16-eb23de5d49aa?depth=0|INFO|500||InvokeReturn
2022-09-30T06:38:04.988Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-30T06:38:04.989Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:38:04.996Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-09-30T06:38:04.997Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 548c5b71-cde2-456c-90cf-8e0db35f20d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-30T06:38:04.997Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-30T06:38:04.998Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:05.000Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:05.001Z|548c5b71-cde2-456c-90cf-8e0db35f20d4|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "548c5b71-cde2-456c-90cf-8e0db35f20d4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519884997,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-30T06:38:05.101Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:05.102Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:05.102Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:05.146Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:05.147Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-30T06:38:06.015Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-30T06:38:06.016Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-30T06:38:06.016Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:10.495Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:10.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-30T06:38:10.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eca89f1c-6449-4217-b220-0d8e8ff5342e","serviceName":"Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx","serviceVersion":"1.0","serviceUUID":"995f1863-30ee-451f-ba0d-c8de93bdfd12","serviceDescription":"catalog service description","serviceInvariantUUID":"08d196e5-3398-4e86-b38e-0872ce28e7d3","resources":[{"resourceInstanceName":"pNF 0a7e4fb5-36c0 0","resourceName":"pNF 0a7e4fb5-36c0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9","resourceInvariantUUID":"f14110d0-1fda-4af5-a306-00d2a7b2c0c7","resourceCustomizationUUID":"35c865c5-dfc0-4d7b-aa78-9f62f74cc895","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml","artifactChecksum":"MDEwYjM0YWNlMDdiNzVmZjFjYmI3OGI2N2FhNTY3ZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8c72b86-e513-4333-8c09-1bce054de572","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar","artifactChecksum":"MWFiNjdmZDE3OTUxYTBiNjhmYzZjNzIwZmZlY2Q2MWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e62eb82-b30c-461f-b356-882c4ba7abf7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d24424d0-0856-4155-b7cb-96164de0f8be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml","artifactChecksum":"YTc2YmExYzUxYThlMDZkNTk2ZjI3ODZkY2JiNmMxYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2184f31-c5f3-413f-8f74-cb987fc709e4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"225e3f76-b1ab-43f6-977e-e1166ea361ec","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15d4e944-eed0-4109-8c3d-e37193ea2a7e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml","artifactChecksum":"MjBhODlkOWE4Y2Q2YTEzYTVhMWMzZGRkZTU0NThkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15a289f7-a877-420a-9849-8d6887349939","artifactVersion":"1"},{"artifactName":"service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar","artifactChecksum":"MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f779e2c4-512e-4ec8-9b54-4e4a481e4b07","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-30T06:38:10.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:10.499Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:10.502Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:10.502Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:10.602Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:10.603Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:10.603Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:10.617Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:10.618Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:11.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:11.503Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:11.506Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:11.506Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:11.606Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:11.607Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:11.607Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:11.636Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:11.636Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:12.507Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:12.508Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:12.513Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:12.514Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:12.610Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-30T06:38:12.611Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:12.611Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:12.625Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:12.627Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:13.514Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:13.515Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:13.517Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:13.517Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:13.617Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:13.619Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:13.619Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:13.634Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:13.634Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:14.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:14.519Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:14.521Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:14.521Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:14.621Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:14.622Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:14.622Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:14.640Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:14.641Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:15.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:15.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:15.525Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:15.525Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/resourceInstances/pnf0a7e4fb536c00/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:15.625Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:15.626Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:15.626Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:15.640Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:15.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:16.526Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:16.527Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:16.530Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:16.530Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml",
"status": "NOT_NOTIFIED"
}
2022-09-30T06:38:16.630Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:16.631Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:16.632Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:16.645Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:16.645Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:17.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-30T06:38:17.531Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:17.534Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:17.534Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519886015,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar",
"status": "NOTIFIED"
}
2022-09-30T06:38:17.634Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:17.635Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:17.635Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:17.649Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:17.649Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-30T06:38:18.535Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"serviceName": "Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx",
"serviceVersion": "1.0",
"serviceUUID": "995f1863-30ee-451f-ba0d-c8de93bdfd12",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "08d196e5-3398-4e86-b38e-0872ce28e7d3",
"resources": [
{
"resourceInstanceName": "pNF 0a7e4fb5-36c0 0",
"resourceCustomizationUUID": "35c865c5-dfc0-4d7b-aa78-9f62f74cc895",
"resourceName": "pNF 0a7e4fb5-36c0",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9",
"resourceInvariantUUID": "f14110d0-1fda-4af5-a306-00d2a7b2c0c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar",
"artifactChecksum": "MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f779e2c4-512e-4ec8-9b54-4e4a481e4b07"
}
],
"workloadContext": "Production"
}
2022-09-30T06:38:18.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-30T06:38:18.536Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 995f1863-30ee-451f-ba0d-c8de93bdfd12 ASDC
2022-09-30T06:38:18.536Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:eca89f1c-6449-4217-b220-0d8e8ff5342e
ServiceName:Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx
ServiceVersion:1.0
ServiceUUID:995f1863-30ee-451f-ba0d-c8de93bdfd12
ServiceInvariantUUID:08d196e5-3398-4e86-b38e-0872ce28e7d3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
ArtifactUUID:f779e2c4-512e-4ec8-9b54-4e4a481e4b07
ArtifactChecksum:MzIxZjdhZDc2NTYyZTJmYjAxZTljNTE0MzY1MWMxYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0a7e4fb5-36c0 0
ResourceCustomizationUUID:35c865c5-dfc0-4d7b-aa78-9f62f74cc895
ResourceInvariantUUID:f14110d0-1fda-4af5-a306-00d2a7b2c0c7
ResourceName:pNF 0a7e4fb5-36c0
ResourceType:PNF
ResourceUUID:b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-09-30T06:38:18.537Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 995f1863-30ee-451f-ba0d-c8de93bdfd12 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-30T06:38:18.584Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:38:18.585Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-30T06:38:18.585Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f779e2c4-512e-4ec8-9b54-4e4a481e4b07 from URL: /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-30T06:38:18.586Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:18.708Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-30T06:38:18.712Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar f779e2c4-512e-4ec8-9b54-4e4a481e4b07 87743
2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar ASDC sendASDCNotification
2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:18.713Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-30T06:38:18.714Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-30T06:38:18.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-30T06:38:18.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "eca89f1c-6449-4217-b220-0d8e8ff5342e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1664519898713,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-09-30T06:38:18.816Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-30T06:38:18.817Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-30T06:38:18.817Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as usZCPhGQODV56cFN) ...
2022-09-30T06:38:18.830Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-09-30T06:38:18.830Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-09-30T06:38:19.716Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-30T06:38:19.718Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-30T06:38:19.718Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f779e2c4-512e-4ec8-9b54-4e4a481e4b07, URL: /sdc/v1/catalog/services/DemoPnfCccz8tvl9lnctxzpm4cx/1.0/artifacts/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar to file: /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:19.719Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:19.903Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9778789718884616857/Definitions/service-DemoPnfCccz8tvl9lnctxzpm4cx-template.yml
2022-09-30T06:38:20.831Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-30T06:38:20.832Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0a7e4fb5-36c0 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCccz8tvl9lnctxzpm4cx-csar.csar
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-30T06:38:20.833Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0a7e4fb5-36c0 0 is matching search criteria
2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0a7e4fb5-36c0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:38:20.834Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0a7e4fb5-36c0 0 is matching search criteria
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0a7e4fb5-36c0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.835Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.836Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.837Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx
Description:catalog service description
Model UUID:995f1863-30ee-451f-ba0d-c8de93bdfd12
Model Version:NULL
Model InvariantUuid:08d196e5-3398-4e86-b38e-0872ce28e7d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-30T06:38:20.849Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||pNF 0a7e4fb5-36c0 0
2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9
2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 995f1863-30ee-451f-ba0d-c8de93bdfd12
2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 995f1863-30ee-451f-ba0d-c8de93bdfd12
2022-09-30T06:38:20.853Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0a7e4fb5-36c0 0 b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-30T06:38:20.858Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32a4073d, org.onap.sdc.toscaparser.api.parameters.Input@572e7604, org.onap.sdc.toscaparser.api.parameters.Input@1aaae4cd, org.onap.sdc.toscaparser.api.parameters.Input@7e6c57b0, org.onap.sdc.toscaparser.api.parameters.Input@6c633aaf]
2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_ccCZ8tVL9LNCTxZPm4Cx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-30T06:38:20.859Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 995f1863-30ee-451f-ba0d-c8de93bdfd12: pNF 0a7e4fb5-36c0
2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||INFO|500||Processing PNF resource: b84b4aa8-9e46-4f34-8f04-f936b2b4e7e9
2022-09-30T06:38:20.860Z|eca89f1c-6449-4217-b220-0d8e8ff5342e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery