Results

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-03-17T10:05:21.664Z||main|||||INFO|500||The following profiles are active: basic
2022-03-17T10:05:54.596Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-17T10:05:54.597Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-17T10:05:54.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-17T10:06:07.613Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-17T10:06:09.021Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-17T10:06:10.564Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-17T10:06:10.579Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-17T10:06:10.872Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-17T10:06:11.540Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-17T10:06:13.230Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-17T10:06:21.022Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T10:06:27.560Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T10:06:27.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-17T10:06:29.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T10:06:29.906Z||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-03-17T10:06:34.641Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T10:06:37.869Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-17T10:06:37.921Z||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$$9ade955a.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-03-17T10:06:37.923Z||main|||||WARN|500||The sdc end point is not alive
2022-03-17T10:06:47.656Z||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-03-17T10:06:57.114Z||main|||||WARN|500||---
2022-03-17T10:06:57.116Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-17T10:06:57.117Z||main|||||WARN|500||---
2022-03-17T10:06:58.232Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-17T10:07:11.302Z||main|||||INFO|500||Started Application in 119.278 seconds (JVM running for 128.847)
2022-03-17T10:07:11.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-17T10:07:11.784Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-17T10:07:11.908Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-17T10:07:12.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-17T10:07:12.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8de34ef5-8771-4fba-a297-4ed4dc513ce0 url= /sdc/v1/artifactTypes
2022-03-17T10:07:12.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-17T10:07:12.796Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-17T10:07:12.867Z||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-03-17T10:07:12.910Z||scheduling-1|||||DEBUG|500||create keys
2022-03-17T10:07:12.931Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-17T10:07:13.017Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:07:13.059Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45f16c18-1929-46cf-8c5a-4e705885b4e4 url= /sdc/v1/registerForDistribution
2022-03-17T10:07:13.256Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45f16c18-1929-46cf-8c5a-4e705885b4e4 url= /sdc/v1/registerForDistribution
2022-03-17T10:07:13.257Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-17T10:07:13.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:07:13.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:07:13.321Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-17T10:07:13.348Z||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-03-17T10:07:13.349Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:07:13.392Z||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-03-17T10:07:13.393Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:07:23.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:07:23.752Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:08:13.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:08:13.280Z||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-03-17T10:08:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:08:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:08:13.283Z||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-03-17T10:08:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:08:22.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:08:22.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:09:13.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:09:13.279Z||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-03-17T10:09:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:09:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:09:13.284Z||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-03-17T10:09:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:09:22.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:09:22.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:10:13.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:10:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:10:13.283Z||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-03-17T10:10:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:10:13.314Z||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-03-17T10:10:13.314Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:10:22.922Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:10:22.975Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:11:13.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:11:13.283Z||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-03-17T10:11:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:11:13.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:11:13.284Z||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-03-17T10:11:13.294Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:11:23.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:11:23.024Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:12:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:12:13.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:12:13.288Z||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-03-17T10:12:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:12:13.297Z||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-03-17T10:12:13.313Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:12:22.914Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:12:22.916Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:13:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:13:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:13:13.281Z||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-03-17T10:13:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:13:13.288Z||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-03-17T10:13:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:13:22.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:13:22.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:14:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:14:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:14:13.288Z||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-03-17T10:14:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:14:13.314Z||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-03-17T10:14:13.315Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:14:22.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:14:22.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:15:11.114Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-17T10:15:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:15:13.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:15:13.286Z||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-03-17T10:15:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:15:13.285Z||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-03-17T10:15:13.293Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:15:22.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:15:22.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:16:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:16:13.279Z||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-03-17T10:16:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:16:13.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:16:13.287Z||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-03-17T10:16:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:16:22.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:16:22.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:17:13.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:17:13.282Z||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-03-17T10:17:13.282Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:17:13.310Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:17:13.311Z||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-03-17T10:17:13.312Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:17:22.875Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:17:22.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:18:13.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:18:13.280Z||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-03-17T10:18:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:18:13.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:18:13.290Z||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-03-17T10:18:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:18:22.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:18:22.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:19:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:19:13.283Z||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-03-17T10:19:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:19:13.288Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:19:13.290Z||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-03-17T10:19:13.290Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:19:22.947Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:19:22.961Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:20:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:20:13.279Z||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-03-17T10:20:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:20:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:20:13.284Z||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-03-17T10:20:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:20:22.910Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:20:22.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:21:13.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:21:13.279Z||pool-2-thread-9|||||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-03-17T10:21:13.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:21:13.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:21:13.291Z||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-03-17T10:21:13.292Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:21:22.921Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:21:22.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:22:13.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:22:13.280Z||pool-2-thread-9|||||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-03-17T10:22:13.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:22:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:22:13.283Z||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-03-17T10:22:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:22:22.889Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:22:22.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:23:13.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:23:13.279Z||pool-2-thread-9|||||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-03-17T10:23:13.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:23:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:23:13.284Z||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-03-17T10:23:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:23:22.871Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:23:22.871Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:24:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:24:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:24:13.296Z||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-03-17T10:24:13.296Z||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-03-17T10:24:13.296Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:24:13.296Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:24:22.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:24:22.910Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:25:13.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:25:13.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:25:13.297Z||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-03-17T10:25:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:25:13.301Z||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-03-17T10:25:13.302Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:25:22.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:25:22.880Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:26:13.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:26:13.286Z||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-03-17T10:26:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:26:13.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:26:13.291Z||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-03-17T10:26:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:26:22.905Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:26:22.900Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:27:13.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:27:13.282Z||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-03-17T10:27:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:27:13.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:27:13.290Z||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-03-17T10:27:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:27:22.922Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:27:22.928Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:28:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:28:13.279Z||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-03-17T10:28:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:28:13.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:28:13.289Z||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-03-17T10:28:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:28:22.917Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:28:22.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:29:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:29:13.278Z||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-03-17T10:29:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:29:13.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:29:13.286Z||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-03-17T10:29:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:29:22.860Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:29:22.860Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:30:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:30:13.279Z||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-03-17T10:30:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:30:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:30:13.283Z||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-03-17T10:30:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:30:22.878Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:30:22.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:31:13.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:31:13.286Z||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-03-17T10:31:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:31:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:31:13.294Z||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-03-17T10:31:13.295Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:31:22.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:31:22.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:32:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:32:13.281Z||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-03-17T10:32:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:32:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:32:13.284Z||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-03-17T10:32:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:32:22.926Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:32:22.935Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:33:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:33:13.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:33:13.287Z||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-03-17T10:33:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:33:13.288Z||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-03-17T10:33:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:33:22.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:33:22.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:34:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:34:13.280Z||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-03-17T10:34:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:34:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:34:13.283Z||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-03-17T10:34:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:34:22.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:34:22.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:35:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:35:13.279Z||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-03-17T10:35:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:35:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:35:13.284Z||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-03-17T10:35:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:35:22.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:35:22.930Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:36:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:36:13.280Z||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-03-17T10:36:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:36:13.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:36:13.283Z||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-03-17T10:36:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:36:22.876Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:36:22.898Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:37:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:37:13.279Z||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-03-17T10:37:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:37:13.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:37:13.286Z||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-03-17T10:37:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:37:22.847Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:37:22.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:38:13.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:38:13.283Z||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-03-17T10:38:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:38:13.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:38:13.287Z||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-03-17T10:38:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:38:22.892Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:38:22.915Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:39:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:39:13.279Z||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-03-17T10:39:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:39:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:39:13.283Z||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-03-17T10:39:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:39:22.861Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:39:22.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:40:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:40:13.283Z||pool-2-thread-9|||||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-03-17T10:40:13.284Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:40:13.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:40:13.287Z||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-03-17T10:40:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:40:22.913Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:40:22.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:41:13.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:41:13.294Z||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-03-17T10:41:13.295Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:41:13.314Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:41:13.316Z||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-03-17T10:41:13.317Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:41:23.001Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:41:23.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:13.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:42:13.279Z||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-03-17T10:42:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:42:13.283Z||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-03-17T10:42:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:13.977Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:13.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T10:42:13.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"19f77ea1-f5ef-421f-b52a-9d0ebb6168b1","serviceName":"basic_onboard_DAyryJ","serviceVersion":"1.0","serviceUUID":"07d76649-b245-4623-a153-8f50d0997311","serviceDescription":"service","serviceInvariantUUID":"e519ed5b-4a0b-43ee-88cb-5251155b4b95","resources":[{"resourceInstanceName":"basic_onboard_DAyryJ 0","resourceName":"basic_onboard_DAyryJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a95f43a-c7f7-417f-a5fe-a38abd6802d2","resourceInvariantUUID":"eeea7fcf-9c63-42fb-b087-708115b3e458","resourceCustomizationUUID":"74daaced-4c59-44fa-9348-b902969c8278","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml","artifactChecksum":"Y2EzOGI4MGJhMmU3OWM3MDQwNWRhYzYwMGZiMmFmYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe69e8e5-0be0-41e2-ac5e-0050ba5e9925","artifactVersion":"1"},{"artifactName":"basic_onboard_dayryj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json","artifactChecksum":"YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8cc4c8c-063c-4dd1-b058-03f39e60f136","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4cef923-12d5-4227-8761-ad94ab042dc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8e60bc0-202f-49ed-aef4-bf75ff674b16","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"725de2bc-946a-4507-9841-9b5e1ac97304","artifactVersion":"2","generatedFromUUID":"a4cef923-12d5-4227-8761-ad94ab042dc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDayryj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml","artifactChecksum":"MDNlNzUzYzE0YjEwYmMzMGQ4ZWQ5Njg5ZWI5YjMyMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdec2aa5-2d78-4b8f-ba0e-40209c6fe178","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDayryj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar","artifactChecksum":"OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"505afe05-378a-415e-91f5-78133220eb2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:42:14.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:14.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.045Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:14.062Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:14.104Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:14.105Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.204Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 56 ms
2022-03-17T10:42:14.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.220Z||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-03-17T10:42:14.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.220Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "dcae-sch",
  "timestamp": 1647513705907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513706159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513706355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513701817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513701814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513705221,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513714839,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513716285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513716896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "cds",
  "timestamp": 1647513715858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-17T10:42:14.355Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:14.357Z||pool-3-thread-1|||||INFO|500||cambria reply ok (138 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: 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-03-17T10:42:15.172Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:15.173Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T10:42:15.211Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:15.211Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:42:15.384Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 161 ms
2022-03-17T10:42:15.385Z||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-03-17T10:42:15.386Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:15.407Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:15.444Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:15.445Z||pool-4-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:15.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:15.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513717907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:15.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:15.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "policy-id",
  "timestamp": 1647513718914,
  "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-03-17T10:42:15.881Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:15.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:16.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513713259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513721510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513721863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513715655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513722869,
  "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-03-17T10:42:16.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.133Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:16.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513723605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513724739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513726035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513727102,
  "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-03-17T10:42:16.215Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.215Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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=?
2022-03-17T10:42:16.340Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:16.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:16.352Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:16.372Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T10:42:16.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513726742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513728107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:16.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513728759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:16.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "clamp",
  "timestamp": 1647513729770,
  "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-03-17T10:42:16.426Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.428Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and ComponentName clamp
2022-03-17T10:42:16.448Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-03-17T10:42:16.449Z||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-03-17T10:42:16.449Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
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-03-17T10:42:16.476Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:16.479Z||pool-5-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:17.375Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:17.376Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:17.383Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:17.384Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:17.479Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-17T10:42:17.481Z||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-03-17T10:42:17.481Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:17.528Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:17.529Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:18.392Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:18.393Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:18.399Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:18.400Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T10:42:18.505Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:42:18.507Z||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-03-17T10:42:18.508Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:18.531Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:18.533Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:19.402Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:19.403Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:19.449Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:19.450Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:42:19.551Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:42:19.553Z||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-03-17T10:42:19.553Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:19.608Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:19.609Z||pool-8-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:20.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:20.455Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:20.465Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:20.466Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:42:20.559Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-17T10:42:20.560Z||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-03-17T10:42:20.561Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:20.579Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:20.580Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:21.473Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "serviceName": "basic_onboard_DAyryJ",
  "serviceVersion": "1.0",
  "serviceUUID": "07d76649-b245-4623-a153-8f50d0997311",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e519ed5b-4a0b-43ee-88cb-5251155b4b95",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_DAyryJ 0",
      "resourceCustomizationUUID": "74daaced-4c59-44fa-9348-b902969c8278",
      "resourceName": "basic_onboard_DAyryJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7a95f43a-c7f7-417f-a5fe-a38abd6802d2",
      "resourceInvariantUUID": "eeea7fcf-9c63-42fb-b087-708115b3e458",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_dayryj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
          "artifactChecksum": "YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f8cc4c8c-063c-4dd1-b058-03f39e60f136",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a4cef923-12d5-4227-8761-ad94ab042dc0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "725de2bc-946a-4507-9841-9b5e1ac97304",
            "generatedFromUUID": "a4cef923-12d5-4227-8761-ad94ab042dc0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "725de2bc-946a-4507-9841-9b5e1ac97304",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardDayryj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
      "artifactChecksum": "OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "505afe05-378a-415e-91f5-78133220eb2c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T10:42:21.479Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:42:21.480Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07d76649-b245-4623-a153-8f50d0997311 ASDC
2022-03-17T10:42:22.067Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
ServiceName:basic_onboard_DAyryJ
ServiceVersion:1.0
ServiceUUID:07d76649-b245-4623-a153-8f50d0997311
ServiceInvariantUUID:e519ed5b-4a0b-43ee-88cb-5251155b4b95
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDayryj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
ArtifactUUID:505afe05-378a-415e-91f5-78133220eb2c
ArtifactChecksum:OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DAyryJ 0
ResourceCustomizationUUID:74daaced-4c59-44fa-9348-b902969c8278
ResourceInvariantUUID:eeea7fcf-9c63-42fb-b087-708115b3e458
ResourceName:basic_onboard_DAyryJ
ResourceType:VF
ResourceUUID:7a95f43a-c7f7-417f-a5fe-a38abd6802d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dayryj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
ArtifactUUID:f8cc4c8c-063c-4dd1-b058-03f39e60f136
ArtifactChecksum:YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ=
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a4cef923-12d5-4227-8761-ad94ab042dc0
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
ArtifactUUID:725de2bc-946a-4507-9841-9b5e1ac97304
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
ArtifactUUID:725de2bc-946a-4507-9841-9b5e1ac97304
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T10:42:22.068Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d76649-b245-4623-a153-8f50d0997311 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-03-17T10:42:22.240Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:42:22.243Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:22.251Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:22.252Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 505afe05-378a-415e-91f5-78133220eb2c from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:22.253Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:22.263Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:23.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:23.232Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar 505afe05-378a-415e-91f5-78133220eb2c 71561
2022-03-17T10:42:23.235Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar ASDC sendASDCNotification
2022-03-17T10:42:23.237Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:23.240Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:23.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:23.253Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:23.254Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513743233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:23.352Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:42:23.354Z||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-03-17T10:42:23.354Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:23.437Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:23.439Z||pool-10-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:24.258Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:42:24.261Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:24.266Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 505afe05-378a-415e-91f5-78133220eb2c, URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.268Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.507Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.508Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:27.076Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2157534704868594287/Definitions/service-BasicOnboardDayryj-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_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided
2022-03-17T10:42:33.405Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:42:33.416Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:42:33.416Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DAyryJ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:42:33.434Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.437Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.447Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.448Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:42:33.452Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:42:33.455Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.466Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.469Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:42:33.471Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.472Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.472Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.473Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.473Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4812a1f2-e0af-4781-99aa-e5ddc8f791a2
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_DAyryJ
Description:service
Model UUID:07d76649-b245-4623-a153-8f50d0997311
Model Version:NULL
Model InvariantUuid:e519ed5b-4a0b-43ee-88cb-5251155b4b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_DAyryJ
Model UUID:9c71e920-9ff3-47ae-abb3-5415dd2c91c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eeea7fcf-9c63-42fb-b087-708115b3e458
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74daaced-4c59-44fa-9348-b902969c8278
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3824da1b-c9a5-46fc-b09f-bba7f9f31816
ModelName:BasicOnboardDayryj..base_ubuntu18..module-0
ModelUuid:e5af0727-2a90-4ac5-8e44-168a9e2895a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4812a1f2-e0af-4781-99aa-e5ddc8f791a2
ModelInvariantUuid:43af80bc-f9cf-4a1c-9884-0349c845d6c5
ModelName:basic_onboard_DAyryJ-nodes.ubuntu18Cvfc
ModelUuid:09a2035f-1c15-4e25-a76e-8a72cb289b39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:945622dd-6c4d-4805-8986-33cd31e2b55b
ModelInvariantUuid:5c656b24-ace9-41a9-beac-f41f2c39c035
ModelName:BasicOnboardDayryj.compute.nodes.heat.ubuntu18
ModelUuid:0e2254dd-bb94-4630-bd4b-97aac3d9ca09
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-03-17T10:42:33.541Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a95f43a-c7f7-417f-a5fe-a38abd6802d2
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-03-17T10:42:33.897Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||basic_onboard_DAyryJ 0
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a95f43a-c7f7-417f-a5fe-a38abd6802d2
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8cc4c8c-063c-4dd1-b058-03f39e60f136 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:33.960Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:34.046Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:34.046Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json f8cc4c8c-063c-4dd1-b058-03f39e60f136 798
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json ASDC sendASDCNotification
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:34.048Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:34.058Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:34.058Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513754047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:34.169Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-17T10:42:34.170Z||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-03-17T10:42:34.170Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:34.224Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:34.226Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:35.066Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDayryj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3824da1b-c9a5-46fc-b09f-bba7f9f31816",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5af0727-2a90-4ac5-8e44-168a9e2895a4",
    "vfModuleModelCustomizationUUID": "33955751-d030-40b4-8833-3082b7f20849",
    "isBase": true,
    "artifacts": [
      "a4cef923-12d5-4227-8761-ad94ab042dc0",
      "725de2bc-946a-4507-9841-9b5e1ac97304"
    ],
    "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-03-17T10:42:35.127Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDayryj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5af0727-2a90-4ac5-8e44-168a9e2895a4
VfModuleModelInvariantUUID:3824da1b-c9a5-46fc-b09f-bba7f9f31816
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4cef923-12d5-4227-8761-ad94ab042dc0
,
725de2bc-946a-4507-9841-9b5e1ac97304

}
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-03-17T10:42:35.133Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardDayryj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3824da1b-c9a5-46fc-b09f-bba7f9f31816",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5af0727-2a90-4ac5-8e44-168a9e2895a4",
    "vfModuleModelCustomizationUUID": "33955751-d030-40b4-8833-3082b7f20849",
    "isBase": true,
    "artifacts": [
      "a4cef923-12d5-4227-8761-ad94ab042dc0",
      "725de2bc-946a-4507-9841-9b5e1ac97304"
    ],
    "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-03-17T10:42:35.133Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDayryj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5af0727-2a90-4ac5-8e44-168a9e2895a4
VfModuleModelInvariantUUID:3824da1b-c9a5-46fc-b09f-bba7f9f31816
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4cef923-12d5-4227-8761-ad94ab042dc0
,
725de2bc-946a-4507-9841-9b5e1ac97304

}
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-03-17T10:42:35.134Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4cef923-12d5-4227-8761-ad94ab042dc0 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.139Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:35.142Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.210Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:35.210Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml a4cef923-12d5-4227-8761-ad94ab042dc0 5033
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:35.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:35.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513755211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:35.315Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-17T10:42:35.316Z||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-03-17T10:42:35.316Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:35.378Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:35.380Z||pool-12-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:36.287Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 725de2bc-946a-4507-9841-9b5e1ac97304 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.290Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:36.290Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.355Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:36.359Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env 725de2bc-946a-4507-9841-9b5e1ac97304 909
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:36.366Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:36.370Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:36.377Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513756360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:42:36.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:42:36.479Z||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-03-17T10:42:36.484Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:36.507Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:36.508Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:37.377Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 07d76649-b245-4623-a153-8f50d0997311
2022-03-17T10:42:37.378Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DAyryJ 0 7a95f43a-c7f7-417f-a5fe-a38abd6802d2 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-03-17T10:42:37.511Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf6658d, org.onap.sdc.toscaparser.api.parameters.Input@49dcedd1, org.onap.sdc.toscaparser.api.parameters.Input@6af969cb, org.onap.sdc.toscaparser.api.parameters.Input@764b9599, org.onap.sdc.toscaparser.api.parameters.Input@799e5cd0]
2022-03-17T10:42:37.538Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.548Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.549Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74daaced-4c59-44fa-9348-b902969c8278
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74daaced-4c59-44fa-9348-b902969c8278 matches Tosca VF Customization UUID: 74daaced-4c59-44fa-9348-b902969c8278
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74daaced-4c59-44fa-9348-b902969c8278  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-03-17T10:42:37.616Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.617Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.621Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74daaced-4c59-44fa-9348-b902969c8278: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-17T10:42:37.622Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@770a9511
2022-03-17T10:42:37.622Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.623Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:42:37.623Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33955751-d030-40b4-8833-3082b7f20849
2022-03-17T10:42:37.639Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33955751-d030-40b4-8833-3082b7f20849
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-03-17T10:42:37.704Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.704Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.705Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.706Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.706Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T10:42:37.708Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:37.708Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4812a1f2-e0af-4781-99aa-e5ddc8f791a2
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-03-17T10:42:37.723Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.741Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.744Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.745Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.746Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.746Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=74daaced-4c59-44fa-9348-b902969c8278
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-03-17T10:42:37.756Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.759Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.761Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 07d76649-b245-4623-a153-8f50d0997311: basic_onboard_DAyryJ
2022-03-17T10:42:37.761Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.762Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.765Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.766Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.767Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.768Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.769Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.769Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.770Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:42:37.771Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.771Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_DAyryJ 
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-03-17T10:42:38.183Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DAyryJ 7a95f43a-c7f7-417f-a5fe-a38abd6802d2 1 ASDC deployResourceStructure
2022-03-17T10:42:38.183Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json ASDC sendASDCNotification
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:38.187Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:38.188Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513758183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:38.300Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-03-17T10:42:38.302Z||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-03-17T10:42:38.302Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:38.419Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:38.420Z||pool-14-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:39.190Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:39.194Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:39.194Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513759189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:39.308Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-03-17T10:42:39.310Z||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-03-17T10:42:39.310Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:39.387Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:39.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:40.204Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:40.219Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:40.219Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513760197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:40.318Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:42:40.322Z||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-03-17T10:42:40.359Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:40.399Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:40.400Z||pool-16-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:41.220Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar ASDC sendASDCNotification
2022-03-17T10:42:41.221Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:41.227Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:41.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:41.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:41.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513761220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:42:41.343Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:42:41.344Z||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-03-17T10:42:41.345Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:41.397Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:42:41.398Z||pool-17-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:42.246Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:42:42.323Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:42:42.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:42:42.361Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:42:42.362Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:12.363Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:12.384Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:12.391Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:43:12.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:43:12.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:13.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:43:13.287Z||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-03-17T10:43:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:43:13.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:43:13.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513740352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "aai-ml",
  "timestamp": 1647513741358,
  "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-03-17T10:43:14.034Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:43:14.038Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:43:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513733278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513743233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513754047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513755211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513756360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513758183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513759189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513760197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513761220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:43:14.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:42.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:42.542Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:42.563Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:43:42.564Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:43:42.564Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:43:42.565Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:42.566Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.566Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.567Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.568Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.568Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.569Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:43:42.569Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:43:42.587Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:44:12.588Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:44:12.641Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and serviceModelVersionId: 07d76649-b245-4623-a153-8f50d0997311
2022-03-17T10:44:12.642Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e519ed5b-4a0b-43ee-88cb-5251155b4b95
2022-03-17T10:44:13.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:44:13.290Z||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-03-17T10:44:13.290Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:14.004Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:44:14.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513811159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513815655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513806355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513823902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513822144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "cds",
  "timestamp": 1647513823151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-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-03-17T10:44:14.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513825613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513826944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513827974,
  "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-03-17T10:44:14.289Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.290Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513821812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513828979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513821817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513830023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513831031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "policy-id",
  "timestamp": 1647513832038,
  "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-03-17T10:44:14.356Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.360Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T10:44:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513825219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "dcae-sch",
  "timestamp": 1647513825907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513833174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513835757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513837207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647513838212,
  "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-03-17T10:44:14.424Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.424Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513837765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "clamp",
  "timestamp": 1647513838769,
  "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-03-17T10:44:14.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513833259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513841211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:49.646Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0
2022-03-17T10:44:49.929Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:44:51.374Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|INFO|500||Invoke
2022-03-17T10:44:51.394Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc211c14-05eb-4d4f-b0dd-91b5d6aa2b96], X-ECOMP-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], X-TransactionId=[], X-ONAP-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], Content-Type=[application/merge-patch+json]}
2022-03-17T10:44:51.749Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T10:44:52.434Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?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/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:44:52:221-70546], vertex-id=[188472], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:44:52 GMT], Content-Type=[application/json]}
2022-03-17T10:44:52.436Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:44:52.438Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|INFO|500||InvokeReturn
2022-03-17T10:44:52.446Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:44:52.447Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:52.464Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:52.466Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:44:52.469Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:44:52.470Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:52.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:52.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513892466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:44:52.576Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:44:52.587Z||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-03-17T10:44:52.587Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:52.631Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:44:52.632Z||pool-18-thread-1|||||INFO|500||cambria reply ok (55 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-03-17T10:44:53.576Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:44:53.578Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:53.578Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:57.967Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:44:57.969Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T10:44:57.970Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb99d607-7ca5-4d27-a89d-b7159fc1265f","serviceName":"vFW 2022-03-17 10-41-41","serviceVersion":"1.0","serviceUUID":"63caf474-7aca-4b7f-9067-049cc16d502a","serviceDescription":"catalog service description","serviceInvariantUUID":"906c2200-2914-4ecf-a3a8-91a2e0e978a3","resources":[{"resourceInstanceName":"vFW 2a61609b-1af9 0","resourceName":"vFW 2a61609b-1af9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b13a9a58-d1b9-4d44-9542-b737c018a70c","resourceInvariantUUID":"6c9e873f-8e5b-4390-8e31-ddd4679258a0","resourceCustomizationUUID":"c7cdfd68-fc63-460d-8c19-b51615648578","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ3NDViYzMwZDJjZGY3ZjI4ZWRlY2RlNDJjOGVlZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac35e525-c830-4259-8f87-cfd502a4db11","artifactVersion":"1"},{"artifactName":"vfw2a61609b1af90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json","artifactChecksum":"NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a271a497-040b-4a8f-954f-028efdec607f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml","artifactChecksum":"NzA1NzlhYzk1NzNjZTM0ZjA5ZWZjZmE4ZmU4ODRkYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90f41f65-59a3-4371-b87f-df73ba64b895","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4efcabf4-4d06-4475-bea2-3dd62116d3bd","artifactVersion":"2","generatedFromUUID":"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317104141-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml","artifactChecksum":"NjcyZmI5MjE4YWM5OTlhZTQ3MDkzMjJmOWMyN2JkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8846b438-d2bb-475d-838b-8a98216a9f83","artifactVersion":"1"},{"artifactName":"service-Vfw20220317104141-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar","artifactChecksum":"ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb90b8af-0785-4a2c-8b20-5573a5f2b11d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:44:57.975Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:57.976Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:57.980Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:57.981Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:44:58.080Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:44:58.081Z||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-03-17T10:44:58.082Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:58.111Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:44:58.112Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:44:58.983Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:58.984Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:58.988Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:58.989Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:44:59.089Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:44:59.091Z||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-03-17T10:44:59.092Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:59.107Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:44:59.108Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:44:59.990Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:59.995Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:59.999Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:59.999Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:45:00.102Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-17T10:45:00.108Z||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-03-17T10:45:00.109Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:00.125Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:00.127Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:01.000Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:01.001Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:01.005Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:01.005Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:45:01.106Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:01.108Z||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-03-17T10:45:01.108Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:01.128Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:01.129Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:02.007Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:02.008Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:02.011Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:02.012Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:45:02.112Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:02.114Z||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-03-17T10:45:02.114Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:02.128Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:02.130Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:45:03.013Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:03.014Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:03.018Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:03.018Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:45:03.119Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:45:03.121Z||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-03-17T10:45:03.122Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:03.160Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:03.162Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":3,"count":1}
2022-03-17T10:45:04.023Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:04.023Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:04.026Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:04.026Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:45:04.130Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-17T10:45:04.132Z||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-03-17T10:45:04.132Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:04.149Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:04.150Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:05.042Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "serviceName": "vFW 2022-03-17 10-41-41",
  "serviceVersion": "1.0",
  "serviceUUID": "63caf474-7aca-4b7f-9067-049cc16d502a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "906c2200-2914-4ecf-a3a8-91a2e0e978a3",
  "resources": [
    {
      "resourceInstanceName": "vFW 2a61609b-1af9 0",
      "resourceCustomizationUUID": "c7cdfd68-fc63-460d-8c19-b51615648578",
      "resourceName": "vFW 2a61609b-1af9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b13a9a58-d1b9-4d44-9542-b737c018a70c",
      "resourceInvariantUUID": "6c9e873f-8e5b-4390-8e31-ddd4679258a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2a61609b1af90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
          "artifactChecksum": "NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a271a497-040b-4a8f-954f-028efdec607f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4efcabf4-4d06-4475-bea2-3dd62116d3bd",
            "generatedFromUUID": "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4efcabf4-4d06-4475-bea2-3dd62116d3bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220317104141-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
      "artifactChecksum": "ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb90b8af-0785-4a2c-8b20-5573a5f2b11d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T10:45:05.043Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:45:05.043Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63caf474-7aca-4b7f-9067-049cc16d502a ASDC
2022-03-17T10:45:05.046Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bb99d607-7ca5-4d27-a89d-b7159fc1265f
ServiceName:vFW 2022-03-17 10-41-41
ServiceVersion:1.0
ServiceUUID:63caf474-7aca-4b7f-9067-049cc16d502a
ServiceInvariantUUID:906c2200-2914-4ecf-a3a8-91a2e0e978a3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317104141-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
ArtifactUUID:eb90b8af-0785-4a2c-8b20-5573a5f2b11d
ArtifactChecksum:ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2a61609b-1af9 0
ResourceCustomizationUUID:c7cdfd68-fc63-460d-8c19-b51615648578
ResourceInvariantUUID:6c9e873f-8e5b-4390-8e31-ddd4679258a0
ResourceName:vFW 2a61609b-1af9
ResourceType:VF
ResourceUUID:b13a9a58-d1b9-4d44-9542-b737c018a70c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2a61609b1af90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
ArtifactUUID:a271a497-040b-4a8f-954f-028efdec607f
ArtifactChecksum:NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE=
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
ArtifactUUID:c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
ArtifactUUID:4efcabf4-4d06-4475-bea2-3dd62116d3bd
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
ArtifactUUID:4efcabf4-4d06-4475-bea2-3dd62116d3bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T10:45:05.047Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63caf474-7aca-4b7f-9067-049cc16d502a 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-03-17T10:45:05.162Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb90b8af-0785-4a2c-8b20-5573a5f2b11d from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.164Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:05.165Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.576Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:05.619Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar eb90b8af-0785-4a2c-8b20-5573a5f2b11d 98905
2022-03-17T10:45:05.619Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar ASDC sendASDCNotification
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:05.625Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:05.626Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513905619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:45:05.736Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-17T10:45:05.737Z||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-03-17T10:45:05.737Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:05.765Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:05.766Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:06.627Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:45:06.628Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:06.629Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: eb90b8af-0785-4a2c-8b20-5573a5f2b11d, URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar to file: /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.630Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.631Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.631Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:07.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16790025706520659133/Definitions/service-Vfw20220317104141-template.yml
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_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_vlan_requirements" 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_onap_private_port_0_order" 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_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-03-17T10:45:13.049Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:45:13.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:45:13.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.052Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T10:45:13.055Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.056Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.056Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2a61609b-1af9 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:45:13.061Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:45:13.061Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:45:13.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.069Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.069Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.071Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.071Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.072Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.076Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.078Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.078Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.079Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.080Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.080Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=216366c0-b50e-4619-a41b-06e87f8d9f61
2022-03-17T10:45:13.085Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.087Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
2022-03-17T10:45:13.092Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.092Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b205623-41dd-49eb-9f88-d0f16e6eab1b
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:13.099Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.099Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-17 10-41-41
Description:catalog service description
Model UUID:63caf474-7aca-4b7f-9067-049cc16d502a
Model Version:NULL
Model InvariantUuid:906c2200-2914-4ecf-a3a8-91a2e0e978a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2a61609b-1af9
Model UUID:efe4344b-1727-466e-b2dd-12dd2b6926f2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c9e873f-8e5b-4390-8e31-ddd4679258a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c7cdfd68-fc63-460d-8c19-b51615648578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a425b38-5524-4b12-8fc5-e61d40883f32
ModelName:Vfw2a61609b1af9..base_vfw..module-0
ModelUuid:15b3cebc-6518-4930-b56a-828586890284
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:216366c0-b50e-4619-a41b-06e87f8d9f61
ModelInvariantUuid:9b57eb1c-262c-4b15-9e48-567effe74fec
ModelName:vFW 2a61609b-1af9-nodes.vfwCvfc
ModelUuid:f1c8c70a-8ab5-4d6f-9604-48fb9303ebe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4bc291f9-222d-435c-9514-fee22d0e0aec
ModelInvariantUuid:f2697cf8-e9e2-47a4-822b-2d662349466d
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vfw
ModelUuid:b1ca32a5-d5d1-4205-9764-9afe7cc2f45d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
ModelInvariantUuid:c4c7a889-c342-4a4d-ade4-3fe7c06fafe9
ModelName:vFW 2a61609b-1af9-nodes.vsnCvfc
ModelUuid:f3758f0b-c93b-4277-aebd-31f974d1c0f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fc18de56-3e0a-45f9-a1f7-32218d7f7178
ModelInvariantUuid:2d5d1537-c89a-419f-b939-85af40d9e731
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vsn
ModelUuid:713dd2d6-8067-4006-a1bd-e40d34ab23a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1b205623-41dd-49eb-9f88-d0f16e6eab1b
ModelInvariantUuid:99cd4c91-7d46-4dfe-a8ee-3ed7047c1de3
ModelName:vFW 2a61609b-1af9-nodes.vpgCvfc
ModelUuid:dc7c915e-33bd-4263-92a4-686854328b9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3e46c511-f59d-46d4-8f52-98aea8295f04
ModelInvariantUuid:754aec30-f8fc-4da1-9fbf-b5d3fec905d0
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vpg
ModelUuid:fe6eaaf7-52e4-46a7-b271-adb3344926df
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-03-17T10:45:13.132Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b13a9a58-d1b9-4d44-9542-b737c018a70c
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-03-17T10:45:13.138Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||vFW 2a61609b-1af9 0
2022-03-17T10:45:13.138Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b13a9a58-d1b9-4d44-9542-b737c018a70c
2022-03-17T10:45:13.139Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a271a497-040b-4a8f-954f-028efdec607f from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.139Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:13.140Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:45:13.283Z||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-03-17T10:45:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:13.634Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:13.642Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json a271a497-040b-4a8f-954f-028efdec607f 785
2022-03-17T10:45:13.643Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json ASDC sendASDCNotification
2022-03-17T10:45:13.644Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.644Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:13.646Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:13.651Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:13.651Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513913643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:45:13.753Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:45:13.755Z||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-03-17T10:45:13.755Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:13.773Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:13.775Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:13.798Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:13.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513859243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:45:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:13.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "aai-ml",
  "timestamp": 1647513860248,
  "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-03-17T10:45:13.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:45:13.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:45:13.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513892466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:45:13.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:13.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513893576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513905619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:14.654Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2a61609b1af9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a425b38-5524-4b12-8fc5-e61d40883f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15b3cebc-6518-4930-b56a-828586890284",
    "vfModuleModelCustomizationUUID": "200f86e7-e8ec-47b3-8bf4-41295127e06e",
    "isBase": true,
    "artifacts": [
      "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
      "4efcabf4-4d06-4475-bea2-3dd62116d3bd"
    ],
    "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-03-17T10:45:14.661Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a61609b1af9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15b3cebc-6518-4930-b56a-828586890284
VfModuleModelInvariantUUID:3a425b38-5524-4b12-8fc5-e61d40883f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
,
4efcabf4-4d06-4475-bea2-3dd62116d3bd

}
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-03-17T10:45:14.665Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2a61609b1af9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3a425b38-5524-4b12-8fc5-e61d40883f32",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "15b3cebc-6518-4930-b56a-828586890284",
    "vfModuleModelCustomizationUUID": "200f86e7-e8ec-47b3-8bf4-41295127e06e",
    "isBase": true,
    "artifacts": [
      "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
      "4efcabf4-4d06-4475-bea2-3dd62116d3bd"
    ],
    "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-03-17T10:45:14.665Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a61609b1af9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15b3cebc-6518-4930-b56a-828586890284
VfModuleModelInvariantUUID:3a425b38-5524-4b12-8fc5-e61d40883f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
,
4efcabf4-4d06-4475-bea2-3dd62116d3bd

}
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-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6ff7b0b-981f-4a13-a6e8-c170bf5f52af from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:15.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:15.052Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml c6ff7b0b-981f-4a13-a6e8-c170bf5f52af 20368
2022-03-17T10:45:15.053Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:45:15.053Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:15.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:15.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:15.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:15.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513915052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:45:15.169Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:45:15.184Z||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-03-17T10:45:15.185Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:15.210Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:15.211Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:45:16.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4efcabf4-4d06-4475-bea2-3dd62116d3bd from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:16.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.386Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env 4efcabf4-4d06-4475-bea2-3dd62116d3bd 2098
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.388Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:16.389Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:16.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:16.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513916387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:45:16.493Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-17T10:45:16.494Z||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-03-17T10:45:16.494Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:16.518Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:16.519Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:17.408Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 63caf474-7aca-4b7f-9067-049cc16d502a
2022-03-17T10:45:17.409Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2a61609b-1af9 0 b13a9a58-d1b9-4d44-9542-b737c018a70c 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-03-17T10:45:17.450Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60cda73f, org.onap.sdc.toscaparser.api.parameters.Input@34f6b743, org.onap.sdc.toscaparser.api.parameters.Input@2477b0ae, org.onap.sdc.toscaparser.api.parameters.Input@31a5b967, org.onap.sdc.toscaparser.api.parameters.Input@3c5c0433]
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c7cdfd68-fc63-460d-8c19-b51615648578
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7cdfd68-fc63-460d-8c19-b51615648578 matches Tosca VF Customization UUID: c7cdfd68-fc63-460d-8c19-b51615648578
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c7cdfd68-fc63-460d-8c19-b51615648578  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-03-17T10:45:17.469Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.470Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.471Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c7cdfd68-fc63-460d-8c19-b51615648578: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-17T10:45:17.471Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38882ee1
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 200f86e7-e8ec-47b3-8bf4-41295127e06e
2022-03-17T10:45:17.473Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 200f86e7-e8ec-47b3-8bf4-41295127e06e
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-03-17T10:45:17.482Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.483Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.483Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=216366c0-b50e-4619-a41b-06e87f8d9f61
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-03-17T10:45:17.516Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.517Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.517Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.522Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
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-03-17T10:45:17.545Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.545Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.546Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.555Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.556Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.556Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.570Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.570Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.574Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:45:17.574Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b205623-41dd-49eb-9f88-d0f16e6eab1b
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-03-17T10:45:17.578Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.579Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.579Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=c7cdfd68-fc63-460d-8c19-b51615648578
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-03-17T10:45:17.598Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 63caf474-7aca-4b7f-9067-049cc16d502a: vFW 2a61609b-1af9
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-17 10-41-41 
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-03-17T10:45:18.262Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2a61609b-1af9 b13a9a58-d1b9-4d44-9542-b737c018a70c 1 ASDC deployResourceStructure
2022-03-17T10:45:18.265Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json ASDC sendASDCNotification
2022-03-17T10:45:18.266Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:18.266Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:18.267Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:18.292Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:18.293Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513918263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:45:18.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:45:18.393Z||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-03-17T10:45:18.393Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:18.413Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:18.414Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:19.294Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:45:19.297Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:19.297Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:19.298Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:19.301Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:19.302Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513919294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:45:19.402Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:19.404Z||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-03-17T10:45:19.404Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:19.433Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:19.434Z||pool-31-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:20.314Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:20.344Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:20.344Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513920312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:45:20.444Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:45:20.445Z||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-03-17T10:45:20.446Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:20.482Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:20.483Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:21.346Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar ASDC sendASDCNotification
2022-03-17T10:45:21.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:21.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:21.349Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:21.360Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:21.365Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513921346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:45:21.470Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-17T10:45:21.471Z||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-03-17T10:45:21.471Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:21.510Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:21.511Z||pool-33-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:22.366Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f
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-03-17T10:45:22.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f
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-03-17T10:45:22.418Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:45:22.426Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:22.439Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:45:52.440Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:45:52.455Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f and serviceModelVersionId: 63caf474-7aca-4b7f-9067-049cc16d502a
2022-03-17T10:45:52.456Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 906c2200-2914-4ecf-a3a8-91a2e0e978a3
2022-03-17T10:45:52.461Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0
2022-03-17T10:45:52.491Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:45:52.758Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?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-03-17T10:45:52.760Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|INFO|500||Invoke
2022-03-17T10:45:52.939Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T10:45:53.338Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|INFO|500||InvokeReturn
2022-03-17T10:45:53.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:45:53:394-28573], vertex-id=[139392], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:45:53 GMT], Content-Type=[application/json]}
2022-03-17T10:45:53.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:45:53.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:45:53.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:53.367Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:53.368Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb99d607-7ca5-4d27-a89d-b7159fc1265f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:45:53.369Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:45:53.373Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:53.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:53.388Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513953368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:45:53.502Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-03-17T10:45:53.503Z||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-03-17T10:45:53.504Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:53.601Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:45:53.620Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-03-17T10:45:54.412Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:45:54.416Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:54.416Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:03.981Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:46:03.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:03.984Z||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-03-17T10:46:03.984Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:13.283Z||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-03-17T10:46:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:13.315Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:46:13.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:46:13.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513913643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:46:13.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:46:13.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:46:13.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:13.533Z||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-03-17T10:46:13.533Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:23.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:13.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:47:13.282Z||pool-2-thread-6|||||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-03-17T10:47:13.282Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:13.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:47:13.284Z||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-03-17T10:47:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:13.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:13.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513915052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513916387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513918263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513919294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513920312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513921346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647513953368,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:47:13.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:13.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74","serviceName":"vFW 2022-03-17 10-44-31","serviceVersion":"1.0","serviceUUID":"4e60f3ef-0cda-48db-8a0e-2e053db570d9","serviceDescription":"catalog service description","serviceInvariantUUID":"f7ad436a-eaf4-4909-a515-4139ea84a8d2","resources":[{"resourceInstanceName":"vFW 59fef03a-87e1 0","resourceName":"vFW 59fef03a-87e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab18e4fa-a52d-447f-ab40-292535021a3d","resourceInvariantUUID":"4d5a3861-828e-4432-b125-844a0c17b109","resourceCustomizationUUID":"9dc6a00a-e757-4622-946e-f9755c280ef2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml","artifactChecksum":"MzU0MDEyZmI0NjhhMzVhYTcyNjlmMDY5NzE0ODM2YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d798b981-c63d-49a8-a0ea-d0c6a84cae42","artifactVersion":"1"},{"artifactName":"vfw59fef03a87e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json","artifactChecksum":"M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db6b837f-242c-458a-9f79-4aab5e8c4281","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUwMDIzYWVjYTQ2NTY0ZWU1MTRhZDZjNDEzYTVmMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efeebac1-a598-47ed-b5da-23ced109bb7f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72","artifactVersion":"2","generatedFromUUID":"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317104431-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml","artifactChecksum":"MjNiZmFjZWViMTIxOWJmNThmNTk1YjllZTlmMmIyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd21463e-c995-4772-a2a0-ca9dc1362b3f","artifactVersion":"1"},{"artifactName":"service-Vfw20220317104431-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar","artifactChecksum":"NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2674c3c-cc6c-4e01-8398-a470d7179bbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:47:13.964Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:13.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:13.971Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:13.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:47:14.070Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-17T10:47:14.071Z||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-03-17T10:47:14.072Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:14.094Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:14.095Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:14.976Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:14.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:14.997Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:14.998Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:47:15.104Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:15.106Z||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-03-17T10:47:15.106Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:15.137Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:15.168Z||pool-36-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:16.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:16.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:16.014Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:16.014Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:47:16.120Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:16.121Z||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-03-17T10:47:16.122Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:16.148Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:16.149Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:17.015Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:17.016Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:17.022Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:17.022Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:47:17.122Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:17.124Z||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-03-17T10:47:17.124Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:17.139Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:17.141Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:18.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:18.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:18.030Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:18.030Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:47:18.129Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:18.130Z||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-03-17T10:47:18.130Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:18.148Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:18.149Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:19.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:19.034Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:19.039Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:19.039Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:47:19.139Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:19.141Z||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-03-17T10:47:19.141Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:19.162Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:19.163Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:47:20.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:20.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:20.053Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:20.053Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:47:20.154Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:47:20.156Z||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-03-17T10:47:20.156Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:20.176Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:20.178Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "serviceName": "vFW 2022-03-17 10-44-31",
  "serviceVersion": "1.0",
  "serviceUUID": "4e60f3ef-0cda-48db-8a0e-2e053db570d9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f7ad436a-eaf4-4909-a515-4139ea84a8d2",
  "resources": [
    {
      "resourceInstanceName": "vFW 59fef03a-87e1 0",
      "resourceCustomizationUUID": "9dc6a00a-e757-4622-946e-f9755c280ef2",
      "resourceName": "vFW 59fef03a-87e1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ab18e4fa-a52d-447f-ab40-292535021a3d",
      "resourceInvariantUUID": "4d5a3861-828e-4432-b125-844a0c17b109",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw59fef03a87e10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
          "artifactChecksum": "M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "db6b837f-242c-458a-9f79-4aab5e8c4281",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72",
            "generatedFromUUID": "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220317104431-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
      "artifactChecksum": "NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2674c3c-cc6c-4e01-8398-a470d7179bbd"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e60f3ef-0cda-48db-8a0e-2e053db570d9 ASDC
2022-03-17T10:47:21.056Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
ServiceName:vFW 2022-03-17 10-44-31
ServiceVersion:1.0
ServiceUUID:4e60f3ef-0cda-48db-8a0e-2e053db570d9
ServiceInvariantUUID:f7ad436a-eaf4-4909-a515-4139ea84a8d2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317104431-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
ArtifactUUID:f2674c3c-cc6c-4e01-8398-a470d7179bbd
ArtifactChecksum:NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 59fef03a-87e1 0
ResourceCustomizationUUID:9dc6a00a-e757-4622-946e-f9755c280ef2
ResourceInvariantUUID:4d5a3861-828e-4432-b125-844a0c17b109
ResourceName:vFW 59fef03a-87e1
ResourceType:VF
ResourceUUID:ab18e4fa-a52d-447f-ab40-292535021a3d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw59fef03a87e10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
ArtifactUUID:db6b837f-242c-458a-9f79-4aab5e8c4281
ArtifactChecksum:M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ=
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
ArtifactUUID:c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
ArtifactUUID:a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
ArtifactUUID:a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T10:47:21.056Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e60f3ef-0cda-48db-8a0e-2e053db570d9 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-03-17T10:47:21.225Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f2674c3c-cc6c-4e01-8398-a470d7179bbd from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.229Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:21.230Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.409Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:21.441Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar f2674c3c-cc6c-4e01-8398-a470d7179bbd 98935
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar ASDC sendASDCNotification
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:21.443Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:21.450Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:21.450Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514041442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:21.550Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:47:21.554Z||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-03-17T10:47:21.556Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:21.646Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:21.647Z||pool-42-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:22.455Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:47:22.456Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:22.459Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f2674c3c-cc6c-4e01-8398-a470d7179bbd, URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar to file: /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.459Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.460Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.460Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.979Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4935388597939239868/Definitions/service-Vfw20220317104431-template.yml
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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vpg_onap_private_port_0_network_role" 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_vlan_requirements" 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_onap_private_port_0_order" 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_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-17T10:47:28.139Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:47:28.141Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.144Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.144Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 59fef03a-87e1 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.154Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.155Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.156Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.157Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:47:28.161Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.161Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.165Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.166Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=647bdbb1-7c06-4db7-a6c5-3f198050df64
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.173Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.173Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.174Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.174Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.175Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.182Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.184Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.186Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.188Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:47:28.190Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.192Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5daf9c01-7d22-468d-8ff0-9246b908bd1c
2022-03-17T10:47:28.192Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.194Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.194Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.196Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.196Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.197Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.198Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.198Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8975f27b-aad9-4a05-aebf-ad1c88faae33
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-17 10-44-31
Description:catalog service description
Model UUID:4e60f3ef-0cda-48db-8a0e-2e053db570d9
Model Version:NULL
Model InvariantUuid:f7ad436a-eaf4-4909-a515-4139ea84a8d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 59fef03a-87e1
Model UUID:d469e813-ae97-4e91-b4b5-256398e322b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d5a3861-828e-4432-b125-844a0c17b109
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9dc6a00a-e757-4622-946e-f9755c280ef2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3f15c58b-c8f0-4853-ba08-8594de8efc50
ModelName:Vfw59fef03a87e1..base_vfw..module-0
ModelUuid:93e14efa-af7a-4d4a-ab6b-6353d544d550
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:647bdbb1-7c06-4db7-a6c5-3f198050df64
ModelInvariantUuid:04b6dc9f-0afc-478f-a25c-1f4ef3009ab9
ModelName:vFW 59fef03a-87e1-nodes.vfwCvfc
ModelUuid:a794ff56-9518-478c-ac19-a11e11c75267
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f82974f2-e87c-440f-b0bd-c766010eed46
ModelInvariantUuid:c6727a82-8201-485c-b65d-72cda15c3cb9
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vfw
ModelUuid:48345d31-be80-44a1-be2b-5c1a4b67a374
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5daf9c01-7d22-468d-8ff0-9246b908bd1c
ModelInvariantUuid:ac64a41d-94fa-4f30-bf78-a3c13b877b81
ModelName:vFW 59fef03a-87e1-nodes.vsnCvfc
ModelUuid:b8919ffd-a283-4e53-a4de-ea1a2cd0b41c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:eeb32c6f-7db0-405d-bb28-0d028a1f54c6
ModelInvariantUuid:29a279ae-a40b-4e68-819b-89ad52d7e4ca
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vsn
ModelUuid:9148b1df-9735-44e6-b2db-1aa005aa062e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8975f27b-aad9-4a05-aebf-ad1c88faae33
ModelInvariantUuid:9d94524e-c879-4115-94f6-05f942c0656a
ModelName:vFW 59fef03a-87e1-nodes.vpgCvfc
ModelUuid:33bce6f7-2605-4c50-a376-c3307e218549
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b925d1c3-df5f-4855-8208-43e1c96deaf1
ModelInvariantUuid:bb26d71e-e5cc-442f-b908-c7ff1ab7233f
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vpg
ModelUuid:6b9f6a8a-9612-4933-b2a0-122ed034db35
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-03-17T10:47:28.245Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ab18e4fa-a52d-447f-ab40-292535021a3d
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-03-17T10:47:28.257Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||vFW 59fef03a-87e1 0
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab18e4fa-a52d-447f-ab40-292535021a3d
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db6b837f-242c-458a-9f79-4aab5e8c4281 from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:28.259Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.390Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:28.392Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json db6b837f-242c-458a-9f79-4aab5e8c4281 785
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json ASDC sendASDCNotification
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:28.399Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:28.403Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:28.403Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514048397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:28.503Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:47:28.504Z||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-03-17T10:47:28.505Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:28.562Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:28.563Z||pool-43-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:29.405Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw59fef03a87e1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f15c58b-c8f0-4853-ba08-8594de8efc50",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93e14efa-af7a-4d4a-ab6b-6353d544d550",
    "vfModuleModelCustomizationUUID": "a5232469-f856-4515-8046-1af2a404befa",
    "isBase": true,
    "artifacts": [
      "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
      "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72"
    ],
    "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-03-17T10:47:29.421Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59fef03a87e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e14efa-af7a-4d4a-ab6b-6353d544d550
VfModuleModelInvariantUUID:3f15c58b-c8f0-4853-ba08-8594de8efc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
,
a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72

}
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-03-17T10:47:29.435Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw59fef03a87e1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3f15c58b-c8f0-4853-ba08-8594de8efc50",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93e14efa-af7a-4d4a-ab6b-6353d544d550",
    "vfModuleModelCustomizationUUID": "a5232469-f856-4515-8046-1af2a404befa",
    "isBase": true,
    "artifacts": [
      "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
      "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72"
    ],
    "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-03-17T10:47:29.436Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59fef03a87e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e14efa-af7a-4d4a-ab6b-6353d544d550
VfModuleModelInvariantUUID:3f15c58b-c8f0-4853-ba08-8594de8efc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
,
a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72

}
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-03-17T10:47:29.436Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c004d51b-ba7d-417b-ab9e-0cbb29d54d4c from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.437Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:29.437Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.674Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml c004d51b-ba7d-417b-ab9e-0cbb29d54d4c 20368
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:29.678Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:29.683Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:29.684Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514049676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:29.790Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:29.792Z||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-03-17T10:47:29.792Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:29.811Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:29.812Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:30.685Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72 from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.687Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:30.687Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.974Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:30.976Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72 2098
2022-03-17T10:47:30.976Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:47:30.977Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.977Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:30.979Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:30.990Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:30.991Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514050976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:47:31.090Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:31.091Z||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-03-17T10:47:31.091Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:31.110Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:31.111Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:31.992Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4e60f3ef-0cda-48db-8a0e-2e053db570d9
2022-03-17T10:47:31.996Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 59fef03a-87e1 0 ab18e4fa-a52d-447f-ab40-292535021a3d 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-03-17T10:47:32.081Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac492ea, org.onap.sdc.toscaparser.api.parameters.Input@735cca01, org.onap.sdc.toscaparser.api.parameters.Input@778e275b, org.onap.sdc.toscaparser.api.parameters.Input@4cc18723, org.onap.sdc.toscaparser.api.parameters.Input@32ec1f93]
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9dc6a00a-e757-4622-946e-f9755c280ef2
2022-03-17T10:47:32.084Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9dc6a00a-e757-4622-946e-f9755c280ef2 matches Tosca VF Customization UUID: 9dc6a00a-e757-4622-946e-f9755c280ef2
2022-03-17T10:47:32.084Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9dc6a00a-e757-4622-946e-f9755c280ef2  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-03-17T10:47:32.088Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.088Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9dc6a00a-e757-4622-946e-f9755c280ef2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@617ffbc3
2022-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a5232469-f856-4515-8046-1af2a404befa
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a5232469-f856-4515-8046-1af2a404befa
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-03-17T10:47:32.095Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.097Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.097Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:32.102Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.102Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=647bdbb1-7c06-4db7-a6c5-3f198050df64
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-03-17T10:47:32.115Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.117Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:32.118Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:32.118Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:32.118Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:32.118Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.119Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.119Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.119Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:32.119Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:47:32.119Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:32.120Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.120Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:32.120Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.120Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5daf9c01-7d22-468d-8ff0-9246b908bd1c
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-03-17T10:47:32.124Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.124Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.124Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.125Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.125Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:32.125Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:32.125Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:32.126Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:32.126Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.126Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.126Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.126Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:32.127Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:32.127Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:32.127Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.127Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.127Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:47:32.128Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8975f27b-aad9-4a05-aebf-ad1c88faae33
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-03-17T10:47:32.133Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.135Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.136Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.136Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.136Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.136Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=9dc6a00a-e757-4622-946e-f9755c280ef2
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-03-17T10:47:32.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4e60f3ef-0cda-48db-8a0e-2e053db570d9: vFW 59fef03a-87e1
2022-03-17T10:47:32.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.150Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.150Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:47:32.150Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.150Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-17 10-44-31 
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-03-17T10:47:32.921Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 59fef03a-87e1 ab18e4fa-a52d-447f-ab40-292535021a3d 1 ASDC deployResourceStructure
2022-03-17T10:47:32.921Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json ASDC sendASDCNotification
2022-03-17T10:47:32.921Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:32.922Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:47:32.922Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:32.925Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:32.926Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514052921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:33.030Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:47:33.031Z||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-03-17T10:47:33.031Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:33.056Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:33.056Z||pool-46-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:47:33.927Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:47:33.928Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:33.928Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:47:33.928Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:33.947Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:33.948Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514053927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:34.049Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:47:34.050Z||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-03-17T10:47:34.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:34.066Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:34.069Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:34.949Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:47:34.949Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:34.950Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:47:34.951Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:34.964Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:34.965Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514054949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:35.058Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-17T10:47:35.059Z||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-03-17T10:47:35.059Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:35.077Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:35.079Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:47:35.969Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar ASDC sendASDCNotification
2022-03-17T10:47:35.969Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:35.970Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:47:35.970Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:35.974Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:35.974Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514055968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:47:36.075Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:47:36.080Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:47:36.082Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:36.102Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:47:36.103Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:47:36.975Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:47:37.014Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:47:37.022Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:47:37.022Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:47:37.022Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:48:07.024Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:48:07.063Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:48:07.150Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:48:07.153Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:48:07.153Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:48:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:48:13.285Z||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-03-17T10:48:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:48:13.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:48:13.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647513991159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "dcae-sch",
  "timestamp": 1647513985908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647513986356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647513995656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647514001517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514003802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "cds",
  "timestamp": 1647514002524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-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-03-17T10:48:13.409Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:48:13.409Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:48:13.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514005349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514006550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514007580,
  "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-03-17T10:48:13.503Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:48:13.503Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:48:13.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514001813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514008585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514001817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514009811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514010816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:48:13.580Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "policy-id",
  "timestamp": 1647514011820,
  "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-03-17T10:48:13.614Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:48:13.615Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T10:48:13.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514005220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514013180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514017181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:48:13.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514018189,
  "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-03-17T10:48:13.638Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:48:13.638Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:48:13.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:48:13.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514013259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:48:13.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:48:13.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514021107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514022790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:48:13.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514025791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:48:13.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:48:13.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:48:13.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "clamp",
  "timestamp": 1647514026795,
  "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-03-17T10:48:13.686Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:48:13.687Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:48:37.154Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:48:37.205Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:48:37.212Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:48:37.212Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:48:37.213Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:49:07.215Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:49:07.272Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:49:07.297Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:49:07.297Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:49:07.298Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:49:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:49:13.284Z||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-03-17T10:49:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:49:13.831Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:49:13.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:49:13.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:49:13.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:49:13.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514037748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:49:13.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:49:13.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "aai-ml",
  "timestamp": 1647514038753,
  "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-03-17T10:49:13.886Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
2022-03-17T10:49:13.886Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:49:13.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-17T10:49:13.966Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.967Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:49:13.967Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514033281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:49:13.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:49:13.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514041442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:49:13.969Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514048397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:49:13.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514049676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:49:13.971Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514050976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:49:13.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514052921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:49:13.974Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514053927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:49:13.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514054949,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:49:13.976Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:13.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:49:13.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514055968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:49:13.977Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:49:37.301Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:49:37.391Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
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-03-17T10:49:37.429Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:49:37.429Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:49:37.429Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:49:37.430Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-03-17T10:49:37.476Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:50:07.478Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 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-03-17T10:50:07.514Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 and serviceModelVersionId: 4e60f3ef-0cda-48db-8a0e-2e053db570d9
2022-03-17T10:50:07.516Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f7ad436a-eaf4-4909-a515-4139ea84a8d2
2022-03-17T10:50:07.520Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0
2022-03-17T10:50:07.542Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:50:07.788Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0|INFO|500||Invoke
2022-03-17T10:50:07.791Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d2070f0-1328-4ec6-a0a1-ab82570413d6], X-ECOMP-RequestID=[43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74], X-TransactionId=[], X-ONAP-RequestID=[43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74], Content-Type=[application/merge-patch+json]}
2022-03-17T10:50:07.893Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T10:50:08.046Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?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/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:50:08:363-63846], vertex-id=[205000], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:50:08 GMT], Content-Type=[application/json]}
2022-03-17T10:50:08.047Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:50:08.048Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f7ad436a-eaf4-4909-a515-4139ea84a8d2/model-vers/model-ver/4e60f3ef-0cda-48db-8a0e-2e053db570d9?depth=0|INFO|500||InvokeReturn
2022-03-17T10:50:08.048Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:50:08.049Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-03-17T10:50:08.085Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-03-17T10:50:08.086Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:50:08.087Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:50:08.087Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:50:08.117Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:50:08.118Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514208086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:50:08.206Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-17T10:50:08.209Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:50:08.210Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:50:08.305Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:50:08.326Z||pool-50-thread-1|||||INFO|500||cambria reply ok (118 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-03-17T10:50:09.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:50:09.167Z||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-03-17T10:50:09.167Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:50:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:50:13.285Z||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-03-17T10:50:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:50:13.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:50:13.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:50:13.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514208086,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:50:13.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:50:19.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:50:19.414Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:50:19.415Z||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-03-17T10:50:19.421Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:50:29.034Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:50:29.036Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:50:29.042Z||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-03-17T10:50:29.042Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:50:38.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:51:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:51:13.278Z||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-03-17T10:51:13.278Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:51:13.282Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:51:13.283Z||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-03-17T10:51:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:51:22.846Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:51:22.846Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:52:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:52:13.279Z||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-03-17T10:52:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:52:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:52:13.283Z||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-03-17T10:52:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:52:22.871Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:52:22.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:53:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:53:13.279Z||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-03-17T10:53:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:53:13.283Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:53:13.284Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:53:13.284Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:53:22.850Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:53:22.852Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:54:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:54:13.279Z||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-03-17T10:54:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:54:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:54:13.283Z||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-03-17T10:54:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:54:22.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:54:22.849Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:13.277Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:55:13.278Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-03-17T10:55:13.279Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:55:13.283Z||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-03-17T10:55:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:21.534Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:21.535Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T10:55:21.535Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3daaf1b9-e923-49ad-bfcb-1cb8edd714c6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4a5f3507-9250-4e0b-b3bb-4b930164e04c","serviceDescription":"service","serviceInvariantUUID":"2ee814a5-84e6-4de0-8317-6883481cd22c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"620dfb23-50a3-44cf-8e7c-82a37ed6283d","resourceInvariantUUID":"69376523-700a-452b-ae7a-cf2353f499cf","resourceCustomizationUUID":"bb242ee8-cfeb-41f8-8542-54fe9ae0d247","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":"ODQyOWFhMWQ0ZjA1OWFiNzViOGJkZDgxMmFkMzE5Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd9d493d-195b-4757-b61f-6b4f1779a67f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDExMGNjMjg3OWQ4ZjVkYzY2NDc2MDI0YzA0NWZjOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fd20982-2c5e-4d32-b2c5-288449342fdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:55:21.539Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:55:21.540Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:55:21.546Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:55:21.547Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514513277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:21.647Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:55:21.648Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:55:21.648Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:21.699Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:21.700Z||pool-51-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:55:22.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:22.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514515656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514513277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "cds",
  "timestamp": 1647514516161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514515219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "clamp",
  "timestamp": 1647514511817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "policy-id",
  "timestamp": 1647514521812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:55:22.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:55:22.548Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:55:22.549Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:55:22.552Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:55:22.553Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514513277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:55:22.653Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:55:22.655Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:55:22.655Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:22.689Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:22.690Z||pool-52-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:55:23.554Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4a5f3507-9250-4e0b-b3bb-4b930164e04c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ee814a5-84e6-4de0-8317-6883481cd22c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "bb242ee8-cfeb-41f8-8542-54fe9ae0d247",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "620dfb23-50a3-44cf-8e7c-82a37ed6283d",
      "resourceInvariantUUID": "69376523-700a-452b-ae7a-cf2353f499cf",
      "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": "MDExMGNjMjg3OWQ4ZjVkYzY2NDc2MDI0YzA0NWZjOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fd20982-2c5e-4d32-b2c5-288449342fdf"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T10:55:23.555Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:55:23.555Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a5f3507-9250-4e0b-b3bb-4b930164e04c ASDC
2022-03-17T10:55:23.556Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4a5f3507-9250-4e0b-b3bb-4b930164e04c
ServiceInvariantUUID:2ee814a5-84e6-4de0-8317-6883481cd22c
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:6fd20982-2c5e-4d32-b2c5-288449342fdf
ArtifactChecksum:MDExMGNjMjg3OWQ4ZjVkYzY2NDc2MDI0YzA0NWZjOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb242ee8-cfeb-41f8-8542-54fe9ae0d247
ResourceInvariantUUID:69376523-700a-452b-ae7a-cf2353f499cf
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:620dfb23-50a3-44cf-8e7c-82a37ed6283d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-17T10:55:23.556Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a5f3507-9250-4e0b-b3bb-4b930164e04c 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-03-17T10:55:23.687Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:55:23.688Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:55:23.688Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:55:23.688Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6fd20982-2c5e-4d32-b2c5-288449342fdf from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T10:55:23.689Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:55:23.689Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T10:55:24.564Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:55:24.568Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6fd20982-2c5e-4d32-b2c5-288449342fdf 52487
2022-03-17T10:55:24.569Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-17T10:55:24.569Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T10:55:24.570Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:55:24.570Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:55:24.574Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:55:24.574Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514524569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:55:24.675Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:55:24.677Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:55:24.677Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:24.701Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:24.702Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:55:25.578Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:55:25.580Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:55:25.580Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6fd20982-2c5e-4d32-b2c5-288449342fdf, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T10:55:25.581Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-17T10:55:25.581Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T10:55:25.582Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T10:55:25.920Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13160606373430631671/Definitions/service-BasicNetwork-template.yml
2022-03-17T10:55:27.070Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:55:27.071Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:55:27.071Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.072Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.073Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.073Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.073Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:55:27.073Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.074Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.074Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-17T10:55:27.074Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:55:27.074Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:55:27.075Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.075Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.075Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-17T10:55:27.076Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:55:27.076Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:55:27.076Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.076Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.077Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.077Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.078Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.078Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.078Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.078Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.079Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.079Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.079Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4a5f3507-9250-4e0b-b3bb-4b930164e04c
Model Version:NULL
Model InvariantUuid:2ee814a5-84e6-4de0-8317-6883481cd22c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:69376523-700a-452b-ae7a-cf2353f499cf
Model UUID:412c4d29-7ff7-48b4-9883-06d2a452f0a5
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:bb242ee8-cfeb-41f8-8542-54fe9ae0d247
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-03-17T10:55:27.095Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 620dfb23-50a3-44cf-8e7c-82a37ed6283d
2022-03-17T10:55:27.095Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||No resources found for Service: 4a5f3507-9250-4e0b-b3bb-4b930164e04c
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-03-17T10:55:27.104Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||
2022-03-17T10:55:27.105Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-17T10:55:27.107Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4a5f3507-9250-4e0b-b3bb-4b930164e04c
2022-03-17T10:55:27.107Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4a5f3507-9250-4e0b-b3bb-4b930164e04c
2022-03-17T10:55:27.107Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-17T10:55:27.108Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.125Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16edb444, org.onap.sdc.toscaparser.api.parameters.Input@7fa93bd5, org.onap.sdc.toscaparser.api.parameters.Input@3646f28d, org.onap.sdc.toscaparser.api.parameters.Input@5b6b9fcf, org.onap.sdc.toscaparser.api.parameters.Input@205f4f72]
2022-03-17T10:55:27.128Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.139Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.140Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.140Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.140Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4a5f3507-9250-4e0b-b3bb-4b930164e04c: Generic NeutronNet
2022-03-17T10:55:27.141Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.141Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.141Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.141Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.240Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.241Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.241Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.241Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.241Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:55:27.242Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:55:27.242Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:55:27.376Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-17T10:55:27.378Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-17T10:55:27.378Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-17T10:55:27.379Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:55:27.379Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:55:27.382Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:55:27.383Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514527378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:55:27.483Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:55:27.484Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:55:27.485Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:55:27.527Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:55:27.532Z||pool-54-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:55:28.386Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:55:28.415Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:55:28.423Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:55:28.424Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:55:28.424Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:55:58.424Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:55:58.518Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:55:58.536Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:55:58.536Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:55:58.537Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:56:13.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:56:13.288Z||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-03-17T10:56:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:56:13.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:56:13.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:56:13.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "cds",
  "timestamp": 1647514516161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:56:13.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:56:28.539Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:56:28.764Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:56:28.784Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:56:28.785Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:56:28.785Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:56:58.785Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:56:58.821Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:56:58.844Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:56:58.845Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:56:58.846Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:57:13.283Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:57:13.285Z||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-03-17T10:57:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:57:13.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:57:13.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514515656,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "clamp",
  "timestamp": 1647514511817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514513277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514515219,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "policy-id",
  "timestamp": 1647514521812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "aai-ml",
  "timestamp": 1647514523259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:57:13.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "aai-ml",
  "timestamp": 1647514523259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:57:13.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514525251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514524569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "cds",
  "timestamp": 1647514523921,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "policy-id",
  "timestamp": 1647514526128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "aai-ml",
  "timestamp": 1647514526074,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "cds",
  "timestamp": 1647514524937,
  "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-03-17T10:57:13.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
2022-03-17T10:57:13.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:13.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "policy-id",
  "timestamp": 1647514527132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:57:13.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "dcae-sch",
  "timestamp": 1647514525910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:57:13.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514526356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:57:13.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514527153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:57:13.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "policy-id",
  "timestamp": 1647514528137,
  "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-03-17T10:57:13.558Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
2022-03-17T10:57:13.559Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:13.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "dcae-sch",
  "timestamp": 1647514525910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:57:13.590Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514526356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:57:13.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:57:13.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514527378,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:57:13.592Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514528158,
  "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-03-17T10:57:13.631Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
2022-03-17T10:57:13.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:13.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "aai-ml",
  "timestamp": 1647514531704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:57:13.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "clamp",
  "timestamp": 1647514530894,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:57:13.714Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "aai-ml",
  "timestamp": 1647514532710,
  "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-03-17T10:57:13.774Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
2022-03-17T10:57:13.774Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:13.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "clamp",
  "timestamp": 1647514532902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:57:13.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:57:13.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:57:13.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "clamp",
  "timestamp": 1647514533906,
  "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-03-17T10:57:13.843Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
2022-03-17T10:57:13.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:28.846Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:57:28.870Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6
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-03-17T10:57:28.878Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:57:28.878Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:57:28.878Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:57:28.878Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:57:28.879Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.879Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.880Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.880Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.880Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.880Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T10:57:28.880Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:57:28.901Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:57:58.904Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 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-03-17T10:57:58.917Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 and serviceModelVersionId: 4a5f3507-9250-4e0b-b3bb-4b930164e04c
2022-03-17T10:57:58.917Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ee814a5-84e6-4de0-8317-6883481cd22c
2022-03-17T10:57:58.920Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?depth=0
2022-03-17T10:57:58.955Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:57:59.158Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?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-03-17T10:57:59.167Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?depth=0|INFO|500||Invoke
2022-03-17T10:57:59.233Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T10:57:59.503Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?depth=0|INFO|500||InvokeReturn
2022-03-17T10:57:59.505Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ee814a5-84e6-4de0-8317-6883481cd22c/model-vers/model-ver/4a5f3507-9250-4e0b-b3bb-4b930164e04c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:57:59:689-64466], vertex-id=[217288], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:57:59 GMT], Content-Type=[application/json]}
2022-03-17T10:57:59.506Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:57:59.507Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:57:59.518Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:57:59.538Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:57:59.540Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3daaf1b9-e923-49ad-bfcb-1cb8edd714c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:57:59.540Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:57:59.542Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:57:59.547Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:57:59.548Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514679540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:57:59.651Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-17T10:57:59.658Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:57:59.659Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:57:59.729Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:57:59.731Z||pool-55-thread-1|||||INFO|500||cambria reply ok (78 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-03-17T10:58:00.634Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:58:00.636Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||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-03-17T10:58:00.638Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:05.080Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:05.083Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T10:58:05.083Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6b5d142-165d-4fa2-8b52-35396e153292","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f9b2e1ea-da59-4627-ba82-1be7a66d2e20","serviceDescription":"service","serviceInvariantUUID":"1e80b541-5645-40e7-9b16-f88b4f14c420","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b213437-f1f6-46e8-a216-f302e309d01b","resourceInvariantUUID":"9ff03ff0-9525-444d-90ed-c9645c2f622b","resourceCustomizationUUID":"6e264127-c81e-4ae2-aee2-74103c073832","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"M2M2Mjc1YmUzNzZkODE3NjViNWVlOGZhNTIxNjY4ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb6d7f39-66c0-4b76-97a6-99027b2e292a","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62cf9526-d8ae-43e9-afa8-7d25fb4bd806","artifactVersion":"2","generatedFromUUID":"78fbb882-bdc1-465b-88d8-eda6904c406e"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"78fbb882-bdc1-465b-88d8-eda6904c406e","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OTEzNjMxNTg3YTJmMzJlNzJhZjRiYjEwMWQ3OGNmNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec615d06-3edb-4096-9446-231a8d8530dd","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b43f97ac-7f1b-4cb6-8df8-2566f5ff3606","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6763b00-feca-4c5d-b70a-fac97e5bb3e4","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f0c9aa13-c3a3-40cc-af48-6587fcff403d","artifactVersion":"2","generatedFromUUID":"b43f97ac-7f1b-4cb6-8df8-2566f5ff3606"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Mjc0MGIxMTM2MzdiNTUzYzdiNjY3YWMyZGQwZTJmODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c489aa5-3156-4f05-a983-8f6f286130f4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjkwZjE2MWMzNjUxNmNhOWVjM2Y1MzYzZWVjOGY5MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bf974c7-4338-47b9-a75d-2bf0f422087e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:58:05.090Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:05.090Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:05.113Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:05.114Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:05.209Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-17T10:58:05.236Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:05.236Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:05.269Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:05.270Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:06.114Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:06.115Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:06.120Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:06.120Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T10:58:06.234Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-03-17T10:58:06.235Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:06.235Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:06.263Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:06.264Z||pool-57-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:07.121Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:07.122Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:07.130Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:07.131Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T10:58:07.230Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:58:07.231Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:07.231Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:07.263Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:07.265Z||pool-58-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:08.133Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:08.142Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:08.150Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:08.150Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T10:58:08.257Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-17T10:58:08.258Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:08.259Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:08.319Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:08.323Z||pool-59-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:09.151Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:09.151Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:09.165Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:09.165Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T10:58:09.260Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-17T10:58:09.262Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:09.262Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:09.298Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:09.318Z||pool-60-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:10.166Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:10.166Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:10.170Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:10.170Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:10.271Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:58:10.283Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:10.284Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:10.362Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:10.363Z||pool-61-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:11.171Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:11.171Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:11.185Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:11.186Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T10:58:11.296Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-17T10:58:11.299Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:11.301Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:11.366Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:11.367Z||pool-62-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:12.188Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:12.189Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:12.199Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:12.199Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:12.297Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:58:12.298Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:12.298Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:12.313Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:12.314Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:13.200Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:58:13.201Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:13.206Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:13.207Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T10:58:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:58:13.284Z||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-03-17T10:58:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:13.308Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:58:13.312Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:13.312Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:13.334Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:13.335Z||pool-64-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:13.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:13.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:58:13.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:58:13.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:58:13.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:13.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:58:13.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:58:13.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:58:13.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:58:14.222Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f9b2e1ea-da59-4627-ba82-1be7a66d2e20",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1e80b541-5645-40e7-9b16-f88b4f14c420",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6e264127-c81e-4ae2-aee2-74103c073832",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b213437-f1f6-46e8-a216-f302e309d01b",
      "resourceInvariantUUID": "9ff03ff0-9525-444d-90ed-c9645c2f622b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "62cf9526-d8ae-43e9-afa8-7d25fb4bd806",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "78fbb882-bdc1-465b-88d8-eda6904c406e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "OTEzNjMxNTg3YTJmMzJlNzJhZjRiYjEwMWQ3OGNmNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ec615d06-3edb-4096-9446-231a8d8530dd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b43f97ac-7f1b-4cb6-8df8-2566f5ff3606",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f0c9aa13-c3a3-40cc-af48-6587fcff403d",
            "generatedFromUUID": "b43f97ac-7f1b-4cb6-8df8-2566f5ff3606"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f0c9aa13-c3a3-40cc-af48-6587fcff403d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjkwZjE2MWMzNjUxNmNhOWVjM2Y1MzYzZWVjOGY5MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6bf974c7-4338-47b9-a75d-2bf0f422087e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T10:58:14.223Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:58:14.223Z|3daaf1b9-e923-49ad-bfcb-1cb8edd714c6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f9b2e1ea-da59-4627-ba82-1be7a66d2e20 ASDC
2022-03-17T10:58:14.225Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d6b5d142-165d-4fa2-8b52-35396e153292
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f9b2e1ea-da59-4627-ba82-1be7a66d2e20
ServiceInvariantUUID:1e80b541-5645-40e7-9b16-f88b4f14c420
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:6bf974c7-4338-47b9-a75d-2bf0f422087e
ArtifactChecksum:ZjkwZjE2MWMzNjUxNmNhOWVjM2Y1MzYzZWVjOGY5MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6e264127-c81e-4ae2-aee2-74103c073832
ResourceInvariantUUID:9ff03ff0-9525-444d-90ed-c9645c2f622b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6b213437-f1f6-46e8-a216-f302e309d01b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:62cf9526-d8ae-43e9-afa8-7d25fb4bd806
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:78fbb882-bdc1-465b-88d8-eda6904c406e
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:ec615d06-3edb-4096-9446-231a8d8530dd
ArtifactChecksum:OTEzNjMxNTg3YTJmMzJlNzJhZjRiYjEwMWQ3OGNmNDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:b43f97ac-7f1b-4cb6-8df8-2566f5ff3606
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:f0c9aa13-c3a3-40cc-af48-6587fcff403d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:f0c9aa13-c3a3-40cc-af48-6587fcff403d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T10:58:14.226Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9b2e1ea-da59-4627-ba82-1be7a66d2e20 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-03-17T10:58:14.450Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:58:14.451Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:58:14.451Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:58:14.454Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6bf974c7-4338-47b9-a75d-2bf0f422087e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T10:58:14.455Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:14.455Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T10:58:15.074Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:15.098Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6bf974c7-4338-47b9-a75d-2bf0f422087e 68931
2022-03-17T10:58:15.098Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-17T10:58:15.098Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T10:58:15.099Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:15.099Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:15.104Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:15.104Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514695098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:15.330Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 225 ms
2022-03-17T10:58:15.332Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:15.332Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:15.389Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:15.390Z||pool-65-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:16.114Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:58:16.120Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:58:16.123Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6bf974c7-4338-47b9-a75d-2bf0f422087e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:16.123Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-17T10:58:16.124Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:16.124Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:16.760Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16369776496778675836/Definitions/service-BasicCnf-template.yml
2022-03-17T10:58:20.554Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:58:20.555Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:58:20.555Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:20.556Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-17T10:58:20.556Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:20.557Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:20.557Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||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-BasicCnf-csar.csar
2022-03-17T10:58:20.557Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-17T10:58:20.557Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:58:20.558Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.558Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.558Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:20.559Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:58:20.559Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:58:20.559Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.559Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.560Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:20.560Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:58:20.560Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:58:20.561Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.561Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.562Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.563Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T10:58:20.564Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-17T10:58:20.565Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-17T10:58:20.565Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:58:20.566Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.566Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:58:20.567Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.567Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:20.567Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:20.568Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.568Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:20.568Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:20.569Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.569Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:20.571Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:20.571Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.572Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T10:58:20.578Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-17T10:58:20.579Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f68bdd9-cee3-47aa-929d-dab1e9eb21f3
2022-03-17T10:58:20.580Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.580Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.581Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.581Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.582Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.582Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.583Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:20.584Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:20.585Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f9b2e1ea-da59-4627-ba82-1be7a66d2e20
Model Version:NULL
Model InvariantUuid:1e80b541-5645-40e7-9b16-f88b4f14c420
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bfc3e08e-cc27-46ef-b9f5-4ca0b3956833
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9ff03ff0-9525-444d-90ed-c9645c2f622b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6e264127-c81e-4ae2-aee2-74103c073832
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0cd458a6-60a8-4158-af52-5b85f5eb978d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f4843919-7e08-4485-8055-31dea83c59bb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f68bdd9-cee3-47aa-929d-dab1e9eb21f3
ModelInvariantUuid:186af4e1-58c8-4a0a-a3a5-c2e6248ff4f0
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9f39da58-0ff3-4ee0-85a0-8f59d9979db5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:738e3069-ef5c-4a3a-b9b8-347afad7d853
ModelInvariantUuid:ef3e83f7-3f4c-4980-8ee6-9e45a6eb0bbb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f77ae538-f44a-4616-a25f-81ef394e7048
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-03-17T10:58:20.634Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b213437-f1f6-46e8-a216-f302e309d01b
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-03-17T10:58:20.652Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-03-17T10:58:20.653Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b213437-f1f6-46e8-a216-f302e309d01b
2022-03-17T10:58:20.655Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 62cf9526-d8ae-43e9-afa8-7d25fb4bd806 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T10:58:20.655Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:20.656Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T10:58:20.972Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:20.973Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 62cf9526-d8ae-43e9-afa8-7d25fb4bd806 12
2022-03-17T10:58:20.977Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-17T10:58:20.977Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-17T10:58:20.977Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:20.978Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:20.991Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:20.991Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514700977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:21.091Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:58:21.093Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:21.093Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:21.111Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:21.111Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:21.994Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78fbb882-bdc1-465b-88d8-eda6904c406e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T10:58:21.995Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:21.996Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T10:58:22.354Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:22.355Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 78fbb882-bdc1-465b-88d8-eda6904c406e 2688
2022-03-17T10:58:22.355Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-17T10:58:22.355Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-17T10:58:22.358Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:22.359Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:22.366Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:22.367Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514702355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:22.462Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-17T10:58:22.463Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:22.463Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:22.496Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:22.497Z||pool-67-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:23.377Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec615d06-3edb-4096-9446-231a8d8530dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T10:58:23.377Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:23.383Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T10:58:23.702Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:23.703Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ec615d06-3edb-4096-9446-231a8d8530dd 828
2022-03-17T10:58:23.703Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-17T10:58:23.704Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T10:58:23.704Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:23.704Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:23.713Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:23.714Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514703703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:23.821Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-17T10:58:23.824Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:23.825Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:23.903Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:23.904Z||pool-68-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:24.714Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0cd458a6-60a8-4158-af52-5b85f5eb978d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4843919-7e08-4485-8055-31dea83c59bb",
    "vfModuleModelCustomizationUUID": "27400d5b-6ba2-4a97-b151-2dd4231c081e",
    "isBase": true,
    "artifacts": [
      "b43f97ac-7f1b-4cb6-8df8-2566f5ff3606",
      "78fbb882-bdc1-465b-88d8-eda6904c406e",
      "f0c9aa13-c3a3-40cc-af48-6587fcff403d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T10:58:24.723Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4843919-7e08-4485-8055-31dea83c59bb
VfModuleModelInvariantUUID:0cd458a6-60a8-4158-af52-5b85f5eb978d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b43f97ac-7f1b-4cb6-8df8-2566f5ff3606
,
78fbb882-bdc1-465b-88d8-eda6904c406e
,
f0c9aa13-c3a3-40cc-af48-6587fcff403d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-03-17T10:58:24.727Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0cd458a6-60a8-4158-af52-5b85f5eb978d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4843919-7e08-4485-8055-31dea83c59bb",
    "vfModuleModelCustomizationUUID": "27400d5b-6ba2-4a97-b151-2dd4231c081e",
    "isBase": true,
    "artifacts": [
      "b43f97ac-7f1b-4cb6-8df8-2566f5ff3606",
      "78fbb882-bdc1-465b-88d8-eda6904c406e",
      "f0c9aa13-c3a3-40cc-af48-6587fcff403d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T10:58:24.728Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4843919-7e08-4485-8055-31dea83c59bb
VfModuleModelInvariantUUID:0cd458a6-60a8-4158-af52-5b85f5eb978d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b43f97ac-7f1b-4cb6-8df8-2566f5ff3606
,
78fbb882-bdc1-465b-88d8-eda6904c406e
,
f0c9aa13-c3a3-40cc-af48-6587fcff403d

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  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-03-17T10:58:24.728Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b43f97ac-7f1b-4cb6-8df8-2566f5ff3606 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T10:58:24.728Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:24.728Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T10:58:24.927Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:24.927Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b43f97ac-7f1b-4cb6-8df8-2566f5ff3606 1164
2022-03-17T10:58:24.927Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-17T10:58:24.928Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T10:58:24.928Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:24.928Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:24.932Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:24.933Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514704927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:25.039Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:58:25.047Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:25.047Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:25.099Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:25.100Z||pool-69-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:25.934Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0c9aa13-c3a3-40cc-af48-6587fcff403d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T10:58:25.934Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:58:25.935Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T10:58:26.099Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:58:26.100Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f0c9aa13-c3a3-40cc-af48-6587fcff403d 200
2022-03-17T10:58:26.100Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-17T10:58:26.100Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T10:58:26.100Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:58:26.101Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:26.104Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:26.104Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514706100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T10:58:26.208Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:58:26.209Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:26.209Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:26.252Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:26.252Z||pool-70-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:27.104Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f9b2e1ea-da59-4627-ba82-1be7a66d2e20
2022-03-17T10:58:27.105Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6b213437-f1f6-46e8-a216-f302e309d01b 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 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=?
2022-03-17T10:58:27.180Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
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-03-17T10:58:27.195Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d183ced, org.onap.sdc.toscaparser.api.parameters.Input@5983e65d, org.onap.sdc.toscaparser.api.parameters.Input@a8a778b, org.onap.sdc.toscaparser.api.parameters.Input@5110ebe4, org.onap.sdc.toscaparser.api.parameters.Input@2d935a7f]
2022-03-17T10:58:27.198Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.198Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.199Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-17T10:58:27.199Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 6e264127-c81e-4ae2-aee2-74103c073832
2022-03-17T10:58:27.199Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e264127-c81e-4ae2-aee2-74103c073832 matches Tosca VF Customization UUID: 6e264127-c81e-4ae2-aee2-74103c073832
2022-03-17T10:58:27.199Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 6e264127-c81e-4ae2-aee2-74103c073832  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-03-17T10:58:27.205Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.206Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.207Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 6e264127-c81e-4ae2-aee2-74103c073832: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-17T10:58:27.207Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64126638
2022-03-17T10:58:27.208Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.208Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:58:27.208Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27400d5b-6ba2-4a97-b151-2dd4231c081e
2022-03-17T10:58:27.209Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27400d5b-6ba2-4a97-b151-2dd4231c081e
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-03-17T10:58:27.219Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.224Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:27.227Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:27.228Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.228Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:27.246Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:27.247Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.247Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-17T10:58:27.248Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-17T10:58:27.248Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f68bdd9-cee3-47aa-929d-dab1e9eb21f3
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-03-17T10:58:27.260Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.261Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:27.261Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:58:27.262Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.263Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-17T10:58:27.264Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6e264127-c81e-4ae2-aee2-74103c073832
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-03-17T10:58:27.270Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.272Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.274Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f9b2e1ea-da59-4627-ba82-1be7a66d2e20: basic_cnf
2022-03-17T10:58:27.275Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.275Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.276Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.276Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.276Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.280Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.281Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.281Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.281Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T10:58:27.282Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:58:27.282Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
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: 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 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-03-17T10:58:27.725Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6b213437-f1f6-46e8-a216-f302e309d01b 1 ASDC deployResourceStructure
2022-03-17T10:58:27.727Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-17T10:58:27.727Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-17T10:58:27.727Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T10:58:27.727Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:27.734Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:27.734Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514707726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T10:58:27.835Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:58:27.836Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:27.836Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:27.854Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:27.854Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:28.745Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-17T10:58:28.746Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-17T10:58:28.746Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-17T10:58:28.746Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:28.749Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:28.750Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514708745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T10:58:28.855Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-17T10:58:28.856Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:28.856Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:28.877Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:28.878Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:29.750Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-17T10:58:29.751Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-17T10:58:29.751Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:58:29.751Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:29.756Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:29.756Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514709750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T10:58:29.869Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-03-17T10:58:29.870Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:29.870Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:29.898Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:29.898Z||pool-73-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:30.761Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-17T10:58:30.762Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-17T10:58:30.762Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:58:30.762Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:30.776Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:30.776Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514710761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T10:58:30.865Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-17T10:58:30.867Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:30.867Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:30.911Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:30.912Z||pool-74-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:31.811Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-17T10:58:31.811Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-17T10:58:31.812Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:58:31.813Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:31.817Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:31.818Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514711811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-17T10:58:31.930Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-03-17T10:58:31.931Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:31.931Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:31.966Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:31.966Z||pool-75-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:58:32.820Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-17T10:58:32.820Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-17T10:58:32.824Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:58:32.825Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:58:32.828Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:58:32.828Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514712820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T10:58:32.962Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 132 ms
2022-03-17T10:58:32.963Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T10:58:32.964Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:58:33.010Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:58:33.015Z||pool-76-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:58:33.829Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:58:34.003Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:58:34.018Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:58:34.018Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:58:34.018Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:59:04.024Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:59:04.043Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:59:04.048Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:59:04.048Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:59:04.049Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:59:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:59:13.283Z||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-03-17T10:59:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:59:13.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T10:59:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T10:59:13.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T10:59:13.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T10:59:34.051Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:59:34.072Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T10:59:34.083Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:59:34.084Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:59:34.084Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T11:00:04.084Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T11:00:04.112Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T11:00:04.116Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:00:04.116Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T11:00:04.116Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T11:00:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:00:13.284Z||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-03-17T11:00:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:00:13.340Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:00:13.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514631817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "dcae-sch",
  "timestamp": 1647514625907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514626356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.405Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.405Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.429Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.429Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.429Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514646210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.430Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.430Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514645880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.430Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.431Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514647809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.433Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514646318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514648767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "cds",
  "timestamp": 1647514647328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-03-17T11:00:13.455Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.455Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:00:13.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514649206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514649775,
  "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-03-17T11:00:13.558Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.558Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:00:13.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514650514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514651839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514651579,
  "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-03-17T11:00:13.647Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.648Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:00:13.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514652845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514652584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "dcae-sch",
  "timestamp": 1647514645907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514653215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514646355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "policy-id",
  "timestamp": 1647514653848,
  "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-03-17T11:00:13.722Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.723Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T11:00:13.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514652913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514654918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514636159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "clamp",
  "timestamp": 1647514655920,
  "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-03-17T11:00:13.766Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.767Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:00:13.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514635219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514655483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "cds",
  "timestamp": 1647514656490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-03-17T11:00:13.841Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:13.841Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:00:13.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514657969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514635656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514641812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514660781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514660967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514662517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514661977,
  "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-03-17T11:00:13.903Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:13.904Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:00:13.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514662468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.922Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514663522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514663964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:13.924Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "policy-id",
  "timestamp": 1647514664526,
  "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-03-17T11:00:13.932Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:13.932Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:00:13.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.943Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514665000,
  "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-03-17T11:00:13.954Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:13.954Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T11:00:13.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514666005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514666164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:13.967Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:13.967Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.968Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.968Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.968Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "aai-ml",
  "timestamp": 1647514667168,
  "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-03-17T11:00:13.976Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b5d142-165d-4fa2-8b52-35396e153292
2022-03-17T11:00:13.976Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:00:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514661817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514643259,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:13.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514675768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.009Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514676917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514678928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:14.020Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3daaf1b9-e923-49ad-bfcb-1cb8edd714c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514679540,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "clamp",
  "timestamp": 1647514679933,
  "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-03-17T11:00:14.033Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:14.037Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:00:14.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514667010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "dcae-sch",
  "timestamp": 1647514665913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514667057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514666355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514682221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:14.110Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514683789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:14.112Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "cds",
  "timestamp": 1647514683241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-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-03-17T11:00:14.163Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:00:14.163Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:00:14.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514685014,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514686106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:14.186Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.187Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514686020,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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-03-17T11:00:14.230Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:00:14.230Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 and ComponentName 
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-03-17T11:00:14.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "aai-ml",
  "timestamp": 1647514687110,
  "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-03-17T11:00:14.263Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e000ef91-e8aa-4796-b7b0-ea715b3ec937
2022-03-17T11:00:14.263Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:00:14.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514681812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514690711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514691714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-17T11:00:14.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "policy-id",
  "timestamp": 1647514692722,
  "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-03-17T11:00:14.323Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:00:14.324Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:00:14.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:00:14.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:00:34.125Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T11:00:34.150Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292
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-03-17T11:00:34.158Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.159Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.160Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.160Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.160Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:00:34.160Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||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-03-17T11:00:34.181Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T11:01:04.182Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b5d142-165d-4fa2-8b52-35396e153292 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-03-17T11:01:04.236Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b5d142-165d-4fa2-8b52-35396e153292 and serviceModelVersionId: f9b2e1ea-da59-4627-ba82-1be7a66d2e20
2022-03-17T11:01:04.236Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e80b541-5645-40e7-9b16-f88b4f14c420
2022-03-17T11:01:04.243Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?depth=0
2022-03-17T11:01:04.257Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T11:01:04.397Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?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-03-17T11:01:04.402Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?depth=0|INFO|500||Invoke
2022-03-17T11:01:04.490Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T11:01:04.735Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?depth=0|INFO|500||InvokeReturn
2022-03-17T11:01:04.736Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e80b541-5645-40e7-9b16-f88b4f14c420/model-vers/model-ver/f9b2e1ea-da59-4627-ba82-1be7a66d2e20?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220317-11:01:04:984-43691], vertex-id=[233672], Content-Length=[0], Date=[Thu, 17 Mar 2022 11:01:04 GMT], Content-Type=[application/json]}
2022-03-17T11:01:04.743Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T11:01:04.744Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T11:01:04.746Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||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-03-17T11:01:04.756Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||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-03-17T11:01:04.757Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b5d142-165d-4fa2-8b52-35396e153292 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T11:01:04.757Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T11:01:04.757Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:04.761Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:04.761Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514864757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:01:04.862Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:04.863Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:04.864Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:04.907Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:04.908Z||pool-77-thread-1|||||INFO|500||cambria reply ok (46 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-03-17T11:01:05.779Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T11:01:05.779Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e000ef91-e8aa-4796-b7b0-ea715b3ec937","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b17295fc-6b45-481e-b6d6-f7bc7b73784c","serviceDescription":"service","serviceInvariantUUID":"8b7072bb-0e15-463e-854d-aa9599caf1a9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6f8f7054-327b-4d18-8d9f-f3eec563076d","resourceInvariantUUID":"d3880fdd-5ad9-49a9-a32e-e7f0a4fc4764","resourceCustomizationUUID":"38f915dd-9a85-4106-830c-016b54ff122e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"Yzc0NGM5MjNlOGZiZTYwM2VjYTEzZDEzNTdhN2ZiNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19466feb-9af3-4877-90cb-13157c1a9732","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZTAzMjE1OTk0NDc1ZjdmZmZjM2U5MWY0ODg0NDEwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77cfc427-b5a4-400a-99b9-124800651ca1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14b572b8-ca2f-447a-8980-92cd5103db23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bcdbd3c-3678-4de2-aa29-eba9125da9d3","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d584ab4b-15d3-40bf-9753-d33b726954b5","artifactVersion":"2","generatedFromUUID":"14b572b8-ca2f-447a-8980-92cd5103db23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDYyZTM2YjQ4MmMwYWFkZTJkZTMyNzAxMTYwM2E1YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f6c9a87-6840-4c74-9522-6fcf9c804154","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmE0OGRmZTJkODNhODY0Yjk2MWE0YWNmYTM0NzYwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac440ed0-07f4-43b2-885d-825640a39552","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T11:01:05.780Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:05.781Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:05.784Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:05.784Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:05.885Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:05.886Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:05.886Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:05.906Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:05.907Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:06.785Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:06.786Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:06.789Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:06.789Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:01:06.889Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:06.890Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:06.891Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:06.904Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:06.905Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:07.790Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:07.792Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:07.794Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:07.794Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:01:07.895Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:07.896Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:07.897Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:07.915Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:07.916Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:01:08.795Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:08.796Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:08.803Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:08.804Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:08.909Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-17T11:01:08.910Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:08.921Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:08.940Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:08.942Z||pool-81-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:09.813Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:09.816Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:09.821Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:09.822Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:01:09.922Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:01:09.925Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:09.925Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:09.958Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:09.960Z||pool-82-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:10.823Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:10.824Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:10.829Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:10.829Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:10.929Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:10.931Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:10.931Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:10.949Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:10.950Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:11.830Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:11.832Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:11.837Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:11.838Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:11.938Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:01:11.939Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:11.940Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:11.976Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:11.977Z||pool-84-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:12.840Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b17295fc-6b45-481e-b6d6-f7bc7b73784c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b7072bb-0e15-463e-854d-aa9599caf1a9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "38f915dd-9a85-4106-830c-016b54ff122e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6f8f7054-327b-4d18-8d9f-f3eec563076d",
      "resourceInvariantUUID": "d3880fdd-5ad9-49a9-a32e-e7f0a4fc4764",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "ZTAzMjE1OTk0NDc1ZjdmZmZjM2U5MWY0ODg0NDEwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "77cfc427-b5a4-400a-99b9-124800651ca1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "14b572b8-ca2f-447a-8980-92cd5103db23",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d584ab4b-15d3-40bf-9753-d33b726954b5",
            "generatedFromUUID": "14b572b8-ca2f-447a-8980-92cd5103db23"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d584ab4b-15d3-40bf-9753-d33b726954b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NmE0OGRmZTJkODNhODY0Yjk2MWE0YWNmYTM0NzYwN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac440ed0-07f4-43b2-885d-825640a39552"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T11:01:12.842Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T11:01:12.842Z|d6b5d142-165d-4fa2-8b52-35396e153292|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b17295fc-6b45-481e-b6d6-f7bc7b73784c ASDC
2022-03-17T11:01:12.843Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e000ef91-e8aa-4796-b7b0-ea715b3ec937
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b17295fc-6b45-481e-b6d6-f7bc7b73784c
ServiceInvariantUUID:8b7072bb-0e15-463e-854d-aa9599caf1a9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:ac440ed0-07f4-43b2-885d-825640a39552
ArtifactChecksum:NmE0OGRmZTJkODNhODY0Yjk2MWE0YWNmYTM0NzYwN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:38f915dd-9a85-4106-830c-016b54ff122e
ResourceInvariantUUID:d3880fdd-5ad9-49a9-a32e-e7f0a4fc4764
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6f8f7054-327b-4d18-8d9f-f3eec563076d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:77cfc427-b5a4-400a-99b9-124800651ca1
ArtifactChecksum:ZTAzMjE1OTk0NDc1ZjdmZmZjM2U5MWY0ODg0NDEwMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:14b572b8-ca2f-447a-8980-92cd5103db23
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d584ab4b-15d3-40bf-9753-d33b726954b5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:d584ab4b-15d3-40bf-9753-d33b726954b5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T11:01:12.843Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b17295fc-6b45-481e-b6d6-f7bc7b73784c 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-03-17T11:01:12.886Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:01:12.887Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:01:12.887Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:01:12.887Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ac440ed0-07f4-43b2-885d-825640a39552 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T11:01:12.887Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:01:12.888Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T11:01:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:01:13.283Z||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-03-17T11:01:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:13.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:13.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514688113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514695098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514697278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514691817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514684248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514687024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "dcae-sch",
  "timestamp": 1647514685907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514700977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514695219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514695656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514701609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514702355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514704002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514704405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514703703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514705007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "aai-ml",
  "timestamp": 1647514705410,
  "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-03-17T11:01:13.385Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:01:13.385Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:01:13.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514704927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.412Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514706227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514706151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "cds",
  "timestamp": 1647514704887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-03-17T11:01:13.441Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.442Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:01:13.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514706100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514707500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.463Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514707159,
  "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-03-17T11:01:13.483Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:01:13.484Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:01:13.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514708529,
  "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-03-17T11:01:13.533Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.533Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:01:13.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514707726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514701812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514709533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514708745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514708923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514710766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514709750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514711771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514710761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514710932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "policy-id",
  "timestamp": 1647514712774,
  "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-03-17T11:01:13.572Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.573Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T11:01:13.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514711811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.588Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "clamp",
  "timestamp": 1647514711937,
  "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-03-17T11:01:13.597Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ac88933-44a0-451a-a2cb-548c7bc93051
2022-03-17T11:01:13.598Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:01:13.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514712820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514706414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514715272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514728173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "aai-ml",
  "timestamp": 1647514729177,
  "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-03-17T11:01:13.632Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.633Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:01:13.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514721817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514725221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514732931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514734170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514736812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514736937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514737816,
  "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-03-17T11:01:13.664Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.665Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:01:13.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:01:13.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "clamp",
  "timestamp": 1647514737941,
  "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-03-17T11:01:13.684Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85c5d7b2-9d67-4770-8500-f8663a34c7cd
2022-03-17T11:01:13.685Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:01:13.846Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:01:13.850Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ac440ed0-07f4-43b2-885d-825640a39552 71058
2022-03-17T11:01:13.850Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-17T11:01:13.851Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T11:01:13.851Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:01:13.851Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:13.854Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:13.854Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514873850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:13.954Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:13.955Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:13.956Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:13.973Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:13.974Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:14.855Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:01:14.857Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:01:14.857Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ac440ed0-07f4-43b2-885d-825640a39552, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:14.858Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-17T11:01:14.860Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:14.860Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:15.253Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP35076469159435857/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-17T11:01:17.906Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T11:01:17.908Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:01:17.908Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.908Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T11:01:17.909Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.909Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.909Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-03-17T11:01:17.910Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.910Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-03-17T11:01:17.910Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.911Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-03-17T11:01:17.911Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-17T11:01:17.911Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-BasicVm-csar.csar
2022-03-17T11:01:17.911Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:01:17.911Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.912Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.912Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:17.913Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:01:17.913Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:01:17.913Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.913Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.913Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:17.914Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:01:17.914Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:01:17.914Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.914Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.915Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.915Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T11:01:17.915Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-17T11:01:17.915Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-17T11:01:17.916Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-17T11:01:17.917Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:01:17.917Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T11:01:17.917Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.918Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T11:01:17.918Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.918Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:17.919Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:17.919Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.920Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:17.920Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:17.921Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.921Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:17.922Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:17.922Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.922Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T11:01:17.922Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T11:01:17.923Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:01:17.923Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35975d82-c212-40a4-8a2a-8db2b719ae32
2022-03-17T11:01:17.923Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.923Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.924Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.924Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.924Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.924Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.925Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:17.925Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:17.925Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b17295fc-6b45-481e-b6d6-f7bc7b73784c
Model Version:NULL
Model InvariantUuid:8b7072bb-0e15-463e-854d-aa9599caf1a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b6027184-ca70-472b-8096-760d22e20367
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3880fdd-5ad9-49a9-a32e-e7f0a4fc4764
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:38f915dd-9a85-4106-830c-016b54ff122e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b6437e2-19d8-4d35-821e-df52b0caadc1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f16f9a6b-0b75-4d5c-a042-ee564ec43638
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35975d82-c212-40a4-8a2a-8db2b719ae32
ModelInvariantUuid:40384541-c1e4-48b7-bb02-595153f5c1f6
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5878a6ee-ea8e-4850-b992-77853089bdb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4a6b5c6b-38ba-4c1f-b009-fd1bcb787faa
ModelInvariantUuid:26d9b986-46cb-4912-9f1e-d2769f870517
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:a51cde27-35a8-4f82-b5f1-52cb9456f5f3
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-03-17T11:01:17.939Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6f8f7054-327b-4d18-8d9f-f3eec563076d
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-03-17T11:01:17.955Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-03-17T11:01:17.955Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6f8f7054-327b-4d18-8d9f-f3eec563076d
2022-03-17T11:01:17.955Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77cfc427-b5a4-400a-99b9-124800651ca1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T11:01:17.956Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:01:17.956Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T11:01:18.329Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:01:18.329Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 77cfc427-b5a4-400a-99b9-124800651ca1 787
2022-03-17T11:01:18.330Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-17T11:01:18.330Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T11:01:18.330Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:01:18.331Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:18.335Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:18.335Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514878330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:18.435Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:18.436Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:18.437Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:18.475Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:18.476Z||pool-86-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:01:19.336Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b6437e2-19d8-4d35-821e-df52b0caadc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f16f9a6b-0b75-4d5c-a042-ee564ec43638",
    "vfModuleModelCustomizationUUID": "74870d90-5996-47e9-bb18-2f72ef1f3622",
    "isBase": true,
    "artifacts": [
      "14b572b8-ca2f-447a-8980-92cd5103db23",
      "d584ab4b-15d3-40bf-9753-d33b726954b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T11:01:19.342Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f16f9a6b-0b75-4d5c-a042-ee564ec43638
VfModuleModelInvariantUUID:8b6437e2-19d8-4d35-821e-df52b0caadc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
14b572b8-ca2f-447a-8980-92cd5103db23
,
d584ab4b-15d3-40bf-9753-d33b726954b5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-03-17T11:01:19.346Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8b6437e2-19d8-4d35-821e-df52b0caadc1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f16f9a6b-0b75-4d5c-a042-ee564ec43638",
    "vfModuleModelCustomizationUUID": "74870d90-5996-47e9-bb18-2f72ef1f3622",
    "isBase": true,
    "artifacts": [
      "14b572b8-ca2f-447a-8980-92cd5103db23",
      "d584ab4b-15d3-40bf-9753-d33b726954b5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T11:01:19.348Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f16f9a6b-0b75-4d5c-a042-ee564ec43638
VfModuleModelInvariantUUID:8b6437e2-19d8-4d35-821e-df52b0caadc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
14b572b8-ca2f-447a-8980-92cd5103db23
,
d584ab4b-15d3-40bf-9753-d33b726954b5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-03-17T11:01:19.348Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 14b572b8-ca2f-447a-8980-92cd5103db23 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T11:01:19.350Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:01:19.351Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T11:01:19.648Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:01:19.648Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 14b572b8-ca2f-447a-8980-92cd5103db23 5033
2022-03-17T11:01:19.649Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T11:01:19.649Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T11:01:19.649Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:01:19.650Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:19.653Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:19.654Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514879649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:19.753Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:01:19.754Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:19.754Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:19.768Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:19.768Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:20.656Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d584ab4b-15d3-40bf-9753-d33b726954b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T11:01:20.657Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:01:20.657Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T11:01:20.841Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:01:20.843Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d584ab4b-15d3-40bf-9753-d33b726954b5 903
2022-03-17T11:01:20.844Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T11:01:20.845Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T11:01:20.845Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:01:20.846Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:20.851Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:20.852Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514880844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:01:20.951Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:01:20.952Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:20.952Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:20.971Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:20.972Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:21.853Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b17295fc-6b45-481e-b6d6-f7bc7b73784c
2022-03-17T11:01:21.854Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6f8f7054-327b-4d18-8d9f-f3eec563076d 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-03-17T11:01:21.887Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b2adbad, org.onap.sdc.toscaparser.api.parameters.Input@362627f, org.onap.sdc.toscaparser.api.parameters.Input@352a0600, org.onap.sdc.toscaparser.api.parameters.Input@6a1a0b17, org.onap.sdc.toscaparser.api.parameters.Input@4740524a]
2022-03-17T11:01:21.889Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.890Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.890Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-17T11:01:21.890Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 38f915dd-9a85-4106-830c-016b54ff122e
2022-03-17T11:01:21.890Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38f915dd-9a85-4106-830c-016b54ff122e matches Tosca VF Customization UUID: 38f915dd-9a85-4106-830c-016b54ff122e
2022-03-17T11:01:21.890Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 38f915dd-9a85-4106-830c-016b54ff122e  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-03-17T11:01:21.894Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.895Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.896Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 38f915dd-9a85-4106-830c-016b54ff122e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-17T11:01:21.896Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@826405a
2022-03-17T11:01:21.896Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.896Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T11:01:21.897Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74870d90-5996-47e9-bb18-2f72ef1f3622
2022-03-17T11:01:21.897Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74870d90-5996-47e9-bb18-2f72ef1f3622
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-03-17T11:01:21.903Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.904Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:21.904Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:21.904Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.904Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:21.905Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:21.905Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.905Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-17T11:01:21.905Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T11:01:21.906Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:01:21.906Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35975d82-c212-40a4-8a2a-8db2b719ae32
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-03-17T11:01:21.910Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.912Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:21.914Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:01:21.916Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.916Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-17T11:01:21.916Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=38f915dd-9a85-4106-830c-016b54ff122e
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-03-17T11:01:21.921Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.922Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.923Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b17295fc-6b45-481e-b6d6-f7bc7b73784c: basic_vm
2022-03-17T11:01:21.924Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.926Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.927Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.927Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.927Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.927Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.928Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.928Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.928Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:01:21.928Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:01:21.929Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
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-03-17T11:01:22.141Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6f8f7054-327b-4d18-8d9f-f3eec563076d 1 ASDC deployResourceStructure
2022-03-17T11:01:22.142Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-17T11:01:22.142Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-17T11:01:22.142Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:01:22.143Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:22.147Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:22.147Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514882142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:22.247Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:22.249Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:22.249Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:22.282Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:22.283Z||pool-89-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:23.149Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T11:01:23.149Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-17T11:01:23.149Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:01:23.151Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:23.155Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:23.156Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514883149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:23.263Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-17T11:01:23.264Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:23.264Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:23.295Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:23.296Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:24.168Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T11:01:24.169Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-17T11:01:24.169Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:01:24.169Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:24.173Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:24.174Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514884157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:24.272Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-17T11:01:24.274Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:24.274Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:24.298Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:24.299Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:01:25.176Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-17T11:01:25.176Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-17T11:01:25.177Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:01:25.177Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:25.182Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:25.182Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514885176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:01:25.282Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:25.283Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:25.283Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:25.297Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:25.298Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:26.183Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e000ef91-e8aa-4796-b7b0-ea715b3ec937
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-03-17T11:01:26.198Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e000ef91-e8aa-4796-b7b0-ea715b3ec937
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-03-17T11:01:26.209Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.210Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.211Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.211Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:01:26.211Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-03-17T11:01:26.231Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T11:01:56.233Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e000ef91-e8aa-4796-b7b0-ea715b3ec937 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-03-17T11:01:56.255Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e000ef91-e8aa-4796-b7b0-ea715b3ec937 and serviceModelVersionId: b17295fc-6b45-481e-b6d6-f7bc7b73784c
2022-03-17T11:01:56.256Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b7072bb-0e15-463e-854d-aa9599caf1a9
2022-03-17T11:01:56.259Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?depth=0
2022-03-17T11:01:56.276Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T11:01:56.478Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?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-03-17T11:01:56.480Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?depth=0|INFO|500||Invoke
2022-03-17T11:01:56.543Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T11:01:56.889Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?depth=0|INFO|500||InvokeReturn
2022-03-17T11:01:56.891Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7072bb-0e15-463e-854d-aa9599caf1a9/model-vers/model-ver/b17295fc-6b45-481e-b6d6-f7bc7b73784c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-11:01:57:002-92382], vertex-id=[426120], Content-Length=[0], Date=[Thu, 17 Mar 2022 11:01:57 GMT], Content-Type=[application/json]}
2022-03-17T11:01:56.892Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T11:01:56.892Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T11:01:56.893Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-03-17T11:01:56.902Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||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-03-17T11:01:56.902Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e000ef91-e8aa-4796-b7b0-ea715b3ec937 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T11:01:56.903Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T11:01:56.903Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:56.906Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:56.907Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514916903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:01:57.007Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:01:57.008Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:57.008Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:57.044Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:57.045Z||pool-93-thread-1|||||INFO|500||cambria reply ok (37 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-03-17T11:01:57.942Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T11:01:57.943Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ac88933-44a0-451a-a2cb-548c7bc93051","serviceName":"Demo_pNF_filg6x95j0VElPjaXETy","serviceVersion":"1.0","serviceUUID":"6a10497a-c4de-44b1-a44b-a9dd4a1bce0c","serviceDescription":"catalog service description","serviceInvariantUUID":"29ab0916-1b4d-40ce-bd9a-da0b066a821e","resources":[{"resourceInstanceName":"pNF fdd70575-680b 0","resourceName":"pNF fdd70575-680b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"058c9f5a-db42-4b98-a2e5-4871b84c5eeb","resourceInvariantUUID":"a017a454-6e96-43c2-9e15-4ce7b0eec2be","resourceCustomizationUUID":"1a007e41-c716-41df-832a-b2ead5c5da31","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml","artifactChecksum":"OGJiN2EyNzczNzNkNDA5YjRhODIyODJkMTQwNzI3NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d3db632-0cf4-45cc-9418-9551689c8e9c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar","artifactChecksum":"ZmY2ZWRkMzVhN2E5NDFjMjhmNDc5YWEzNDI1NWFmNzQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1562399-2467-4b15-928d-08563bbda0e4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07369f6b-63f0-4a39-b0e5-df1c3af1448c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGM3MDU1YWM1MGNmNjA0MDRkNWNmYjdkNTc3MzQ0MTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b50441e7-f0d6-47e5-bb6a-779b8634fb91","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29e0ce7a-9528-4672-a5f3-1af5de9eb9f2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cae032d7-34fd-4d88-a02f-9485759c1b29","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFilg6x95j0velpjaxety-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml","artifactChecksum":"YzNhOTc3MWNiYTRlMjM3YTVmZWU1ODc5NGIwNzUxM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40d39526-5f07-498e-8ebb-6103a0111394","artifactVersion":"1"},{"artifactName":"service-DemoPnfFilg6x95j0velpjaxety-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar","artifactChecksum":"MmZkMzVlYjQwYWM0ZmMyN2I5YTdkY2EwNDlkOWE2Mjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T11:01:57.943Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:57.943Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:57.949Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:57.949Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:58.047Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-17T11:01:58.048Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:58.048Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:58.072Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:58.074Z||pool-94-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:01:58.950Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:58.950Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:58.956Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:58.956Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:01:59.056Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:01:59.057Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:01:59.057Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:01:59.081Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:01:59.082Z||pool-95-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:01:59.958Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:01:59.958Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:01:59.961Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:01:59.962Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:00.062Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:02:00.064Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:00.064Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:00.078Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:00.078Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:00.964Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:00.964Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:00.969Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:00.969Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:01.068Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:02:01.070Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:01.072Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:01.104Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:01.105Z||pool-97-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:01.970Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:01.971Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:01.975Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:01.976Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:02.075Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-17T11:02:02.076Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:02.076Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:02.096Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:02.097Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:02.977Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:02.978Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:02.981Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:02.981Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:03.081Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:02:03.082Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:03.083Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:03.099Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:03.100Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:03.983Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:03.984Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:03.987Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:03.987Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:04.088Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:02:04.089Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:04.089Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:04.104Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:04.105Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:04.992Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:04.994Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:05.000Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:05.003Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:05.103Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:02:05.105Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:05.105Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:05.127Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:05.129Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:06.005Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "serviceName": "Demo_pNF_filg6x95j0VElPjaXETy",
  "serviceVersion": "1.0",
  "serviceUUID": "6a10497a-c4de-44b1-a44b-a9dd4a1bce0c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "29ab0916-1b4d-40ce-bd9a-da0b066a821e",
  "resources": [
    {
      "resourceInstanceName": "pNF fdd70575-680b 0",
      "resourceCustomizationUUID": "1a007e41-c716-41df-832a-b2ead5c5da31",
      "resourceName": "pNF fdd70575-680b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "058c9f5a-db42-4b98-a2e5-4871b84c5eeb",
      "resourceInvariantUUID": "a017a454-6e96-43c2-9e15-4ce7b0eec2be",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
      "artifactChecksum": "MmZkMzVlYjQwYWM0ZmMyN2I5YTdkY2EwNDlkOWE2Mjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T11:02:06.006Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T11:02:06.006Z|e000ef91-e8aa-4796-b7b0-ea715b3ec937|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c ASDC
2022-03-17T11:02:06.006Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:2ac88933-44a0-451a-a2cb-548c7bc93051
ServiceName:Demo_pNF_filg6x95j0VElPjaXETy
ServiceVersion:1.0
ServiceUUID:6a10497a-c4de-44b1-a44b-a9dd4a1bce0c
ServiceInvariantUUID:29ab0916-1b4d-40ce-bd9a-da0b066a821e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFilg6x95j0velpjaxety-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
ArtifactUUID:f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b
ArtifactChecksum:MmZkMzVlYjQwYWM0ZmMyN2I5YTdkY2EwNDlkOWE2Mjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fdd70575-680b 0
ResourceCustomizationUUID:1a007e41-c716-41df-832a-b2ead5c5da31
ResourceInvariantUUID:a017a454-6e96-43c2-9e15-4ce7b0eec2be
ResourceName:pNF fdd70575-680b
ResourceType:PNF
ResourceUUID:058c9f5a-db42-4b98-a2e5-4871b84c5eeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-17T11:02:06.007Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c 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-03-17T11:02:06.116Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:02:06.117Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:06.118Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:06.118Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b from URL: /sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:06.118Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:02:06.118Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:06.366Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:02:06.380Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b 82625
2022-03-17T11:02:06.387Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar ASDC sendASDCNotification
2022-03-17T11:02:06.388Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:06.388Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:02:06.388Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:06.408Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:06.416Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514926387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:06.495Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-03-17T11:02:06.496Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:06.496Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:06.512Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:06.513Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:07.427Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:02:07.428Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:07.429Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f7d3b9de-06ae-4ebe-a00b-0b4994a92f8b, URL: /sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar to file: /app/ASDC/1/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:07.429Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:07.430Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:07.430Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:07.696Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5502810299673369799/Definitions/service-DemoPnfFilg6x95j0velpjaxety-template.yml
2022-03-17T11:02:09.878Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T11:02:09.880Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:02:09.880Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.880Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-17T11:02:09.881Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fdd70575-680b 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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.881Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.881Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.881Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.882Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.882Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.883Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:09.883Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:02:09.884Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.884Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.884Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Node template pNF fdd70575-680b 0 is matching search criteria
2022-03-17T11:02:09.885Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:02:09.886Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fdd70575-680b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:02:09.886Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.886Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.887Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Node template pNF fdd70575-680b 0 is matching search criteria
2022-03-17T11:02:09.888Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:02:09.888Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF fdd70575-680b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:02:09.888Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.889Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.889Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.889Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.890Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.890Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.890Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.891Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.891Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.891Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.892Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_filg6x95j0VElPjaXETy
Description:catalog service description
Model UUID:6a10497a-c4de-44b1-a44b-a9dd4a1bce0c
Model Version:NULL
Model InvariantUuid:29ab0916-1b4d-40ce-bd9a-da0b066a821e
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-03-17T11:02:09.924Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 058c9f5a-db42-4b98-a2e5-4871b84c5eeb
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-03-17T11:02:09.939Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||pNF fdd70575-680b 0
2022-03-17T11:02:09.940Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 058c9f5a-db42-4b98-a2e5-4871b84c5eeb
2022-03-17T11:02:09.940Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c
2022-03-17T11:02:09.940Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c
2022-03-17T11:02:09.940Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fdd70575-680b 0 058c9f5a-db42-4b98-a2e5-4871b84c5eeb 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-03-17T11:02:09.951Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@364e231c, org.onap.sdc.toscaparser.api.parameters.Input@4812735d, org.onap.sdc.toscaparser.api.parameters.Input@3b679d83, org.onap.sdc.toscaparser.api.parameters.Input@6f99dd52, org.onap.sdc.toscaparser.api.parameters.Input@2888457e]
2022-03-17T11:02:09.952Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.953Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.954Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c: pNF fdd70575-680b
2022-03-17T11:02:09.954Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Processing PNF resource: 058c9f5a-db42-4b98-a2e5-4871b84c5eeb
2022-03-17T11:02:09.955Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:02:09.955Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_filg6x95j0VElPjaXETy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:02:09.955Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1a007e41-c716-41df-832a-b2ead5c5da31 is the same as notified resource customizationUUID: 1a007e41-c716-41df-832a-b2ead5c5da31
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-17T11:02:10.031Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fdd70575-680b 058c9f5a-db42-4b98-a2e5-4871b84c5eeb 0 ASDC deployResourceStructure
2022-03-17T11:02:10.032Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar ASDC sendASDCNotification
2022-03-17T11:02:10.032Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar
2022-03-17T11:02:10.033Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:02:10.033Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:10.040Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:10.040Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514930032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:10.140Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:02:10.142Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:10.142Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:10.163Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:10.164Z||pool-103-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:11.041Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ac88933-44a0-451a-a2cb-548c7bc93051
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-03-17T11:02:11.078Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ac88933-44a0-451a-a2cb-548c7bc93051
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-03-17T11:02:11.120Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:02:11.120Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T11:02:11.120Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T11:02:11.121Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T11:02:11.121Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.121Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.121Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.121Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.122Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.122Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.122Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:02:11.122Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-03-17T11:02:11.130Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T11:02:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:02:13.287Z||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-03-17T11:02:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:13.331Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:13.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647514755656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514751817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514755221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514756159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.374Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514767585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514766306,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.377Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "cds",
  "timestamp": 1647514767581,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-03-17T11:02:13.414Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.414Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:02:13.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514769687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:13.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514761812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647514770693,
  "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-03-17T11:02:13.476Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.477Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:02:13.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514771874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514763259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514772879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:13.511Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514771938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514773138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:02:13.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "policy-id",
  "timestamp": 1647514773881,
  "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-03-17T11:02:13.532Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.532Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:02:13.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "dcae-sch",
  "timestamp": 1647514765909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514773946,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514766355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:13.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:02:13.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "clamp",
  "timestamp": 1647514774951,
  "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-03-17T11:02:13.576Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.577Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:02:13.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514776193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514777238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514778474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647514778243,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
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-03-17T11:02:13.734Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.734Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 and ComponentName 
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-03-17T11:02:13.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:02:13.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "aai-ml",
  "timestamp": 1647514779478,
  "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-03-17T11:02:13.794Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5749b991-6598-4213-b9f4-c2b93f8e4272
2022-03-17T11:02:13.794Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:02:41.144Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ac88933-44a0-451a-a2cb-548c7bc93051 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-03-17T11:02:41.158Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ac88933-44a0-451a-a2cb-548c7bc93051 and serviceModelVersionId: 6a10497a-c4de-44b1-a44b-a9dd4a1bce0c
2022-03-17T11:02:41.158Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29ab0916-1b4d-40ce-bd9a-da0b066a821e
2022-03-17T11:02:41.159Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0
2022-03-17T11:02:41.166Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T11:02:41.263Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0|INFO|500||Invoke
2022-03-17T11:02:41.264Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ac88933-44a0-451a-a2cb-548c7bc93051], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77c3fb9b-d2bc-43bd-aa56-122fd5d06594], X-ECOMP-RequestID=[2ac88933-44a0-451a-a2cb-548c7bc93051], X-TransactionId=[], X-ONAP-RequestID=[2ac88933-44a0-451a-a2cb-548c7bc93051], Content-Type=[application/merge-patch+json]}
2022-03-17T11:02:41.384Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T11:02:41.952Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?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/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-11:02:41:844-46482], vertex-id=[184448], Content-Length=[0], Date=[Thu, 17 Mar 2022 11:02:41 GMT], Content-Type=[application/json]}
2022-03-17T11:02:41.953Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T11:02:41.954Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ab0916-1b4d-40ce-bd9a-da0b066a821e/model-vers/model-ver/6a10497a-c4de-44b1-a44b-a9dd4a1bce0c?depth=0|INFO|500||InvokeReturn
2022-03-17T11:02:41.954Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T11:02:41.954Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-03-17T11:02:41.973Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-03-17T11:02:41.974Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ac88933-44a0-451a-a2cb-548c7bc93051 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T11:02:41.975Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T11:02:41.975Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:41.977Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:41.978Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514961974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:02:42.079Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T11:02:42.081Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:42.084Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:42.103Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:42.106Z||pool-104-thread-1|||||INFO|500||cambria reply ok (26 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-03-17T11:02:43.009Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:02:43.013Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||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-03-17T11:02:43.013Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:47.414Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:47.416Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T11:02:47.416Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"85c5d7b2-9d67-4770-8500-f8663a34c7cd","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8","serviceDescription":"service","serviceInvariantUUID":"5fda3499-096b-40d3-aebb-81049d72f356","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"23e503e1-33c7-4e87-9717-c0bc01633328","resourceInvariantUUID":"0cf7870d-45be-4169-8f69-c2b155578c24","resourceCustomizationUUID":"d4f66179-ea5e-45fc-828d-9d3bc9f35c3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"M2FhZTI5MDEwZTdkNWE0ZDUwNjVhZGZlMDE5ZGZkMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec0a2877-b7df-484a-9a2d-195c0d86079a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MGI3MjY3YzEyNjk3YzQ4YTA5MGU5ZTk2OTM5YTEyYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2184d15b-90f6-43b4-9f80-78c36eb67d4d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc455ec3-b96a-4fd4-8223-d9709822ab8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f3464d4-e4bc-4355-a4e4-2512d08477fc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a209de93-543a-4afd-863e-fe03ce9f76c4","artifactVersion":"2","generatedFromUUID":"bc455ec3-b96a-4fd4-8223-d9709822ab8b"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Y2M4NjQ3NjIyYTk3NTcxM2E5NDAzYTlkMGQyNGI3NDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9011557-0681-4895-b5a7-3d186c5ec87c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NTRhMTQ5YTdkNzdiZWY1YTYyYmIzOWU0ZGY5M2RlM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c3f536d-0254-4b77-b346-d5a882123e12","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NGI0YjlkOGE0MjJkMzkzOTM3NTM1NjljYzQ0MDM1YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cea97897-062a-4de6-ac17-44065a47ebfb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T11:02:47.421Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:47.421Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:47.426Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:47.426Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:47.527Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T11:02:47.528Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:47.529Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:47.546Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:47.547Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:48.427Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:48.428Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:48.454Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:48.456Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:02:48.544Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-17T11:02:48.545Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:48.545Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:48.570Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:48.571Z||pool-106-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:49.457Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:49.458Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:49.461Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:49.461Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:02:49.563Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-17T11:02:49.566Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:49.566Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:49.588Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:49.588Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:50.462Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:50.463Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:50.469Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:50.470Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:50.567Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-17T11:02:50.568Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:50.568Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:50.585Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:50.587Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:51.474Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:51.474Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:51.478Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:51.479Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:02:51.579Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-17T11:02:51.580Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:51.581Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:51.600Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:51.601Z||pool-109-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:52.485Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:52.486Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:52.493Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:52.493Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:52.590Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-17T11:02:52.591Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:52.591Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:52.605Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:52.606Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:53.494Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:53.495Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:53.498Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:53.519Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:02:53.601Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-03-17T11:02:53.602Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:53.602Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:53.616Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:53.616Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:02:54.521Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:02:54.521Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:54.525Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:54.525Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:02:54.625Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:02:54.626Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:54.627Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:54.644Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:54.644Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:55.526Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5fda3499-096b-40d3-aebb-81049d72f356",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d4f66179-ea5e-45fc-828d-9d3bc9f35c3d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "23e503e1-33c7-4e87-9717-c0bc01633328",
      "resourceInvariantUUID": "0cf7870d-45be-4169-8f69-c2b155578c24",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MGI3MjY3YzEyNjk3YzQ4YTA5MGU5ZTk2OTM5YTEyYmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2184d15b-90f6-43b4-9f80-78c36eb67d4d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bc455ec3-b96a-4fd4-8223-d9709822ab8b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a209de93-543a-4afd-863e-fe03ce9f76c4",
            "generatedFromUUID": "bc455ec3-b96a-4fd4-8223-d9709822ab8b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a209de93-543a-4afd-863e-fe03ce9f76c4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NGI0YjlkOGE0MjJkMzkzOTM3NTM1NjljYzQ0MDM1YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cea97897-062a-4de6-ac17-44065a47ebfb"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T11:02:55.529Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T11:02:55.530Z|2ac88933-44a0-451a-a2cb-548c7bc93051|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8 ASDC
2022-03-17T11:02:55.531Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:85c5d7b2-9d67-4770-8500-f8663a34c7cd
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8
ServiceInvariantUUID:5fda3499-096b-40d3-aebb-81049d72f356
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:cea97897-062a-4de6-ac17-44065a47ebfb
ArtifactChecksum:NGI0YjlkOGE0MjJkMzkzOTM3NTM1NjljYzQ0MDM1YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d4f66179-ea5e-45fc-828d-9d3bc9f35c3d
ResourceInvariantUUID:0cf7870d-45be-4169-8f69-c2b155578c24
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:23e503e1-33c7-4e87-9717-c0bc01633328
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:2184d15b-90f6-43b4-9f80-78c36eb67d4d
ArtifactChecksum:MGI3MjY3YzEyNjk3YzQ4YTA5MGU5ZTk2OTM5YTEyYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:bc455ec3-b96a-4fd4-8223-d9709822ab8b
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a209de93-543a-4afd-863e-fe03ce9f76c4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:a209de93-543a-4afd-863e-fe03ce9f76c4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-17T11:02:55.531Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8 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-03-17T11:02:55.677Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:02:55.678Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:55.679Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:55.679Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cea97897-062a-4de6-ac17-44065a47ebfb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T11:02:55.679Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:02:55.680Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T11:02:56.434Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:02:56.453Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cea97897-062a-4de6-ac17-44065a47ebfb 78790
2022-03-17T11:02:56.458Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-17T11:02:56.458Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T11:02:56.458Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:02:56.459Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:02:56.461Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:02:56.462Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514976458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:02:56.562Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:02:56.563Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:02:56.563Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:02:56.592Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:02:56.599Z||pool-113-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:02:57.462Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:02:57.463Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:02:57.464Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cea97897-062a-4de6-ac17-44065a47ebfb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:02:57.464Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-17T11:02:57.469Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:02:57.470Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:02:57.805Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6822379963811662849/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-17T11:03:00.695Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T11:03:00.696Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:03:00.696Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.696Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.697Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-BasicVmMacro-csar.csar
2022-03-17T11:03:00.698Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-17T11:03:00.698Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-BasicVmMacro-csar.csar
2022-03-17T11:03:00.698Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:03:00.698Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.698Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.699Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:00.699Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:03:00.699Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:03:00.700Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.700Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.700Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:00.700Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:03:00.701Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:03:00.701Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.701Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.701Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.702Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T11:03:00.702Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-17T11:03:00.703Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-17T11:03:00.703Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-17T11:03:00.704Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:03:00.704Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T11:03:00.704Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.704Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T11:03:00.705Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.705Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:00.705Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:00.706Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.706Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:00.706Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:00.706Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.706Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:00.707Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:00.707Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.707Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T11:03:00.707Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T11:03:00.707Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:03:00.708Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4748654-672a-490b-8f29-204fae0aafe6
2022-03-17T11:03:00.708Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.708Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.708Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.709Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.709Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.709Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.709Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:00.710Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:00.710Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8
Model Version:NULL
Model InvariantUuid:5fda3499-096b-40d3-aebb-81049d72f356
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c03b12d6-8248-4260-8864-718ca272b0a5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0cf7870d-45be-4169-8f69-c2b155578c24
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d4f66179-ea5e-45fc-828d-9d3bc9f35c3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6942c45e-7331-4419-9bc4-482d4499897b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:9dc1bb86-2660-4596-b957-ac57d42a2427
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c4748654-672a-490b-8f29-204fae0aafe6
ModelInvariantUuid:e950a467-03ed-40f3-ab87-3cbc0a76e0de
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df4ce5e2-9dc4-4f1b-9a36-a9ddd2628b29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0301d066-b9e5-479e-bd2c-70a37b60bb3e
ModelInvariantUuid:a4b2a84e-41a7-4acb-9eeb-7b4d45a8d5a5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6ef095bb-fad7-4fa7-a442-a486b6f65ba7
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-03-17T11:03:00.722Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 23e503e1-33c7-4e87-9717-c0bc01633328
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-03-17T11:03:00.758Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-17T11:03:00.758Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 23e503e1-33c7-4e87-9717-c0bc01633328
2022-03-17T11:03:00.758Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2184d15b-90f6-43b4-9f80-78c36eb67d4d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T11:03:00.758Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:03:00.759Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T11:03:00.896Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:03:00.897Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2184d15b-90f6-43b4-9f80-78c36eb67d4d 792
2022-03-17T11:03:00.897Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-17T11:03:00.898Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T11:03:00.898Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:03:00.898Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:00.901Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:00.901Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514980897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:03:01.002Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:03:01.003Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:01.006Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:01.023Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:01.024Z||pool-114-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:01.902Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6942c45e-7331-4419-9bc4-482d4499897b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9dc1bb86-2660-4596-b957-ac57d42a2427",
    "vfModuleModelCustomizationUUID": "3f8593b3-8de1-446c-9c2c-2f6d8bc78fac",
    "isBase": true,
    "artifacts": [
      "bc455ec3-b96a-4fd4-8223-d9709822ab8b",
      "a209de93-543a-4afd-863e-fe03ce9f76c4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T11:03:01.907Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dc1bb86-2660-4596-b957-ac57d42a2427
VfModuleModelInvariantUUID:6942c45e-7331-4419-9bc4-482d4499897b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc455ec3-b96a-4fd4-8223-d9709822ab8b
,
a209de93-543a-4afd-863e-fe03ce9f76c4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-03-17T11:03:01.911Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6942c45e-7331-4419-9bc4-482d4499897b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9dc1bb86-2660-4596-b957-ac57d42a2427",
    "vfModuleModelCustomizationUUID": "3f8593b3-8de1-446c-9c2c-2f6d8bc78fac",
    "isBase": true,
    "artifacts": [
      "bc455ec3-b96a-4fd4-8223-d9709822ab8b",
      "a209de93-543a-4afd-863e-fe03ce9f76c4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-17T11:03:01.912Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dc1bb86-2660-4596-b957-ac57d42a2427
VfModuleModelInvariantUUID:6942c45e-7331-4419-9bc4-482d4499897b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc455ec3-b96a-4fd4-8223-d9709822ab8b
,
a209de93-543a-4afd-863e-fe03ce9f76c4

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  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-03-17T11:03:01.912Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc455ec3-b96a-4fd4-8223-d9709822ab8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T11:03:01.912Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:03:01.914Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T11:03:02.184Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:03:02.185Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bc455ec3-b96a-4fd4-8223-d9709822ab8b 5033
2022-03-17T11:03:02.186Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T11:03:02.186Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T11:03:02.187Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:03:02.188Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:02.194Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:02.195Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514982186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:03:02.298Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-17T11:03:02.299Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:02.299Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:02.322Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:02.322Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:03.196Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a209de93-543a-4afd-863e-fe03ce9f76c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T11:03:03.197Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:03:03.201Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T11:03:03.288Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:03:03.290Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a209de93-543a-4afd-863e-fe03ce9f76c4 903
2022-03-17T11:03:03.290Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T11:03:03.291Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T11:03:03.291Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:03:03.292Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:03.295Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:03.295Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514983290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:03:03.396Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T11:03:03.397Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:03.397Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:03.421Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:03.421Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:04.297Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8
2022-03-17T11:03:04.299Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 23e503e1-33c7-4e87-9717-c0bc01633328 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-03-17T11:03:04.332Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@350b21c7, org.onap.sdc.toscaparser.api.parameters.Input@4e01a0ec, org.onap.sdc.toscaparser.api.parameters.Input@47a41d9b, org.onap.sdc.toscaparser.api.parameters.Input@df66d65, org.onap.sdc.toscaparser.api.parameters.Input@611f6005]
2022-03-17T11:03:04.336Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.337Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.337Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-17T11:03:04.338Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d4f66179-ea5e-45fc-828d-9d3bc9f35c3d
2022-03-17T11:03:04.338Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4f66179-ea5e-45fc-828d-9d3bc9f35c3d matches Tosca VF Customization UUID: d4f66179-ea5e-45fc-828d-9d3bc9f35c3d
2022-03-17T11:03:04.338Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d4f66179-ea5e-45fc-828d-9d3bc9f35c3d  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-03-17T11:03:04.342Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.343Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.345Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d4f66179-ea5e-45fc-828d-9d3bc9f35c3d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-17T11:03:04.345Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bd6e381
2022-03-17T11:03:04.345Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.346Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T11:03:04.346Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f8593b3-8de1-446c-9c2c-2f6d8bc78fac
2022-03-17T11:03:04.347Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f8593b3-8de1-446c-9c2c-2f6d8bc78fac
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-03-17T11:03:04.355Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.358Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:04.359Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:04.360Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.361Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:04.363Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:04.363Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.364Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-17T11:03:04.364Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-17T11:03:04.365Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-17T11:03:04.365Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c4748654-672a-490b-8f29-204fae0aafe6
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-03-17T11:03:04.370Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.371Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:04.371Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T11:03:04.372Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.372Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-17T11:03:04.372Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d4f66179-ea5e-45fc-828d-9d3bc9f35c3d
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-03-17T11:03:04.378Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.378Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.379Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8: basic_vm_macro
2022-03-17T11:03:04.379Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.380Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.380Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.381Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.381Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.382Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.382Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.383Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.383Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:04.383Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:04.384Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
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-03-17T11:03:04.620Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 23e503e1-33c7-4e87-9717-c0bc01633328 1 ASDC deployResourceStructure
2022-03-17T11:03:04.621Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-03-17T11:03:04.622Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-17T11:03:04.622Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:03:04.623Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:04.628Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:04.630Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514984621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:03:04.733Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-17T11:03:04.735Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:04.735Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:04.764Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:04.765Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:05.632Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-17T11:03:05.633Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-17T11:03:05.633Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:03:05.633Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:05.637Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:05.637Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514985631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:03:05.745Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-17T11:03:05.747Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:05.747Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:05.768Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:05.768Z||pool-118-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:06.641Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-17T11:03:06.641Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-17T11:03:06.643Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:03:06.644Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:06.651Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:06.651Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514986641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T11:03:06.750Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:03:06.751Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:06.751Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:06.773Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:06.774Z||pool-119-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:07.653Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-17T11:03:07.654Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-17T11:03:07.654Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:03:07.654Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:07.669Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:07.670Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514987653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:03:07.778Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-03-17T11:03:07.780Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:07.780Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:07.803Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:07.805Z||pool-120-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:08.671Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85c5d7b2-9d67-4770-8500-f8663a34c7cd
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-03-17T11:03:08.712Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85c5d7b2-9d67-4770-8500-f8663a34c7cd
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-03-17T11:03:08.718Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:03:08.728Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T11:03:08.729Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T11:03:08.730Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T11:03:08.730Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.730Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.731Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.731Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.731Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.731Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:08.731Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-03-17T11:03:08.755Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T11:03:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:03:13.286Z||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-03-17T11:03:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:13.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:13.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6b5d142-165d-4fa2-8b52-35396e153292",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514864757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:03:13.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:03:13.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:13.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:03:13.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:03:13.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:13.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:03:13.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:13.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:13.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:03:13.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:03:13.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:03:38.765Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85c5d7b2-9d67-4770-8500-f8663a34c7cd 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-03-17T11:03:38.789Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85c5d7b2-9d67-4770-8500-f8663a34c7cd and serviceModelVersionId: af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8
2022-03-17T11:03:38.789Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5fda3499-096b-40d3-aebb-81049d72f356
2022-03-17T11:03:38.792Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0
2022-03-17T11:03:38.811Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T11:03:38.963Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0|INFO|500||Invoke
2022-03-17T11:03:38.965Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85c5d7b2-9d67-4770-8500-f8663a34c7cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bd4fe51-1bcc-4356-8942-5d04e6adb03b], X-ECOMP-RequestID=[85c5d7b2-9d67-4770-8500-f8663a34c7cd], X-TransactionId=[], X-ONAP-RequestID=[85c5d7b2-9d67-4770-8500-f8663a34c7cd], Content-Type=[application/merge-patch+json]}
2022-03-17T11:03:39.030Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T11:03:39.253Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?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/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220317-11:03:39:488-41160], vertex-id=[253992], Content-Length=[0], Date=[Thu, 17 Mar 2022 11:03:39 GMT], Content-Type=[application/json]}
2022-03-17T11:03:39.254Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T11:03:39.255Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5fda3499-096b-40d3-aebb-81049d72f356/model-vers/model-ver/af9fe8e5-0c6a-4b19-8bfc-8606d3c692e8?depth=0|INFO|500||InvokeReturn
2022-03-17T11:03:39.256Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T11:03:39.257Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-03-17T11:03:39.314Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||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-03-17T11:03:39.315Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85c5d7b2-9d67-4770-8500-f8663a34c7cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T11:03:39.315Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T11:03:39.316Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:39.323Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:39.324Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515019315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:03:39.423Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:03:39.424Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:39.425Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:39.448Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:39.449Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 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-03-17T11:03:40.382Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T11:03:40.383Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5749b991-6598-4213-b9f4-c2b93f8e4272","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a1fea67f-9861-46f4-9d4d-ccc4d0092019","serviceDescription":"service","serviceInvariantUUID":"a6607103-5551-4e71-9e80-7e1f673a9ef7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"91d32c82-c96d-4b1d-b093-11b48d20dac7","resourceInvariantUUID":"197c6639-10f5-486d-8738-9058baf9c3ce","resourceCustomizationUUID":"2b8e7ccf-de40-4b40-acbc-1ca04b368a0a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OGNjMTk4MTlmZTZkYTE1MWI1NTI5NzIwZGE0YmY0MTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"283c4ca6-81fb-48b5-a2ca-10b64b60eb29","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c0b314a-a333-4fe9-91c6-75e89606feb9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afd61bc5-d315-4f2b-9ebf-a56551f5e588","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MTljMTk4YWRhN2EzYmUwOTUyYTJjOTdhOTRhN2U0MTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"243831f8-8ab0-4ebe-98eb-9b7f08a3c726","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"893d12dd-b5e2-4e3a-a483-393c52ae3fd8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"362c0b08-8f58-4234-a22c-7a7ea69f810d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aee0cab5-90f5-460b-aaeb-ecfcab7572c0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODUxZTA2MDk2NDk0MmZmOWU0MGRhMjlhNjVmNmVhZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb89c749-3355-4b64-af26-80ba73d932d5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjQyOGZmMTVkNmVhYzk0NTZhMDZiNWMzNDM1MTVjNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dd64aa95-c7d6-422a-8172-61664151ff70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T11:03:40.384Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:40.387Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:40.391Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:40.391Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:40.496Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T11:03:40.498Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:40.498Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:40.551Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:40.552Z||pool-122-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:41.409Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:41.410Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:41.414Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:41.419Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:41.519Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:03:41.520Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:41.520Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:41.576Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:41.578Z||pool-123-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:42.421Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:42.422Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:42.426Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:42.426Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:42.529Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-17T11:03:42.531Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:42.531Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:42.569Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:42.571Z||pool-124-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:43.428Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:43.429Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:43.441Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:43.441Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:43.537Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-17T11:03:43.538Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:43.539Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:43.566Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:43.567Z||pool-125-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:44.453Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:44.456Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:44.459Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:44.462Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:44.560Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:03:44.561Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:44.561Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:44.578Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:44.579Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:45.463Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:45.464Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:45.485Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:45.491Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:45.568Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-03-17T11:03:45.569Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:45.569Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:45.658Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:45.660Z||pool-127-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:46.494Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:46.495Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:46.500Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:46.532Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:46.600Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 67 ms
2022-03-17T11:03:46.602Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:46.602Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:46.645Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:46.646Z||pool-128-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:47.534Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:47.535Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:47.538Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:47.538Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:03:47.638Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:03:47.640Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:47.640Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:47.659Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:47.661Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:48.539Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T11:03:48.541Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:48.545Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:48.546Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:03:48.645Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T11:03:48.646Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:48.646Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:48.665Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:48.666Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:49.548Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a1fea67f-9861-46f4-9d4d-ccc4d0092019",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a6607103-5551-4e71-9e80-7e1f673a9ef7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2b8e7ccf-de40-4b40-acbc-1ca04b368a0a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "91d32c82-c96d-4b1d-b093-11b48d20dac7",
      "resourceInvariantUUID": "197c6639-10f5-486d-8738-9058baf9c3ce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "MjQyOGZmMTVkNmVhYzk0NTZhMDZiNWMzNDM1MTVjNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dd64aa95-c7d6-422a-8172-61664151ff70"
    }
  ],
  "workloadContext": "Production"
}
2022-03-17T11:03:49.548Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T11:03:49.548Z|85c5d7b2-9d67-4770-8500-f8663a34c7cd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1fea67f-9861-46f4-9d4d-ccc4d0092019 ASDC
2022-03-17T11:03:49.549Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:5749b991-6598-4213-b9f4-c2b93f8e4272
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a1fea67f-9861-46f4-9d4d-ccc4d0092019
ServiceInvariantUUID:a6607103-5551-4e71-9e80-7e1f673a9ef7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:dd64aa95-c7d6-422a-8172-61664151ff70
ArtifactChecksum:MjQyOGZmMTVkNmVhYzk0NTZhMDZiNWMzNDM1MTVjNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2b8e7ccf-de40-4b40-acbc-1ca04b368a0a
ResourceInvariantUUID:197c6639-10f5-486d-8738-9058baf9c3ce
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:91d32c82-c96d-4b1d-b093-11b48d20dac7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-17T11:03:49.551Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1fea67f-9861-46f4-9d4d-ccc4d0092019 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-03-17T11:03:49.624Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:03:49.625Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:03:49.625Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:03:49.625Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd64aa95-c7d6-422a-8172-61664151ff70 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T11:03:49.625Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T11:03:49.626Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T11:03:50.546Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T11:03:50.556Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dd64aa95-c7d6-422a-8172-61664151ff70 105641
2022-03-17T11:03:50.557Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T11:03:50.558Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T11:03:50.558Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T11:03:50.558Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:50.562Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:50.563Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515030557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:03:50.662Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:03:50.663Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:50.663Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:50.689Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:50.690Z||pool-131-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-17T11:03:51.563Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T11:03:51.564Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T11:03:51.565Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dd64aa95-c7d6-422a-8172-61664151ff70, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T11:03:51.565Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-17T11:03:51.566Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T11:03:51.566Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T11:03:51.947Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8047825746488718180/Definitions/service-TestPnfMacro-template.yml
2022-03-17T11:03:53.886Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T11:03:53.887Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.888Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.889Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.889Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-TestPnfMacro-csar.csar
2022-03-17T11:03:53.889Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T11:03:53.889Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.889Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.890Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-17T11:03:53.890Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:03:53.890Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T11:03:53.891Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.892Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.893Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.893Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.893Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.894Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a1fea67f-9861-46f4-9d4d-ccc4d0092019
Model Version:NULL
Model InvariantUuid:a6607103-5551-4e71-9e80-7e1f673a9ef7
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-03-17T11:03:53.906Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 91d32c82-c96d-4b1d-b093-11b48d20dac7
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-03-17T11:03:53.913Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-03-17T11:03:53.913Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 91d32c82-c96d-4b1d-b093-11b48d20dac7
2022-03-17T11:03:53.913Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a1fea67f-9861-46f4-9d4d-ccc4d0092019
2022-03-17T11:03:53.913Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a1fea67f-9861-46f4-9d4d-ccc4d0092019
2022-03-17T11:03:53.913Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 91d32c82-c96d-4b1d-b093-11b48d20dac7 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-03-17T11:03:53.933Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30c43f97, org.onap.sdc.toscaparser.api.parameters.Input@562c57e1, org.onap.sdc.toscaparser.api.parameters.Input@291e0b2, org.onap.sdc.toscaparser.api.parameters.Input@30842c94, org.onap.sdc.toscaparser.api.parameters.Input@21ad8594]
2022-03-17T11:03:53.934Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.934Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.934Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a1fea67f-9861-46f4-9d4d-ccc4d0092019: test-pnf
2022-03-17T11:03:53.934Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Processing PNF resource: 91d32c82-c96d-4b1d-b093-11b48d20dac7
2022-03-17T11:03:53.935Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-17T11:03:53.937Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T11:03:53.939Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2b8e7ccf-de40-4b40-acbc-1ca04b368a0a is the same as notified resource customizationUUID: 2b8e7ccf-de40-4b40-acbc-1ca04b368a0a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-17T11:03:54.009Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 91d32c82-c96d-4b1d-b093-11b48d20dac7 0 ASDC deployResourceStructure
2022-03-17T11:03:54.010Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-17T11:03:54.010Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-17T11:03:54.010Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T11:03:54.010Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:03:54.013Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:03:54.014Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515034009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:03:54.114Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T11:03:54.115Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:03:54.116Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:03:54.139Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:03:54.140Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T11:03:55.015Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5749b991-6598-4213-b9f4-c2b93f8e4272
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-03-17T11:03:55.044Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5749b991-6598-4213-b9f4-c2b93f8e4272
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-03-17T11:03:55.063Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T11:03:55.064Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T11:03:55.064Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T11:03:55.064Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T11:03:55.065Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.065Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.065Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.065Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.065Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.066Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.066Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-17T11:03:55.066Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:03:55.079Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T11:04:13.290Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:04:13.293Z||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-03-17T11:04:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:04:13.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:04:13.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514873850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:04:13.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514878330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514879649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514880844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:04:13.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.374Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.374Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514882142,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:04:13.374Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514883149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514884157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514885176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:04:13.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e000ef91-e8aa-4796-b7b0-ea715b3ec937",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514916903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/resourceInstances/pnffdd70575680b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514680634,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514926387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514930032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFilg6x95j0velpjaxety/1.0/artifacts/service-DemoPnfFilg6x95j0velpjaxety-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:04:13.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:04:25.080Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5749b991-6598-4213-b9f4-c2b93f8e4272 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-03-17T11:04:25.098Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5749b991-6598-4213-b9f4-c2b93f8e4272 and serviceModelVersionId: a1fea67f-9861-46f4-9d4d-ccc4d0092019
2022-03-17T11:04:25.098Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6607103-5551-4e71-9e80-7e1f673a9ef7
2022-03-17T11:04:25.099Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0
2022-03-17T11:04:25.108Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T11:04:25.280Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0|INFO|500||Invoke
2022-03-17T11:04:25.281Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5749b991-6598-4213-b9f4-c2b93f8e4272], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1b0f499-449d-4983-a258-c37236206536], X-ECOMP-RequestID=[5749b991-6598-4213-b9f4-c2b93f8e4272], X-TransactionId=[], X-ONAP-RequestID=[5749b991-6598-4213-b9f4-c2b93f8e4272], Content-Type=[application/merge-patch+json]}
2022-03-17T11:04:25.333Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-17T11:04:26.094Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?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/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220317-11:04:25:792-58582], vertex-id=[266280], Content-Length=[0], Date=[Thu, 17 Mar 2022 11:04:25 GMT], Content-Type=[application/json]}
2022-03-17T11:04:26.095Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T11:04:26.095Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6607103-5551-4e71-9e80-7e1f673a9ef7/model-vers/model-ver/a1fea67f-9861-46f4-9d4d-ccc4d0092019?depth=0|INFO|500||InvokeReturn
2022-03-17T11:04:26.096Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T11:04:26.096Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:26.178Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:26.190Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5749b991-6598-4213-b9f4-c2b93f8e4272 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T11:04:26.191Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T11:04:26.191Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T11:04:26.196Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T11:04:26.197Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515066191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:04:26.296Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T11:04:26.297Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-17T11:04:26.298Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:04:26.406Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:04:26.407Z||pool-133-thread-1|||||INFO|500||cambria reply ok (110 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-03-17T11:04:27.270Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:04:27.271Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:27.271Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:04:36.882Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:04:36.884Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:04:36.885Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:36.885Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:04:46.526Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:04:46.530Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:04:46.531Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:46.531Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:04:56.083Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:04:56.084Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:04:56.084Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:04:56.084Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:05.645Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:05:05.647Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:05:05.648Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:05:05.648Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:13.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:05:13.287Z||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-03-17T11:05:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:13.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:05:13.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ac88933-44a0-451a-a2cb-548c7bc93051",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514961974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-17T11:05:13.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-17T11:05:13.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:05:13.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514976458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514980897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514982186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:05:13.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514983290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:05:13.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514984621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-17T11:05:13.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514985631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514986641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:13.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:05:13.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514987653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:05:13.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:05:15.195Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:05:15.195Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:05:15.196Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:05:15.196Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:24.820Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:05:24.821Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:05:24.822Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:05:24.822Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:34.378Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:05:34.380Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:05:34.381Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:05:34.382Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:05:43.958Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:06:13.282Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:06:13.283Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:06:13.283Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:06:13.296Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:06:13.297Z||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-03-17T11:06:13.297Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:06:13.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:06:13.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85c5d7b2-9d67-4770-8500-f8663a34c7cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515019315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:06:13.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:06:13.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647514963009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515030557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-17T11:06:13.416Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:06:13.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-17T11:06:13.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515034009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-17T11:06:13.417Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:06:22.849Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:07:13.277Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:07:13.278Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:07:13.279Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:07:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:07:13.283Z||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-03-17T11:07:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:07:13.918Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:07:13.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T11:07:13.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5749b991-6598-4213-b9f4-c2b93f8e4272",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647515066191,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T11:07:13.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T11:07:22.933Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:08:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:08:13.284Z||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-03-17T11:08:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:08:13.281Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:08:13.286Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||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-03-17T11:08:13.286Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T11:08:22.868Z|5749b991-6598-4213-b9f4-c2b93f8e4272|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:08:22.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:09:13.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:09:13.280Z||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-03-17T11:09:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:09:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:09:13.285Z||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-03-17T11:09:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:09:22.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:09:22.933Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:10:13.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:10:13.280Z||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-03-17T11:10:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:10:13.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:10:13.285Z||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-03-17T11:10:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:10:22.860Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:10:22.862Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:11:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:11:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:11:13.283Z||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-03-17T11:11:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:11:13.289Z||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-03-17T11:11:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:11:22.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:11:22.844Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:12:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:12:13.279Z||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-03-17T11:12:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:12:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:12:13.283Z||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-03-17T11:12:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:12:22.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:12:22.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:13:13.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:13:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:13:13.282Z||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-03-17T11:13:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:13:13.283Z||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-03-17T11:13:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:13:22.859Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:13:22.912Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:14:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:14:13.283Z||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-03-17T11:14:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:14:13.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:14:13.291Z||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-03-17T11:14:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:14:22.854Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:14:22.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:15:13.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:15:13.278Z||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-03-17T11:15:13.278Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:15:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:15:13.283Z||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-03-17T11:15:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:15:22.853Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:15:22.853Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:16:13.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:16:13.279Z||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-03-17T11:16:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:16:13.284Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:16:13.286Z||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-03-17T11:16:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:16:22.861Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:16:22.861Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:17:13.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:17:13.279Z||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-03-17T11:17:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:17:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:17:13.283Z||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-03-17T11:17:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:17:22.885Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:17:22.887Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:18:13.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:18:13.281Z||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-03-17T11:18:13.282Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:18:13.283Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:18:13.284Z||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-03-17T11:18:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:18:22.916Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:18:22.920Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:19:13.278Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:19:13.280Z||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-03-17T11:19:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:19:13.282Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T11:19:13.283Z||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-03-17T11:19:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T11:19:22.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-17T11:19:22.861Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK