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)

2021-11-24T09:47:59.063Z||main|||||INFO|500||The following profiles are active: basic
2021-11-24T09:48:18.905Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-24T09:48:18.907Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-24T09:48:19.028Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-24T09:48:25.076Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-24T09:48:25.526Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-24T09:48:27.351Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-24T09:48:27.369Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-24T09:48:27.754Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-24T09:48:31.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-24T09:48:32.946Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-24T09:48:40.786Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T09:48:43.292Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T09:48:43.352Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-24T09:48:43.932Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-24T09:48:44.092Z||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.
2021-11-24T09:48:45.359Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-24T09:48:46.402Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-11-24T09:48:46.421Z||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$$36dd570f.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)
2021-11-24T09:48:46.422Z||main|||||WARN|500||The sdc end point is not alive
2021-11-24T09:48:49.755Z||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
2021-11-24T09:48:52.848Z||main|||||WARN|500||---
2021-11-24T09:48:52.849Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-24T09:48:52.849Z||main|||||WARN|500||---
2021-11-24T09:48:53.295Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-24T09:48:58.258Z||main|||||INFO|500||Started Application in 64.751 seconds (JVM running for 73.325)
2021-11-24T09:48:58.289Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-24T09:48:58.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-24T09:48:58.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-24T09:48:58.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-24T09:48:58.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee63db83-fefa-4246-aa35-9d13bc38459c url= /sdc/v1/artifactTypes
2021-11-24T09:48:58.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-24T09:48:58.727Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-24T09:48:58.773Z||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
2021-11-24T09:48:58.799Z||scheduling-1|||||DEBUG|500||create keys
2021-11-24T09:48:58.809Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-24T09:48:59.427Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:48:59.446Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 05e8588a-299d-42a9-8b96-b2da37fe71ab url= /sdc/v1/registerForDistribution
2021-11-24T09:49:00.625Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 05e8588a-299d-42a9-8b96-b2da37fe71ab url= /sdc/v1/registerForDistribution
2021-11-24T09:49:00.625Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-24T09:49:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:49:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:49:00.666Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-24T09:49:00.666Z||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.
2021-11-24T09:49:00.666Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:49:00.668Z||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.
2021-11-24T09:49:00.669Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:49:12.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:49:12.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:50:00.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:00.643Z||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.
2021-11-24T09:50:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:50:00.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:50:00.648Z||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.
2021-11-24T09:50:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:50:10.208Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:50:10.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:51:00.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:00.645Z||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.
2021-11-24T09:51:00.645Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:51:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:51:00.647Z||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.
2021-11-24T09:51:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:51:10.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:51:10.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:52:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:00.640Z||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.
2021-11-24T09:52:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:52:00.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:52:00.647Z||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.
2021-11-24T09:52:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:52:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:52:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:53:00.639Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:00.643Z||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.
2021-11-24T09:53:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:53:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:53:00.647Z||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.
2021-11-24T09:53:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:53:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:53:10.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:54:00.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:00.640Z||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.
2021-11-24T09:54:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:54:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:54:00.647Z||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.
2021-11-24T09:54:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:54:10.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:54:10.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:55:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:00.639Z||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.
2021-11-24T09:55:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:55:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:55:00.648Z||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.
2021-11-24T09:55:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:55:10.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:55:10.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:56:00.639Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:00.642Z||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.
2021-11-24T09:56:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:56:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:56:00.652Z||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.
2021-11-24T09:56:00.653Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:56:10.195Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:56:10.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:57:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:00.640Z||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.
2021-11-24T09:57:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:57:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:57:00.648Z||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.
2021-11-24T09:57:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:57:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:57:10.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:57:59.034Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-24T09:58:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:58:00.640Z||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.
2021-11-24T09:58:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:58:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:58:00.647Z||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.
2021-11-24T09:58:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:58:10.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:58:10.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:59:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:59:00.641Z||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.
2021-11-24T09:59:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:59:00.646Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T09:59:00.647Z||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.
2021-11-24T09:59:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T09:59:10.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T09:59:10.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:00:00.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:00:00.645Z||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.
2021-11-24T10:00:00.645Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:00:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:00:00.648Z||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.
2021-11-24T10:00:00.649Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:00:10.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:00:10.206Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:01:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:01:00.641Z||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.
2021-11-24T10:01:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:01:00.647Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:01:00.647Z||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.
2021-11-24T10:01:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:01:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:01:10.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:02:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:02:00.640Z||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.
2021-11-24T10:02:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:02:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:02:00.648Z||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.
2021-11-24T10:02:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:02:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:02:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:03:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:03:00.641Z||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.
2021-11-24T10:03:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:03:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:03:00.648Z||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.
2021-11-24T10:03:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:03:10.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:03:10.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:04:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:04:00.642Z||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.
2021-11-24T10:04:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:04:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:04:00.647Z||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.
2021-11-24T10:04:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:04:10.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:04:10.190Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:05:00.639Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:05:00.641Z||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.
2021-11-24T10:05:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:05:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:05:00.647Z||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.
2021-11-24T10:05:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:05:10.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:05:10.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:06:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:06:00.639Z||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.
2021-11-24T10:06:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:06:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:06:00.647Z||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.
2021-11-24T10:06:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:06:10.185Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:06:10.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:07:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:07:00.640Z||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.
2021-11-24T10:07:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:07:00.647Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:07:00.648Z||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.
2021-11-24T10:07:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:07:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:07:10.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:08:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:08:00.641Z||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.
2021-11-24T10:08:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:08:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:08:00.647Z||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.
2021-11-24T10:08:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:08:10.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:08:10.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:09:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:09:00.640Z||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.
2021-11-24T10:09:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:09:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:09:00.647Z||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.
2021-11-24T10:09:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:09:10.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:09:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:10:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:10:00.640Z||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.
2021-11-24T10:10:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:10:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:10:00.647Z||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.
2021-11-24T10:10:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:10:10.200Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:10:10.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:11:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:11:00.640Z||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.
2021-11-24T10:11:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:11:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:11:00.647Z||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.
2021-11-24T10:11:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:11:10.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:11:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:12:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:12:00.640Z||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.
2021-11-24T10:12:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:12:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:12:00.647Z||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.
2021-11-24T10:12:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:12:10.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:12:10.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:13:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:13:00.639Z||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.
2021-11-24T10:13:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:13:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:13:00.647Z||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.
2021-11-24T10:13:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:13:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:13:10.188Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:14:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:14:00.640Z||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.
2021-11-24T10:14:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:14:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:14:00.647Z||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.
2021-11-24T10:14:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:14:10.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:14:10.189Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:15:00.639Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:15:00.641Z||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.
2021-11-24T10:15:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:15:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:15:00.647Z||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.
2021-11-24T10:15:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:15:10.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:15:10.187Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:16:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:16:00.639Z||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.
2021-11-24T10:16:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:16:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:16:00.647Z||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.
2021-11-24T10:16:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:16:10.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:16:10.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:17:00.639Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:17:00.643Z||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.
2021-11-24T10:17:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:17:00.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:17:00.647Z||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.
2021-11-24T10:17:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:17:10.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:17:10.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:18:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:18:00.641Z||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.
2021-11-24T10:18:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:18:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:18:00.648Z||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.
2021-11-24T10:18:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:18:10.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:18:10.201Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:19:00.638Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:19:00.638Z||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.
2021-11-24T10:19:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:19:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:19:00.647Z||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.
2021-11-24T10:19:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:19:10.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:19:10.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:20:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:20:00.640Z||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.
2021-11-24T10:20:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:20:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:20:00.647Z||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.
2021-11-24T10:20:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:20:10.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:20:10.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:21:00.639Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:21:00.642Z||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.
2021-11-24T10:21:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:21:00.647Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:21:00.648Z||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.
2021-11-24T10:21:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:21:10.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:21:10.194Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:22:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:22:00.639Z||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.
2021-11-24T10:22:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:22:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:22:00.647Z||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.
2021-11-24T10:22:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:22:10.188Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:22:10.188Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:23:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:23:00.640Z||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.
2021-11-24T10:23:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:23:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:23:00.647Z||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.
2021-11-24T10:23:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:23:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:23:10.211Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:24:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:24:00.641Z||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.
2021-11-24T10:24:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:24:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:24:00.647Z||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.
2021-11-24T10:24:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:24:10.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:24:10.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:25:00.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:25:00.642Z||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.
2021-11-24T10:25:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:25:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:25:00.648Z||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.
2021-11-24T10:25:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:25:10.193Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:25:10.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:26:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:26:00.638Z||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.
2021-11-24T10:26:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:26:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:26:00.647Z||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.
2021-11-24T10:26:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:26:10.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:26:10.190Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:27:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:27:00.640Z||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.
2021-11-24T10:27:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:27:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:27:00.647Z||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.
2021-11-24T10:27:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:27:10.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:27:10.188Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:28:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:28:00.641Z||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.
2021-11-24T10:28:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:28:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:28:00.647Z||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.
2021-11-24T10:28:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:28:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:28:10.188Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:29:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:29:00.638Z||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.
2021-11-24T10:29:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:29:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:29:00.647Z||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.
2021-11-24T10:29:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:29:10.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:29:10.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:30:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:30:00.641Z||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.
2021-11-24T10:30:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:30:00.646Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:30:00.647Z||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.
2021-11-24T10:30:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:30:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:30:10.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:31:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:31:00.640Z||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.
2021-11-24T10:31:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:31:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:31:00.647Z||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.
2021-11-24T10:31:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:31:10.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:31:10.207Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:32:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:32:00.640Z||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.
2021-11-24T10:32:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:32:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:32:00.647Z||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.
2021-11-24T10:32:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:32:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:32:10.185Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:33:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:33:00.639Z||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.
2021-11-24T10:33:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:33:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:33:00.647Z||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.
2021-11-24T10:33:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:33:10.191Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:33:10.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:34:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:34:00.640Z||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.
2021-11-24T10:34:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:34:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:34:00.647Z||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.
2021-11-24T10:34:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:34:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:34:10.184Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:35:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:35:00.640Z||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.
2021-11-24T10:35:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:35:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:35:00.647Z||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.
2021-11-24T10:35:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:35:10.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:35:10.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:36:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:36:00.641Z||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.
2021-11-24T10:36:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:36:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:36:00.648Z||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.
2021-11-24T10:36:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:36:10.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:36:10.190Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:37:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:37:00.639Z||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.
2021-11-24T10:37:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:37:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:37:00.647Z||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.
2021-11-24T10:37:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:37:10.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:37:10.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:38:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:38:00.640Z||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.
2021-11-24T10:38:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:38:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:38:00.647Z||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.
2021-11-24T10:38:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:38:10.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:38:10.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:39:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:39:00.639Z||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.
2021-11-24T10:39:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:39:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:39:00.647Z||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.
2021-11-24T10:39:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:39:10.183Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:39:10.183Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:40:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:40:00.641Z||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.
2021-11-24T10:40:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:40:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:40:00.647Z||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.
2021-11-24T10:40:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:40:10.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:40:10.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:41:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:41:00.641Z||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.
2021-11-24T10:41:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:41:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:41:00.647Z||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.
2021-11-24T10:41:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:41:10.193Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:41:10.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:42:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:42:00.640Z||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.
2021-11-24T10:42:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:42:00.646Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:42:00.647Z||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.
2021-11-24T10:42:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:42:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:42:10.194Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:43:00.638Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:43:00.641Z||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.
2021-11-24T10:43:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:43:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:43:00.647Z||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.
2021-11-24T10:43:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:43:10.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:43:10.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:00.637Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:44:00.639Z||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.
2021-11-24T10:44:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:44:00.647Z||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.
2021-11-24T10:44:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:00.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:00.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750624679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750623537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "dcae-sch",
  "timestamp": 1637750623145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750630031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750637132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750630862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750638306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750638351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:00.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:00.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:00.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "cds",
  "timestamp": 1637750639332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-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 (?, ?, ?, ?, ?)
2021-11-24T10:44:01.060Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:44:01.081Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:44:01.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750639541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:44:01.270Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:01.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:44:01.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a199ce7-0b9e-408a-85cd-3677913cebf2","serviceName":"vFW 2021-11-24 10-41-30","serviceVersion":"1.0","serviceUUID":"627c20ab-2950-4c10-b9e6-8786c766c6bb","serviceDescription":"catalog service description","serviceInvariantUUID":"6bf278b7-3308-4051-a661-336efcdefcf7","resources":[{"resourceInstanceName":"vFW 535ceb84-c7d2 0","resourceName":"vFW 535ceb84-c7d2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"df39c55e-12d6-4550-b1b6-5965b9d7aeb7","resourceInvariantUUID":"2bd4406d-7535-4da3-9c5b-7ec0b1dc1096","resourceCustomizationUUID":"2cfb0470-fc18-498b-b855-f4ab4dcadede","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml","artifactChecksum":"ZDIwMzhmNmI4ZjAxODM5YThjOGM0NzhkZGNmNzU3MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ecc2e07-5052-42c9-9803-bb085cd23668","artifactVersion":"1"},{"artifactName":"vfw535ceb84c7d20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json","artifactChecksum":"M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9fb3d10-e320-4363-ad66-96dfd64c1f50","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4899c1e5-cdcd-4ab4-bda0-00b644a02710","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml","artifactChecksum":"ZGQ5YmU5NzcwNGI1NmVkOTVjMTAzYTNiYTcwNThkMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e0111fd-812b-4094-a505-ff6429a3099f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"26e9f30a-1cf8-49c5-940e-4a1f23323080","artifactVersion":"2","generatedFromUUID":"4899c1e5-cdcd-4ab4-bda0-00b644a02710"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124104130-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml","artifactChecksum":"OGEyOGIwY2E5MzE3YmIwOGYyZDlhNzU4NTMyYzg0MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c82adb1e-f7ac-4d81-aba6-0c9eecf7d5b0","artifactVersion":"1"},{"artifactName":"service-Vfw20211124104130-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar","artifactChecksum":"NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ee2e7a8-24b1-42e3-869e-3ca7369595b8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:44:01.281Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:01.288Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:01.302Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:01.302Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:01.403Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-24T10:44:01.407Z||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.
2021-11-24T10:44:01.407Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:01.437Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:01.438Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:02.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:02.311Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:02.316Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:02.316Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:44:02.416Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:02.418Z||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.
2021-11-24T10:44:02.418Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:02.430Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:02.430Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:03.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:03.321Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:03.323Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:03.323Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:44:03.423Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:03.424Z||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.
2021-11-24T10:44:03.424Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:03.435Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:03.436Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:04.323Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:04.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:04.326Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:04.327Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:04.427Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:04.428Z||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.
2021-11-24T10:44:04.428Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:04.441Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:04.442Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:05.329Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:05.330Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:05.334Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:05.334Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:44:05.434Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:05.435Z||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.
2021-11-24T10:44:05.436Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:05.454Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:05.454Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:06.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:06.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:06.337Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:06.337Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:44:06.438Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:06.439Z||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.
2021-11-24T10:44:06.439Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:06.452Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:06.453Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:07.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:44:07.339Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:07.346Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:07.346Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:44:07.441Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-11-24T10:44:07.443Z||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.
2021-11-24T10:44:07.444Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:07.457Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:07.459Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:08.348Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "serviceName": "vFW 2021-11-24 10-41-30",
  "serviceVersion": "1.0",
  "serviceUUID": "627c20ab-2950-4c10-b9e6-8786c766c6bb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6bf278b7-3308-4051-a661-336efcdefcf7",
  "resources": [
    {
      "resourceInstanceName": "vFW 535ceb84-c7d2 0",
      "resourceCustomizationUUID": "2cfb0470-fc18-498b-b855-f4ab4dcadede",
      "resourceName": "vFW 535ceb84-c7d2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "df39c55e-12d6-4550-b1b6-5965b9d7aeb7",
      "resourceInvariantUUID": "2bd4406d-7535-4da3-9c5b-7ec0b1dc1096",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw535ceb84c7d20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
          "artifactChecksum": "M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9fb3d10-e320-4363-ad66-96dfd64c1f50",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4899c1e5-cdcd-4ab4-bda0-00b644a02710",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "26e9f30a-1cf8-49c5-940e-4a1f23323080",
            "generatedFromUUID": "4899c1e5-cdcd-4ab4-bda0-00b644a02710"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "26e9f30a-1cf8-49c5-940e-4a1f23323080",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211124104130-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
      "artifactChecksum": "NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ee2e7a8-24b1-42e3-869e-3ca7369595b8"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T10:44:08.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:44:08.353Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 627c20ab-2950-4c10-b9e6-8786c766c6bb ASDC
2021-11-24T10:44:08.466Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5a199ce7-0b9e-408a-85cd-3677913cebf2
ServiceName:vFW 2021-11-24 10-41-30
ServiceVersion:1.0
ServiceUUID:627c20ab-2950-4c10-b9e6-8786c766c6bb
ServiceInvariantUUID:6bf278b7-3308-4051-a661-336efcdefcf7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211124104130-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
ArtifactUUID:3ee2e7a8-24b1-42e3-869e-3ca7369595b8
ArtifactChecksum:NGJmYTg1NzIwYmQwYmE5YmI1ZTVjYTlhOWExYzFiMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 535ceb84-c7d2 0
ResourceCustomizationUUID:2cfb0470-fc18-498b-b855-f4ab4dcadede
ResourceInvariantUUID:2bd4406d-7535-4da3-9c5b-7ec0b1dc1096
ResourceName:vFW 535ceb84-c7d2
ResourceType:VF
ResourceUUID:df39c55e-12d6-4550-b1b6-5965b9d7aeb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw535ceb84c7d20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
ArtifactUUID:e9fb3d10-e320-4363-ad66-96dfd64c1f50
ArtifactChecksum:M2ZiZGZkYmZkMDc1MGEwNDA1MWE4NjRhYzNhMjRhNzg=
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
ArtifactUUID:4899c1e5-cdcd-4ab4-bda0-00b644a02710
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
ArtifactUUID:26e9f30a-1cf8-49c5-940e-4a1f23323080
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/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
ArtifactUUID:26e9f30a-1cf8-49c5-940e-4a1f23323080
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T10:44:08.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 627c20ab-2950-4c10-b9e6-8786c766c6bb 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=?
2021-11-24T10:44:08.527Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:44:08.528Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ee2e7a8-24b1-42e3-869e-3ca7369595b8 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.530Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:08.532Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.937Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:08.958Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar 3ee2e7a8-24b1-42e3-869e-3ca7369595b8 98913
2021-11-24T10:44:08.960Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar ASDC sendASDCNotification
2021-11-24T10:44:08.960Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:08.961Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:08.962Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:08.964Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:08.964Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750648959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:09.065Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:09.066Z||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.
2021-11-24T10:44:09.066Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:09.077Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:09.078Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:09.965Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:44:09.966Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-11-24T10:44:09.967Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3ee2e7a8-24b1-42e3-869e-3ca7369595b8, URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar to file: /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:09.967Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.046Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.046Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:10.688Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13244329131003096131/Definitions/service-Vfw20211124104130-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_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_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
2021-11-24T10:44:13.414Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:44:13.420Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-24T10:44:13.420Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.421Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 535ceb84-c7d2 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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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-Vfw20211124104130-csar.csar
2021-11-24T10:44:13.422Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-11-24T10:44:13.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.430Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.434Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.434Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-24T10:44:13.436Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:44:13.437Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.437Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.442Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.443Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:44:13.444Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.445Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.446Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.447Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.448Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
2021-11-24T10:44:13.449Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.450Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:13.451Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e654c54-4f4c-42fd-85f5-79a6eb6bf344
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.452Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:13.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=129bd181-85fc-4aea-80f7-b3ca85de024d
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.454Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:13.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-24 10-41-30
Description:catalog service description
Model UUID:627c20ab-2950-4c10-b9e6-8786c766c6bb
Model Version:NULL
Model InvariantUuid:6bf278b7-3308-4051-a661-336efcdefcf7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 535ceb84-c7d2
Model UUID:3c5a273a-19b3-4324-b193-c17f8b10026e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bd4406d-7535-4da3-9c5b-7ec0b1dc1096
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2cfb0470-fc18-498b-b855-f4ab4dcadede
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
ModelName:Vfw535ceb84C7d2..base_vfw..module-0
ModelUuid:629722a0-eeea-4773-aac0-5a14daacd638
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
ModelInvariantUuid:ad6f2149-c254-4d55-a207-37bdac06fcd0
ModelName:vFW 535ceb84-c7d2-nodes.vfwCvfc
ModelUuid:abb436dc-2de5-433f-a3f4-735067690759
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ba126350-6c09-4d32-abf8-0a64e800c711
ModelInvariantUuid:f83bb7df-1c01-47e6-9cd2-b6e238a63bc0
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vfw
ModelUuid:2046beca-4ff8-424f-be42-f28234accbb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1e654c54-4f4c-42fd-85f5-79a6eb6bf344
ModelInvariantUuid:d4bab877-4f35-4bcb-8ca0-030d7374b974
ModelName:vFW 535ceb84-c7d2-nodes.vsnCvfc
ModelUuid:9baa485c-0abd-4055-95b8-27c4a0717da9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6213b259-ada2-4e87-b111-f4bb4b3474c9
ModelInvariantUuid:183463e0-227e-4843-b61a-24146a166945
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vsn
ModelUuid:08865e50-331d-46a8-b957-c07932672340
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:129bd181-85fc-4aea-80f7-b3ca85de024d
ModelInvariantUuid:090044dc-bdfa-40f1-8b2a-cb7b9ec8b1bb
ModelName:vFW 535ceb84-c7d2-nodes.vpgCvfc
ModelUuid:9047be35-24aa-491e-85b9-8c59c7952451
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2b2f22ab-f370-4c73-a0d1-a1f62973dfc7
ModelInvariantUuid:614fe929-80bf-4339-9c30-e9e4e67fc5bb
ModelName:Vfw535ceb84C7d2.compute.nodes.heat.vpg
ModelUuid:ee4ad551-7bf6-4fba-afaf-937429aa3af7
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=?
2021-11-24T10:44:13.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: df39c55e-12d6-4550-b1b6-5965b9d7aeb7
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=?
2021-11-24T10:44:13.559Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||vFW 535ceb84-c7d2 0
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: df39c55e-12d6-4550-b1b6-5965b9d7aeb7
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e9fb3d10-e320-4363-ad66-96dfd64c1f50 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.567Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:13.568Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.666Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json e9fb3d10-e320-4363-ad66-96dfd64c1f50 785
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json ASDC sendASDCNotification
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:13.667Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:13.668Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:13.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:13.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750653667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:13.771Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-24T10:44:13.772Z||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.
2021-11-24T10:44:13.772Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:13.783Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:13.784Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:14.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw535ceb84C7d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f5d1ca7b-2151-4083-90b2-0d12128fc6a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "629722a0-eeea-4773-aac0-5a14daacd638",
    "vfModuleModelCustomizationUUID": "d8968915-ec9d-46d7-a9f1-85b154518af6",
    "isBase": true,
    "artifacts": [
      "4899c1e5-cdcd-4ab4-bda0-00b644a02710",
      "26e9f30a-1cf8-49c5-940e-4a1f23323080"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:44:14.690Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw535ceb84C7d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:629722a0-eeea-4773-aac0-5a14daacd638
VfModuleModelInvariantUUID:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4899c1e5-cdcd-4ab4-bda0-00b644a02710
,
26e9f30a-1cf8-49c5-940e-4a1f23323080

}
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


}

2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw535ceb84C7d2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f5d1ca7b-2151-4083-90b2-0d12128fc6a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "629722a0-eeea-4773-aac0-5a14daacd638",
    "vfModuleModelCustomizationUUID": "d8968915-ec9d-46d7-a9f1-85b154518af6",
    "isBase": true,
    "artifacts": [
      "4899c1e5-cdcd-4ab4-bda0-00b644a02710",
      "26e9f30a-1cf8-49c5-940e-4a1f23323080"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw535ceb84C7d2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:629722a0-eeea-4773-aac0-5a14daacd638
VfModuleModelInvariantUUID:f5d1ca7b-2151-4083-90b2-0d12128fc6a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
4899c1e5-cdcd-4ab4-bda0-00b644a02710
,
26e9f30a-1cf8-49c5-940e-4a1f23323080

}
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


}

2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4899c1e5-cdcd-4ab4-bda0-00b644a02710 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.693Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:14.694Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.832Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml 4899c1e5-cdcd-4ab4-bda0-00b644a02710 20368
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:14.834Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:14.836Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:14.836Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750654834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:14.937Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:14.937Z||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.
2021-11-24T10:44:14.938Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:14.949Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:14.949Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:15.837Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26e9f30a-1cf8-49c5-940e-4a1f23323080 from URL: /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:15.838Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-11-24T10:44:15.838Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:16.035Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-11-24T10:44:16.035Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env 26e9f30a-1cf8-49c5-940e-4a1f23323080 2098
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:44:16.036Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:16.039Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:16.039Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750656036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:44:16.139Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:16.140Z||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.
2021-11-24T10:44:16.141Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:16.155Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:16.156Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:17.040Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 627c20ab-2950-4c10-b9e6-8786c766c6bb
2021-11-24T10:44:17.041Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 535ceb84-c7d2 0 df39c55e-12d6-4550-b1b6-5965b9d7aeb7 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=?
2021-11-24T10:44:17.074Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277cc781, org.onap.sdc.toscaparser.api.parameters.Input@27455cce, org.onap.sdc.toscaparser.api.parameters.Input@64d16148, org.onap.sdc.toscaparser.api.parameters.Input@434c8399, org.onap.sdc.toscaparser.api.parameters.Input@2cd04be]
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2cfb0470-fc18-498b-b855-f4ab4dcadede
2021-11-24T10:44:17.079Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede matches Tosca VF Customization UUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede
2021-11-24T10:44:17.080Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2cfb0470-fc18-498b-b855-f4ab4dcadede  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=?
2021-11-24T10:44:17.085Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.085Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.086Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2cfb0470-fc18-498b-b855-f4ab4dcadede: {\"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\"}
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a90e1a8
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:44:17.087Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8968915-ec9d-46d7-a9f1-85b154518af6
2021-11-24T10:44:17.088Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8968915-ec9d-46d7-a9f1-85b154518af6
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=?
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.093Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.094Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:17.095Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:17.096Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.097Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5a22b0bf-e89e-4c15-b95b-c6cc2b65f392
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=?
2021-11-24T10:44:17.105Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.106Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:17.107Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.108Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e654c54-4f4c-42fd-85f5-79a6eb6bf344
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=?
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.110Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.112Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.113Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:44:17.114Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:44:17.115Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=129bd181-85fc-4aea-80f7-b3ca85de024d
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=?
2021-11-24T10:44:17.116Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Node template vFW 535ceb84-c7d2 0 is matching search criteria
2021-11-24T10:44:17.117Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 535ceb84-c7d2 0] matching following query criteria: sdcType=VF, customizationUUID=2cfb0470-fc18-498b-b855-f4ab4dcadede
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=?
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.119Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 627c20ab-2950-4c10-b9e6-8786c766c6bb: vFW 535ceb84-c7d2
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.120Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-11-24 10-41-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:44:17.121Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-11-24 10-41-30 
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 (?, ?, ?, ?, ?)
2021-11-24T10:44:17.376Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 535ceb84-c7d2 df39c55e-12d6-4550-b1b6-5965b9d7aeb7 1 ASDC deployResourceStructure
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json ASDC sendASDCNotification
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:17.377Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:17.379Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:17.379Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750657377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:44:17.480Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:17.481Z||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.
2021-11-24T10:44:17.481Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:17.493Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:17.493Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:18.380Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:44:18.380Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml
2021-11-24T10:44:18.381Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:18.381Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:18.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:18.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750658380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:44:18.484Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:18.485Z||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.
2021-11-24T10:44:18.486Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:18.497Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:18.498Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:44:19.384Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:44:19.386Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env
2021-11-24T10:44:19.387Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:19.387Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:19.390Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:19.390Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750659384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:44:19.490Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:44:19.491Z||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.
2021-11-24T10:44:19.491Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:19.503Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:19.503Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:20.391Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar ASDC sendASDCNotification
2021-11-24T10:44:20.392Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar
2021-11-24T10:44:20.392Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:44:20.393Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:44:20.395Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:44:20.395Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750660391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:44:20.495Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:44:20.496Z||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.
2021-11-24T10:44:20.496Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:44:20.518Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:44:20.518Z||pool-17-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:44:21.397Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:21.413Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:21.415Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:44:21.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:44:21.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:44:51.416Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:51.427Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:44:51.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:44:51.428Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:44:51.429Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:45:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:45:00.648Z||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.
2021-11-24T10:45:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:45:00.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:45:00.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:45:00.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750633899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:45:00.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:45:21.429Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:21.438Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:45:21.440Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:45:51.441Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:51.453Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:45:51.455Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:45:51.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:45:51.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:46:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:46:00.648Z||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.
2021-11-24T10:46:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:46:00.675Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:46:00.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:46:00.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750634373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:46:00.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:46:21.456Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:21.465Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:46:21.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:46:51.467Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:51.476Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:46:51.477Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:47:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:47:00.651Z||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.
2021-11-24T10:47:00.651Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:47:01.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:47:01.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750641703,
  "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=?
2021-11-24T10:47:01.190Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.191Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750641964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750642266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750642708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750643277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "policy-id",
  "timestamp": 1637750644282,
  "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=?
2021-11-24T10:47:01.204Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.204Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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=?
2021-11-24T10:47:01.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750644478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.209Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750646235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750647029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "clamp",
  "timestamp": 1637750647242,
  "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=?
2021-11-24T10:47:01.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750640637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750648034,
  "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=?
2021-11-24T10:47:01.222Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.222Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750641665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:47:01.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750648959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750649719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750653667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750654834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750656036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750657377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/vfw535ceb84c7d20_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750658380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750659384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/resourceInstances/vfw535ceb84c7d20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750660391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750665570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124104130/1.0/artifacts/service-Vfw20211124104130-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:47:01.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "aai-ml",
  "timestamp": 1637750666578,
  "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=?
2021-11-24T10:47:01.235Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a199ce7-0b9e-408a-85cd-3677913cebf2
2021-11-24T10:47:01.235Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a199ce7-0b9e-408a-85cd-3677913cebf2 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 (?, ?, ?, ?, ?)
2021-11-24T10:47:21.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:47:21.489Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2
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=?
2021-11-24T10:47:21.492Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:47:21.492Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.493Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:47:21.494Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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=?
2021-11-24T10:47:21.498Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:47:51.498Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2 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=?
2021-11-24T10:47:51.510Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5a199ce7-0b9e-408a-85cd-3677913cebf2 and serviceModelVersionId: 627c20ab-2950-4c10-b9e6-8786c766c6bb
2021-11-24T10:47:51.510Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bf278b7-3308-4051-a661-336efcdefcf7
2021-11-24T10:48:00.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:00.648Z||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.
2021-11-24T10:48:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:06.042Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0
2021-11-24T10:48:06.157Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:48:06.665Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|INFO|500||Invoke
2021-11-24T10:48:06.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba9f74dc-df07-49c4-8c82-9db4fc5446e3], X-ECOMP-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], X-TransactionId=[], X-ONAP-RequestID=[5a199ce7-0b9e-408a-85cd-3677913cebf2], Content-Type=[application/merge-patch+json]}
2021-11-24T10:48:06.816Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T10:48:07.165Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?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/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-10:48:06:828-11014], vertex-id=[381144], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:48:06 GMT], Content-Type=[application/json]}
2021-11-24T10:48:07.166Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:48:07.167Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bf278b7-3308-4051-a661-336efcdefcf7/model-vers/model-ver/627c20ab-2950-4c10-b9e6-8786c766c6bb?depth=0|INFO|500||InvokeReturn
2021-11-24T10:48:07.173Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:48:07.173Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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=?
2021-11-24T10:48:07.178Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||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)
2021-11-24T10:48:07.179Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5a199ce7-0b9e-408a-85cd-3677913cebf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:48:07.180Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:48:07.181Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:48:07.183Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:48:07.183Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750887180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:48:07.283Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:48:07.284Z||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.
2021-11-24T10:48:07.285Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:07.299Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:48:07.300Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:48:07.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a199ce7-0b9e-408a-85cd-3677913cebf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637750887180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:48:07.932Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:08.206Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:18.919Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:48:18.928Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:18.932Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:18.932Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:28.472Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:48:28.474Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:28.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:28.478Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:38.009Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:48:38.010Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:48:38.010Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:48:38.011Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:48:47.550Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:49:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:49:00.638Z||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.
2021-11-24T10:49:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:49:00.647Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:49:00.648Z||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.
2021-11-24T10:49:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:49:10.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:49:10.197Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:00.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:50:00.641Z||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.
2021-11-24T10:50:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:50:00.647Z||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.
2021-11-24T10:50:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:00.781Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:00.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750971665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750975031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637750970862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750974375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750987265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750987256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750987261,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "cds",
  "timestamp": 1637750988263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750988266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "policy-id",
  "timestamp": 1637750989269,
  "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=?
2021-11-24T10:50:00.862Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.862Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "dcae-sch",
  "timestamp": 1637750983145,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750983537,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750984679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750992577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750993760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750994935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750995131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750995962,
  "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=?
2021-11-24T10:50:00.887Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.887Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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=?
2021-11-24T10:50:00.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "aai-ml",
  "timestamp": 1637750996136,
  "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=?
2021-11-24T10:50:00.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:50:00.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637750996965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637750998281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:00.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T10:50:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637751000292,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:00.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:50:01.272Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:01.280Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T10:50:01.280Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93","serviceName":"basic_onboard_GsOgjy","serviceVersion":"1.0","serviceUUID":"d762fb56-ba21-4da4-9d2e-32217ff91feb","serviceDescription":"service","serviceInvariantUUID":"960072ce-d261-4bcd-b0b6-021d96f78f63","resources":[{"resourceInstanceName":"basic_onboard_GsOgjy 0","resourceName":"basic_onboard_GsOgjy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a55d953f-f1e6-4aae-a97b-d7aede12d2a7","resourceInvariantUUID":"d26b1aae-5f16-40be-9b28-4aaa504a6aa0","resourceCustomizationUUID":"f13acc35-298d-406f-b3e2-8906b414bb84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml","artifactChecksum":"ZTNlMjk1M2UwOTBlZTc3M2NjM2NhOTNlZWJiN2Q1M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c5c18e7-0e53-473c-98c5-798069fce8a5","artifactVersion":"1"},{"artifactName":"basic_onboard_gsogjy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json","artifactChecksum":"MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fad0fa8-d714-48e1-914a-4b314405d378","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a5ec7466-09cd-45c0-9bcf-3d90088c1a19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab4ad59e-d383-46ee-bfb3-c5ba7b6e1b0a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ad06dd71-5067-4bc4-89d5-54db4e5d792d","artifactVersion":"2","generatedFromUUID":"a5ec7466-09cd-45c0-9bcf-3d90088c1a19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGsogjy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml","artifactChecksum":"MzQzODgwMjVmNDljNTZlZDNiNTIwZTU0ZTZiNTk0MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1741630-518e-4c67-a0d1-666946167325","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGsogjy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar","artifactChecksum":"M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:50:01.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:01.287Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:01.291Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:01.291Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:01.391Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:01.392Z||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.
2021-11-24T10:50:01.392Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:01.405Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:01.405Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:02.292Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:02.293Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:02.295Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:02.295Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:50:02.396Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T10:50:02.397Z||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.
2021-11-24T10:50:02.397Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:02.416Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:02.417Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:03.296Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:03.297Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:03.299Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:03.299Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:50:03.399Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:03.400Z||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.
2021-11-24T10:50:03.400Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:03.413Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:03.414Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:04.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:04.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:04.302Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:04.303Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:04.404Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:04.405Z||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.
2021-11-24T10:50:04.405Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:04.422Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:04.423Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:05.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:05.304Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:05.306Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:05.306Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-24T10:50:05.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:05.408Z||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.
2021-11-24T10:50:05.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:05.419Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:05.420Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:06.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:06.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:06.309Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:06.309Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:50:06.409Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:06.412Z||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.
2021-11-24T10:50:06.412Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:06.424Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:06.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:07.310Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:50:07.311Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:07.313Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:07.313Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:50:07.413Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:07.414Z||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.
2021-11-24T10:50:07.414Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:07.428Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:07.429Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:08.315Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "serviceName": "basic_onboard_GsOgjy",
  "serviceVersion": "1.0",
  "serviceUUID": "d762fb56-ba21-4da4-9d2e-32217ff91feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "960072ce-d261-4bcd-b0b6-021d96f78f63",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GsOgjy 0",
      "resourceCustomizationUUID": "f13acc35-298d-406f-b3e2-8906b414bb84",
      "resourceName": "basic_onboard_GsOgjy",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a55d953f-f1e6-4aae-a97b-d7aede12d2a7",
      "resourceInvariantUUID": "d26b1aae-5f16-40be-9b28-4aaa504a6aa0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gsogjy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
          "artifactChecksum": "MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5fad0fa8-d714-48e1-914a-4b314405d378",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ad06dd71-5067-4bc4-89d5-54db4e5d792d",
            "generatedFromUUID": "a5ec7466-09cd-45c0-9bcf-3d90088c1a19"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ad06dd71-5067-4bc4-89d5-54db4e5d792d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGsogjy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
      "artifactChecksum": "M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T10:50:08.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:50:08.316Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d762fb56-ba21-4da4-9d2e-32217ff91feb ASDC
2021-11-24T10:50:08.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
ServiceName:basic_onboard_GsOgjy
ServiceVersion:1.0
ServiceUUID:d762fb56-ba21-4da4-9d2e-32217ff91feb
ServiceInvariantUUID:960072ce-d261-4bcd-b0b6-021d96f78f63
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGsogjy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
ArtifactUUID:ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6
ArtifactChecksum:M2E0MWFlMTNjMmM4NDIyNmYwMmIzYWIxNzE1N2Y3NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GsOgjy 0
ResourceCustomizationUUID:f13acc35-298d-406f-b3e2-8906b414bb84
ResourceInvariantUUID:d26b1aae-5f16-40be-9b28-4aaa504a6aa0
ResourceName:basic_onboard_GsOgjy
ResourceType:VF
ResourceUUID:a55d953f-f1e6-4aae-a97b-d7aede12d2a7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gsogjy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
ArtifactUUID:5fad0fa8-d714-48e1-914a-4b314405d378
ArtifactChecksum:MTY0NjkzYjkyY2I5YmI3MDM1MzM3NmFiMzU5MTQxZjc=
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a5ec7466-09cd-45c0-9bcf-3d90088c1a19
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
ArtifactUUID:ad06dd71-5067-4bc4-89d5-54db4e5d792d
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/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
ArtifactUUID:ad06dd71-5067-4bc4-89d5-54db4e5d792d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T10:50:08.317Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d762fb56-ba21-4da4-9d2e-32217ff91feb 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=?
2021-11-24T10:50:08.350Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:08.351Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.352Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:08.352Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.762Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:08.765Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6 71561
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ASDC sendASDCNotification
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:08.766Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:08.768Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:08.768Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751008765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:08.868Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:50:08.870Z||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.
2021-11-24T10:50:08.870Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:08.905Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:08.906Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:09.769Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:50:09.771Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:50:09.772Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ec29a2cd-bd3a-44d7-9d5e-cdf4cc2ae4d6, URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar to file: /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.773Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.773Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:09.774Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:10.101Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11998884518864072291/Definitions/service-BasicOnboardGsogjy-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
2021-11-24T10:50:11.214Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.215Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GsOgjy 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-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.216Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:50:11.217Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-24T10:50:11.218Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.219Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:11.220Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.221Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:11.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GsOgjy
Description:service
Model UUID:d762fb56-ba21-4da4-9d2e-32217ff91feb
Model Version:NULL
Model InvariantUuid:960072ce-d261-4bcd-b0b6-021d96f78f63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GsOgjy
Model UUID:aaf24618-299b-4125-85d5-e60559379875
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d26b1aae-5f16-40be-9b28-4aaa504a6aa0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f13acc35-298d-406f-b3e2-8906b414bb84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
ModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
ModelUuid:72fdcb65-3381-4388-8817-1cb3ecd33d07
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
ModelInvariantUuid:9b56a45f-de94-4721-81db-5d1fc1da518a
ModelName:basic_onboard_GsOgjy-nodes.ubuntu18Cvfc
ModelUuid:37997c05-0e1e-4325-9e46-10314ec154cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7b5a0a91-0f4e-4aeb-a268-1348ac9b7e50
ModelInvariantUuid:6b08e707-b146-4329-bd3d-b71746d4bda3
ModelName:BasicOnboardGsogjy.compute.nodes.heat.ubuntu18
ModelUuid:d122fa10-1e5a-4fba-a857-d1967e2835e0
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=?
2021-11-24T10:50:11.228Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a55d953f-f1e6-4aae-a97b-d7aede12d2a7
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=?
2021-11-24T10:50:11.230Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||basic_onboard_GsOgjy 0
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a55d953f-f1e6-4aae-a97b-d7aede12d2a7
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fad0fa8-d714-48e1-914a-4b314405d378 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:11.231Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.512Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json 5fad0fa8-d714-48e1-914a-4b314405d378 798
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json ASDC sendASDCNotification
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:11.513Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:11.514Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:11.515Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:11.516Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751011513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:11.616Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:11.617Z||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.
2021-11-24T10:50:11.617Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:11.634Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:11.634Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:12.516Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGsogjy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72fdcb65-3381-4388-8817-1cb3ecd33d07",
    "vfModuleModelCustomizationUUID": "1c57d656-992b-4612-9acd-ab1816e6d36d",
    "isBase": true,
    "artifacts": [
      "a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
      "ad06dd71-5067-4bc4-89d5-54db4e5d792d"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:50:12.522Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72fdcb65-3381-4388-8817-1cb3ecd33d07
VfModuleModelInvariantUUID:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5ec7466-09cd-45c0-9bcf-3d90088c1a19
,
ad06dd71-5067-4bc4-89d5-54db4e5d792d

}
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


}

2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGsogjy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72fdcb65-3381-4388-8817-1cb3ecd33d07",
    "vfModuleModelCustomizationUUID": "1c57d656-992b-4612-9acd-ab1816e6d36d",
    "isBase": true,
    "artifacts": [
      "a5ec7466-09cd-45c0-9bcf-3d90088c1a19",
      "ad06dd71-5067-4bc4-89d5-54db4e5d792d"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGsogjy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72fdcb65-3381-4388-8817-1cb3ecd33d07
VfModuleModelInvariantUUID:1700a8bb-04ae-4c6e-8001-dabfe1e4e7cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a5ec7466-09cd-45c0-9bcf-3d90088c1a19
,
ad06dd71-5067-4bc4-89d5-54db4e5d792d

}
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


}

2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5ec7466-09cd-45c0-9bcf-3d90088c1a19 from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:12.524Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.666Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml a5ec7466-09cd-45c0-9bcf-3d90088c1a19 5033
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T10:50:12.667Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:12.668Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:12.668Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:12.670Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:12.670Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751012667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:12.770Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:12.771Z||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.
2021-11-24T10:50:12.771Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:12.783Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:12.784Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:13.671Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ad06dd71-5067-4bc4-89d5-54db4e5d792d from URL: /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.671Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:50:13.672Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.853Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ad06dd71-5067-4bc4-89d5-54db4e5d792d 909
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:13.854Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:50:13.855Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:13.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:13.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751013854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:50:13.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:13.958Z||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.
2021-11-24T10:50:13.959Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:13.971Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:13.972Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:14.857Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d762fb56-ba21-4da4-9d2e-32217ff91feb
2021-11-24T10:50:14.858Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GsOgjy 0 a55d953f-f1e6-4aae-a97b-d7aede12d2a7 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=?
2021-11-24T10:50:14.870Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73302aa1, org.onap.sdc.toscaparser.api.parameters.Input@6120136d, org.onap.sdc.toscaparser.api.parameters.Input@254bd23e, org.onap.sdc.toscaparser.api.parameters.Input@4208cf3c, org.onap.sdc.toscaparser.api.parameters.Input@309f90fe]
2021-11-24T10:50:14.871Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.871Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f13acc35-298d-406f-b3e2-8906b414bb84
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f13acc35-298d-406f-b3e2-8906b414bb84 matches Tosca VF Customization UUID: f13acc35-298d-406f-b3e2-8906b414bb84
2021-11-24T10:50:14.872Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f13acc35-298d-406f-b3e2-8906b414bb84  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=?
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.874Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f13acc35-298d-406f-b3e2-8906b414bb84: {\"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\"}
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e91ef90
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1c57d656-992b-4612-9acd-ab1816e6d36d
2021-11-24T10:50:14.875Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1c57d656-992b-4612-9acd-ab1816e6d36d
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=?
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.877Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is not matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-24T10:50:14.878Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-24T10:50:14.879Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4a0511e8-dbdf-45d6-8d27-52d49ce8e1aa
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=?
2021-11-24T10:50:14.880Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GsOgjy 0 is matching search criteria
2021-11-24T10:50:14.881Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GsOgjy 0] matching following query criteria: sdcType=VF, customizationUUID=f13acc35-298d-406f-b3e2-8906b414bb84
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=?
2021-11-24T10:50:14.882Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.882Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d762fb56-ba21-4da4-9d2e-32217ff91feb: basic_onboard_GsOgjy
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.883Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GsOgjy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:50:14.884Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_GsOgjy 
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 (?, ?, ?, ?, ?)
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GsOgjy a55d953f-f1e6-4aae-a97b-d7aede12d2a7 1 ASDC deployResourceStructure
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json ASDC sendASDCNotification
2021-11-24T10:50:14.965Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json
2021-11-24T10:50:14.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:14.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:14.968Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:14.968Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751014965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:15.068Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:15.069Z||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.
2021-11-24T10:50:15.070Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:15.081Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:15.081Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:15.969Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-24T10:50:15.969Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml
2021-11-24T10:50:15.970Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:15.970Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:15.972Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:15.972Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751015969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:16.072Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:50:16.073Z||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.
2021-11-24T10:50:16.074Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:16.085Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:16.085Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:16.973Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:16.974Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:16.976Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:16.976Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751016973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:17.076Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:17.078Z||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.
2021-11-24T10:50:17.078Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:17.089Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:17.090Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:50:17.977Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar ASDC sendASDCNotification
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:50:17.978Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:50:17.980Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:50:17.981Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751017977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:50:18.081Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:50:18.082Z||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.
2021-11-24T10:50:18.082Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:50:18.096Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:50:18.096Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:50:18.981Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:18.995Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:18.997Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:50:18.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:50:48.998Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:49.008Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:50:49.010Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:51:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:51:00.648Z||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.
2021-11-24T10:51:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:51:00.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:51:00.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T10:51:00.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637750993900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:51:00.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:51:19.011Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:19.030Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:51:19.033Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:51:49.035Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:49.051Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:51:49.059Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:52:00.648Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:52:00.650Z||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.
2021-11-24T10:52:00.650Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:52:01.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:52:01.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "clamp",
  "timestamp": 1637751001296,
  "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=?
2021-11-24T10:52:01.185Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:52:01.185Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:52:01.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751001752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751004329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-11-24T10:52:01.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751005337,
  "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=?
2021-11-24T10:52:01.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
2021-11-24T10:52:01.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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 (?, ?, ?, ?, ?)
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751000637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:52:01.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751008765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751011513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751012667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751013854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751014965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/basic_onboard_gsogjy0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751015969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751016973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/resourceInstances/basic_onboard_gsogjy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751017977,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGsogjy/1.0/artifacts/service-BasicOnboardGsogjy-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:52:01.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:52:19.060Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:52:19.070Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93
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=?
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:52:19.073Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:52:19.074Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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=?
2021-11-24T10:52:19.079Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:52:49.080Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 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=?
2021-11-24T10:52:49.092Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 and serviceModelVersionId: d762fb56-ba21-4da4-9d2e-32217ff91feb
2021-11-24T10:52:49.092Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 960072ce-d261-4bcd-b0b6-021d96f78f63
2021-11-24T10:52:49.095Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0
2021-11-24T10:52:49.102Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:52:49.188Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|INFO|500||Invoke
2021-11-24T10:52:49.189Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0137f45d-41e0-460a-a886-b391f3d7dd30], X-ECOMP-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], X-TransactionId=[], X-ONAP-RequestID=[cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93], Content-Type=[application/merge-patch+json]}
2021-11-24T10:52:49.223Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T10:52:49.957Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?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/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-10:52:49:232-21713], vertex-id=[155704], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:52:49 GMT], Content-Type=[application/json]}
2021-11-24T10:52:49.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:52:49.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960072ce-d261-4bcd-b0b6-021d96f78f63/model-vers/model-ver/d762fb56-ba21-4da4-9d2e-32217ff91feb?depth=0|INFO|500||InvokeReturn
2021-11-24T10:52:49.961Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:52:49.961Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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=?
2021-11-24T10:52:49.966Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||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)
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:52:49.967Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:52:49.971Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:52:49.971Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751169967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:52:50.071Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:52:50.072Z||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.
2021-11-24T10:52:50.072Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:52:50.088Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:52:50.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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=?
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:52:50.986Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:00.649Z||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.
2021-11-24T10:53:00.649Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:01.277Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:53:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T10:53:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751169967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:53:01.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:53:01.401Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:53:01.401Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:01.402Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:53:01.402Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:10.957Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:53:10.958Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:53:10.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:53:10.959Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:53:20.518Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:54:00.637Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:54:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:54:00.639Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:54:00.647Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:54:00.647Z||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.
2021-11-24T10:54:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:54:10.191Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:54:10.192Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:55:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:55:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:55:00.641Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:55:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:55:00.647Z||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.
2021-11-24T10:55:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:55:10.220Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:55:10.222Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:56:00.638Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:56:00.645Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:56:00.645Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:56:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:56:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:56:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:56:10.187Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:56:10.191Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:00.637Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:57:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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.
2021-11-24T10:57:00.640Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:00.646Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:57:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T10:57:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:01.271Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:01.272Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.272Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"333693c7-42a1-4f6f-983a-899416970810","serviceName":"vFW 2021-11-24 10-54-59","serviceVersion":"1.0","serviceUUID":"32b0eb4e-8cde-468d-8486-1aabc6f90423","serviceDescription":"catalog service description","serviceInvariantUUID":"2cb46f22-0ccc-4992-9639-77109eed29db","resources":[{"resourceInstanceName":"vFW 2665cb7b-5fdd 0","resourceName":"vFW 2665cb7b-5fdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1e276fa-6eb7-4cc0-8d85-b0120574ddcc","resourceInvariantUUID":"06f55d13-cad8-421e-9273-be0ea2337092","resourceCustomizationUUID":"b028ef49-9237-447e-8490-b8c03f244ae7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml","artifactChecksum":"NWM3MzQwNmI2Y2RlM2JhNzc1ZDZkNWU2YjI2NjA2Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7f4c93a-f167-4a4a-b992-f54d5b4a8edf","artifactVersion":"1"},{"artifactName":"vfw2665cb7b5fdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json","artifactChecksum":"OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b81e929-4ce5-4a3d-8208-c6723a4c1f7a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d630a608-e8b6-47d3-b68f-dfcd52f08b92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml","artifactChecksum":"MTY1Y2MxMTEyZmI4ZGRkMGE2NzJlMTZmZGI0ZGEzN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec43d6bf-d213-4eaa-ac1d-5803469055cb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e9cf17f6-0417-4672-ba20-021b04fe9bb9","artifactVersion":"2","generatedFromUUID":"d630a608-e8b6-47d3-b68f-dfcd52f08b92"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124105459-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml","artifactChecksum":"MjYzOTkwM2UzODkwY2Q4ZjY4OTQ2OTc0MzAwZWJiYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"758102f7-16f9-40b4-8709-9183a59f84a5","artifactVersion":"1"},{"artifactName":"service-Vfw20211124105459-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar","artifactChecksum":"MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e631dcca-7b59-4639-acb8-a0ce584c21c2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T10:57:01.278Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:01.279Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:01.284Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:01.287Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.288Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.289Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.290Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.291Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.294Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.295Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.295Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.296Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:57:01.296Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:01.297Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.297Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.298Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.298Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.299Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.300Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.300Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.301Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.302Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.303Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.304Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.304Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.305Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.305Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.306Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.307Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.307Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.308Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.308Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:01.310Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:57:01.396Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:01.397Z||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.
2021-11-24T10:57:01.397Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:01.410Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:01.411Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:02.298Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:02.298Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:02.300Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:02.300Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:57:02.401Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:02.401Z||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.
2021-11-24T10:57:02.402Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:02.417Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:02.418Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:03.301Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:03.302Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:03.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:03.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:57:03.404Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:03.405Z||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.
2021-11-24T10:57:03.405Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:03.416Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:03.416Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:04.304Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:04.306Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:04.309Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:04.309Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:04.409Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:04.410Z||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.
2021-11-24T10:57:04.410Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:04.420Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:04.421Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:05.310Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:05.310Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:05.312Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:05.312Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:57:05.413Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:05.413Z||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.
2021-11-24T10:57:05.414Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:05.422Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:05.423Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:06.313Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:06.314Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:06.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:06.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:57:06.416Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:06.417Z||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.
2021-11-24T10:57:06.417Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:06.428Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:06.428Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:07.316Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T10:57:07.317Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:07.320Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:07.320Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:57:07.420Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:07.421Z||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.
2021-11-24T10:57:07.421Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:07.432Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:07.433Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:08.323Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "serviceName": "vFW 2021-11-24 10-54-59",
  "serviceVersion": "1.0",
  "serviceUUID": "32b0eb4e-8cde-468d-8486-1aabc6f90423",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2cb46f22-0ccc-4992-9639-77109eed29db",
  "resources": [
    {
      "resourceInstanceName": "vFW 2665cb7b-5fdd 0",
      "resourceCustomizationUUID": "b028ef49-9237-447e-8490-b8c03f244ae7",
      "resourceName": "vFW 2665cb7b-5fdd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a1e276fa-6eb7-4cc0-8d85-b0120574ddcc",
      "resourceInvariantUUID": "06f55d13-cad8-421e-9273-be0ea2337092",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2665cb7b5fdd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
          "artifactChecksum": "OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b81e929-4ce5-4a3d-8208-c6723a4c1f7a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d630a608-e8b6-47d3-b68f-dfcd52f08b92",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e9cf17f6-0417-4672-ba20-021b04fe9bb9",
            "generatedFromUUID": "d630a608-e8b6-47d3-b68f-dfcd52f08b92"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e9cf17f6-0417-4672-ba20-021b04fe9bb9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211124105459-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
      "artifactChecksum": "MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e631dcca-7b59-4639-acb8-a0ce584c21c2"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T10:57:08.323Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T10:57:08.324Z|cb2e63d5-4a3b-4216-8ab5-9ac9f96c1c93|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32b0eb4e-8cde-468d-8486-1aabc6f90423 ASDC
2021-11-24T10:57:08.324Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:333693c7-42a1-4f6f-983a-899416970810
ServiceName:vFW 2021-11-24 10-54-59
ServiceVersion:1.0
ServiceUUID:32b0eb4e-8cde-468d-8486-1aabc6f90423
ServiceInvariantUUID:2cb46f22-0ccc-4992-9639-77109eed29db
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211124105459-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
ArtifactUUID:e631dcca-7b59-4639-acb8-a0ce584c21c2
ArtifactChecksum:MmE3ZjVhNWQ4OTE0YTE1NWMxNjVlZmIxOWUxN2RkZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2665cb7b-5fdd 0
ResourceCustomizationUUID:b028ef49-9237-447e-8490-b8c03f244ae7
ResourceInvariantUUID:06f55d13-cad8-421e-9273-be0ea2337092
ResourceName:vFW 2665cb7b-5fdd
ResourceType:VF
ResourceUUID:a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2665cb7b5fdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
ArtifactUUID:7b81e929-4ce5-4a3d-8208-c6723a4c1f7a
ArtifactChecksum:OGE1ZjBhYmVhODQxNTc3ZjhhNWQ5NmQyZmM5OWNlODg=
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
ArtifactUUID:d630a608-e8b6-47d3-b68f-dfcd52f08b92
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
ArtifactUUID:e9cf17f6-0417-4672-ba20-021b04fe9bb9
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/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
ArtifactUUID:e9cf17f6-0417-4672-ba20-021b04fe9bb9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T10:57:08.325Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32b0eb4e-8cde-468d-8486-1aabc6f90423 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 (?, ?, ?, ?, ?)
2021-11-24T10:57:08.365Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e631dcca-7b59-4639-acb8-a0ce584c21c2 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:08.366Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.719Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar e631dcca-7b59-4639-acb8-a0ce584c21c2 98914
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar ASDC sendASDCNotification
2021-11-24T10:57:08.725Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:08.726Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:08.726Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:08.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:08.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751428725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:57:08.830Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:08.831Z||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.
2021-11-24T10:57:08.831Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:08.844Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:08.844Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:09.730Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T10:57:09.731Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-11-24T10:57:09.732Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e631dcca-7b59-4639-acb8-a0ce584c21c2, URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar to file: /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.732Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.733Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:09.733Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:10.034Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13623274184001452932/Definitions/service-Vfw20211124105459-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
2021-11-24T10:57:11.867Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2665cb7b-5fdd 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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.869Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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-Vfw20211124105459-csar.csar
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-11-24T10:57:11.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:57:11.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.872Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.873Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.874Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.875Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.876Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.877Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.878Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.879Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.880Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.881Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8cc1deb1-4f60-4341-86c6-c6c4fc15438f
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.882Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:57:11.883Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d41d887b-468a-4349-af17-a3e4f543e99e
2021-11-24T10:57:11.884Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:11.885Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.886Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:11.887Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=782195a1-7b0c-4ac5-8fa4-87a85528afae
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.888Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:11.889Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:11.890Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-11-24 10-54-59
Description:catalog service description
Model UUID:32b0eb4e-8cde-468d-8486-1aabc6f90423
Model Version:NULL
Model InvariantUuid:2cb46f22-0ccc-4992-9639-77109eed29db
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2665cb7b-5fdd
Model UUID:31040fe4-fec4-4e77-a9f4-79bf49f188ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06f55d13-cad8-421e-9273-be0ea2337092
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b028ef49-9237-447e-8490-b8c03f244ae7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:903c41c9-4cf7-4573-8cbf-d86005a06182
ModelName:Vfw2665cb7b5fdd..base_vfw..module-0
ModelUuid:d857b234-cad5-4213-abe4-f416131d12de
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8cc1deb1-4f60-4341-86c6-c6c4fc15438f
ModelInvariantUuid:c2b0a33c-3754-4306-b6f2-5aa3c9354316
ModelName:vFW 2665cb7b-5fdd-nodes.vfwCvfc
ModelUuid:b93a0062-1d93-46e8-8015-0f6084cd0f5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:475fead7-9f4d-44e2-9a64-26bc552d2647
ModelInvariantUuid:2942d99b-f540-41bb-b8c7-b4d6c3e8dd65
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vfw
ModelUuid:0addb0c4-993a-4e80-bfdc-51f481df93a0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d41d887b-468a-4349-af17-a3e4f543e99e
ModelInvariantUuid:b0f24c66-3852-4e8c-a4a1-11ff550ac207
ModelName:vFW 2665cb7b-5fdd-nodes.vsnCvfc
ModelUuid:cc686d61-6e30-454a-a77d-66c7ae4618b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8be6c876-b83b-4ad2-b789-f8a5e5fa9e4e
ModelInvariantUuid:40c18773-687d-4653-9d64-a13934f7364e
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vsn
ModelUuid:714a5963-ab4f-4209-a034-b8301a4656d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:782195a1-7b0c-4ac5-8fa4-87a85528afae
ModelInvariantUuid:294e0b14-9c59-4d6b-8e66-da6596f3f74a
ModelName:vFW 2665cb7b-5fdd-nodes.vpgCvfc
ModelUuid:f8830dc7-f901-47d6-8ff7-9e00030ab07c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f7cd4356-b9a3-4f4a-85c8-33e5d79bd359
ModelInvariantUuid:f734bb96-e559-4d13-b4bd-52dd0c5c3cd4
ModelName:Vfw2665cb7b5fdd.compute.nodes.heat.vpg
ModelUuid:4ae857b7-c76a-4918-9026-6f9bafd0d8ef
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=?
2021-11-24T10:57:11.893Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
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=?
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||vFW 2665cb7b-5fdd 0
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1e276fa-6eb7-4cc0-8d85-b0120574ddcc
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b81e929-4ce5-4a3d-8208-c6723a4c1f7a from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:11.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:12.254Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json 7b81e929-4ce5-4a3d-8208-c6723a4c1f7a 785
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json ASDC sendASDCNotification
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:12.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:12.256Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:12.258Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:12.258Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751432255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:57:12.358Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:57:12.359Z||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.
2021-11-24T10:57:12.360Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:12.373Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:12.374Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:13.259Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2665cb7b5fdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "903c41c9-4cf7-4573-8cbf-d86005a06182",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d857b234-cad5-4213-abe4-f416131d12de",
    "vfModuleModelCustomizationUUID": "6d49b5c0-c7e6-4fa5-a338-1f5d8935545f",
    "isBase": true,
    "artifacts": [
      "d630a608-e8b6-47d3-b68f-dfcd52f08b92",
      "e9cf17f6-0417-4672-ba20-021b04fe9bb9"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:57:13.265Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2665cb7b5fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d857b234-cad5-4213-abe4-f416131d12de
VfModuleModelInvariantUUID:903c41c9-4cf7-4573-8cbf-d86005a06182
VfModuleModelDescription:NULL
Artifacts UUID List:{
d630a608-e8b6-47d3-b68f-dfcd52f08b92
,
e9cf17f6-0417-4672-ba20-021b04fe9bb9

}
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


}

2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2665cb7b5fdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "903c41c9-4cf7-4573-8cbf-d86005a06182",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d857b234-cad5-4213-abe4-f416131d12de",
    "vfModuleModelCustomizationUUID": "6d49b5c0-c7e6-4fa5-a338-1f5d8935545f",
    "isBase": true,
    "artifacts": [
      "d630a608-e8b6-47d3-b68f-dfcd52f08b92",
      "e9cf17f6-0417-4672-ba20-021b04fe9bb9"
    ],
    "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": ""
    }
  }
]
2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2665cb7b5fdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d857b234-cad5-4213-abe4-f416131d12de
VfModuleModelInvariantUUID:903c41c9-4cf7-4573-8cbf-d86005a06182
VfModuleModelDescription:NULL
Artifacts UUID List:{
d630a608-e8b6-47d3-b68f-dfcd52f08b92
,
e9cf17f6-0417-4672-ba20-021b04fe9bb9

}
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


}

2021-11-24T10:57:13.269Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d630a608-e8b6-47d3-b68f-dfcd52f08b92 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.270Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:13.270Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.465Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:13.466Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml d630a608-e8b6-47d3-b68f-dfcd52f08b92 20368
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:13.467Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:13.469Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:13.469Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751433467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:57:13.570Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:13.570Z||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.
2021-11-24T10:57:13.571Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:13.583Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:13.583Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:14.470Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9cf17f6-0417-4672-ba20-021b04fe9bb9 from URL: /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.471Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-11-24T10:57:14.471Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.639Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env e9cf17f6-0417-4672-ba20-021b04fe9bb9 2098
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:14.640Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T10:57:14.641Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:14.642Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:14.642Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751434640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:57:14.743Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:14.744Z||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.
2021-11-24T10:57:14.744Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:14.764Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:14.765Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T10:57:15.643Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 32b0eb4e-8cde-468d-8486-1aabc6f90423
2021-11-24T10:57:15.644Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2665cb7b-5fdd 0 a1e276fa-6eb7-4cc0-8d85-b0120574ddcc 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=?
2021-11-24T10:57:15.659Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e1df0f, org.onap.sdc.toscaparser.api.parameters.Input@72f70728, org.onap.sdc.toscaparser.api.parameters.Input@c0f777b, org.onap.sdc.toscaparser.api.parameters.Input@239bacfa, org.onap.sdc.toscaparser.api.parameters.Input@54f50621]
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-11-24T10:57:15.661Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b028ef49-9237-447e-8490-b8c03f244ae7
2021-11-24T10:57:15.662Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b028ef49-9237-447e-8490-b8c03f244ae7 matches Tosca VF Customization UUID: b028ef49-9237-447e-8490-b8c03f244ae7
2021-11-24T10:57:15.662Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b028ef49-9237-447e-8490-b8c03f244ae7  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=?
2021-11-24T10:57:15.663Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.663Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b028ef49-9237-447e-8490-b8c03f244ae7: {\"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\"}
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1730007a
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.664Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T10:57:15.665Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d49b5c0-c7e6-4fa5-a338-1f5d8935545f
2021-11-24T10:57:15.665Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d49b5c0-c7e6-4fa5-a338-1f5d8935545f
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=?
2021-11-24T10:57:15.666Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.667Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-24T10:57:15.668Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:15.669Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.670Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8cc1deb1-4f60-4341-86c6-c6c4fc15438f
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=?
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.671Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:15.672Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-24T10:57:15.673Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.674Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-24T10:57:15.674Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.674Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d41d887b-468a-4349-af17-a3e4f543e99e
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=?
2021-11-24T10:57:15.675Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.675Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.675Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.675Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.676Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-24T10:57:15.677Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=782195a1-7b0c-4ac5-8fa4-87a85528afae
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=?
2021-11-24T10:57:15.678Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.679Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.679Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T10:57:15.679Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.679Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Node template vFW 2665cb7b-5fdd 0 is matching search criteria
2021-11-24T10:57:15.679Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 2665cb7b-5fdd 0] matching following query criteria: sdcType=VF, customizationUUID=b028ef49-9237-447e-8490-b8c03f244ae7
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=?
2021-11-24T10:57:15.680Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.680Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.680Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 32b0eb4e-8cde-468d-8486-1aabc6f90423: vFW 2665cb7b-5fdd
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.681Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.682Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.682Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.682Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T10:57:15.682Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Service vFW 2021-11-24 10-54-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T10:57:15.682Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2021-11-24 10-54-59 
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 (?, ?, ?, ?, ?)
2021-11-24T10:57:15.779Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2665cb7b-5fdd a1e276fa-6eb7-4cc0-8d85-b0120574ddcc 1 ASDC deployResourceStructure
2021-11-24T10:57:15.780Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json ASDC sendASDCNotification
2021-11-24T10:57:15.780Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json
2021-11-24T10:57:15.780Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:57:15.780Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:15.782Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:15.782Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751435780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:57:15.882Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:15.883Z||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.
2021-11-24T10:57:15.883Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:15.895Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:15.896Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:16.783Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-24T10:57:16.783Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml
2021-11-24T10:57:16.784Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:57:16.784Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:16.786Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:16.786Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751436783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:57:16.886Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:16.887Z||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.
2021-11-24T10:57:16.887Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:16.901Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:16.902Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:17.788Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-24T10:57:17.788Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env
2021-11-24T10:57:17.788Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:57:17.788Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:17.796Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:17.802Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751437788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:57:17.891Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-11-24T10:57:17.892Z||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.
2021-11-24T10:57:17.892Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:17.921Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:17.922Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:18.803Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar ASDC sendASDCNotification
2021-11-24T10:57:18.803Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar
2021-11-24T10:57:18.803Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T10:57:18.804Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:57:18.805Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:57:18.805Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751438803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:57:18.906Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T10:57:18.907Z||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.
2021-11-24T10:57:18.907Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:57:18.930Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:57:18.930Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-11-24T10:57:19.806Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:57:19.816Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:57:19.818Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:57:19.818Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:57:19.818Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:57:49.819Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:57:49.842Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:57:49.844Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:57:49.844Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:57:49.844Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:58:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:58:00.650Z||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.
2021-11-24T10:58:00.650Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:58:00.777Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:58:00.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:58:00.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:58:00.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:58:19.844Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:58:19.855Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:58:19.857Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:58:19.857Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:58:19.857Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:58:49.858Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:58:49.868Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:58:49.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:58:49.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T10:58:49.870Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T10:59:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:59:00.650Z||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.
2021-11-24T10:59:00.650Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:59:01.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:59:01.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751413899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637751410862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751414373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751410031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751423558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751423567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751423625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751424571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "cds",
  "timestamp": 1637751424634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-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=?
2021-11-24T10:59:01.205Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.206Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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 (?, ?, ?, ?, ?)
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "policy-id",
  "timestamp": 1637751425580,
  "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=?
2021-11-24T10:59:01.230Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.230Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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 (?, ?, ?, ?, ?)
2021-11-24T10:59:01.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751426884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751420637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637751427887,
  "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=?
2021-11-24T10:59:01.248Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.248Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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 (?, ?, ?, ?, ?)
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751421665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751428725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751429575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "dcae-sch",
  "timestamp": 1637751423145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751424679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751432255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751432530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751433467,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751433668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751434640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751434759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751435780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751435793,
  "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=?
2021-11-24T10:59:01.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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=?
2021-11-24T10:59:01.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751436783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637751436797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vfw2665cb7b5fdd0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751437788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/resourceInstances/vfw2665cb7b5fdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751438803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751433537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751441518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "aai-ml",
  "timestamp": 1637751442522,
  "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=?
2021-11-24T10:59:01.292Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.292Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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 (?, ?, ?, ?, ?)
2021-11-24T10:59:01.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751448370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T10:59:01.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751450380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211124105459/1.0/artifacts/service-Vfw20211124105459-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T10:59:01.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T10:59:01.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T10:59:01.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "clamp",
  "timestamp": 1637751451386,
  "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=?
2021-11-24T10:59:01.312Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 333693c7-42a1-4f6f-983a-899416970810
2021-11-24T10:59:01.313Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333693c7-42a1-4f6f-983a-899416970810 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 (?, ?, ?, ?, ?)
2021-11-24T10:59:19.871Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:59:19.894Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333693c7-42a1-4f6f-983a-899416970810
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=?
2021-11-24T10:59:19.897Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.898Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.899Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.899Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.899Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T10:59:19.899Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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=?
2021-11-24T10:59:19.904Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T10:59:49.904Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 333693c7-42a1-4f6f-983a-899416970810 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=?
2021-11-24T10:59:49.909Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 333693c7-42a1-4f6f-983a-899416970810 and serviceModelVersionId: 32b0eb4e-8cde-468d-8486-1aabc6f90423
2021-11-24T10:59:49.910Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cb46f22-0ccc-4992-9639-77109eed29db
2021-11-24T10:59:49.911Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?depth=0
2021-11-24T10:59:49.918Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T10:59:49.983Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?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]}
2021-11-24T10:59:49.984Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?depth=0|INFO|500||Invoke
2021-11-24T10:59:50.011Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T10:59:50.416Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?depth=0|INFO|500||InvokeReturn
2021-11-24T10:59:50.417Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cb46f22-0ccc-4992-9639-77109eed29db/model-vers/model-ver/32b0eb4e-8cde-468d-8486-1aabc6f90423?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-10:59:50:021-59385], vertex-id=[606208], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:59:50 GMT], Content-Type=[application/json]}
2021-11-24T10:59:50.417Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T10:59:50.417Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T10:59:50.417Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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=?
2021-11-24T10:59:50.421Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||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)
2021-11-24T10:59:50.421Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 333693c7-42a1-4f6f-983a-899416970810 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T10:59:50.421Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T10:59:50.422Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-11-24T10:59:50.424Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T10:59:50.424Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751590421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T10:59:50.524Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T10:59:50.525Z||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.
2021-11-24T10:59:50.526Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T10:59:50.541Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T10:59:50.541Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-11-24T10:59:51.435Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T10:59:51.436Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T10:59:51.436Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:00:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:00:00.647Z||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.
2021-11-24T11:00:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:00:01.272Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:00:01.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:00:01.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "333693c7-42a1-4f6f-983a-899416970810",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637751590421,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:00:01.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:00:02.059Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:00:02.060Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:00:02.060Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:00:02.060Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:00:11.598Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:00:11.598Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:00:11.599Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:00:11.599Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:00:21.157Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:01:00.638Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:01:00.640Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:01:00.640Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:01:00.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:01:00.647Z||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.
2021-11-24T11:01:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:01:10.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:01:10.195Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:02:00.638Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:02:00.640Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:02:00.640Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:02:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:02:00.647Z||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.
2021-11-24T11:02:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:02:10.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:02:10.186Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:03:00.637Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:03:00.639Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:03:00.639Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:03:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:03:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:03:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:03:10.181Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:03:10.181Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:04:00.638Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:04:00.643Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:04:00.643Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:04:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:04:00.647Z||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.
2021-11-24T11:04:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:04:10.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:04:10.190Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:05:00.637Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:05:00.639Z||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.
2021-11-24T11:05:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:05:00.646Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:05:00.647Z||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.
2021-11-24T11:05:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:05:10.181Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:05:10.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:06:00.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:06:00.641Z||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.
2021-11-24T11:06:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:06:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:06:00.647Z||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.
2021-11-24T11:06:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:06:10.193Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:06:10.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:07:00.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:07:00.642Z||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.
2021-11-24T11:07:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:07:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:07:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:07:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:07:10.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:07:10.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:08:00.637Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:08:00.639Z||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.
2021-11-24T11:08:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:08:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:08:00.647Z||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.
2021-11-24T11:08:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:08:10.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:08:10.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:09:00.638Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:09:00.641Z||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.
2021-11-24T11:09:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:09:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:09:00.647Z||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.
2021-11-24T11:09:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:09:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:09:10.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:00.637Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:10:00.639Z||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.
2021-11-24T11:10:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:10:00.647Z||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.
2021-11-24T11:10:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:01.265Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:01.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"306b1787-a973-4262-b720-b534299236fb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b9156bd4-02e6-4ea0-ac58-7b41b8119dc5","serviceDescription":"service","serviceInvariantUUID":"b8219ad9-bc2d-443a-af16-b248f727794c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d7494c25-92a6-4d5d-8778-06c806da2900","resourceInvariantUUID":"d04a7e4c-6f56-4fd8-92e6-5543834dd3e8","resourceCustomizationUUID":"ffe3aa2d-24c6-4007-ab3b-ed22ff6051e5","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":"MDY0OTBhY2Q1MzBiN2Q1ZDllMjg4MDY2Nzg0MDRlNzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e753add-f531-40df-adf5-54a51755f52e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmY5NmYwNGEzNzA1ZTEyZjdiY2E4MTJjNzM3ZTBjMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5878f627-7ffa-4ba1-a133-86d6210e786f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:10:01.274Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:10:01.275Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:10:01.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:01.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752150862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "clamp",
  "timestamp": 1637752153537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "policy-id",
  "timestamp": 1637752154373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.278Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.279Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752200637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752150862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "clamp",
  "timestamp": 1637752153537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "policy-id",
  "timestamp": 1637752154373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "cds",
  "timestamp": 1637752160032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "policy-id",
  "timestamp": 1637752160736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "cds",
  "timestamp": 1637752160032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "policy-id",
  "timestamp": 1637752161744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:10:01.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "policy-id",
  "timestamp": 1637752162747,
  "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=?
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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 306b1787-a973-4262-b720-b534299236fb
2021-11-24T11:10:01.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 306b1787-a973-4262-b720-b534299236fb 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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "cds",
  "timestamp": 1637752162946,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "dcae-sch",
  "timestamp": 1637752163145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "cds",
  "timestamp": 1637752163955,
  "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=?
2021-11-24T11:10:01.326Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 306b1787-a973-4262-b720-b534299236fb
2021-11-24T11:10:01.326Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 306b1787-a973-4262-b720-b534299236fb 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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752163899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "dcae-sch",
  "timestamp": 1637752163145,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752164680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752163899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752164680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752167190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "clamp",
  "timestamp": 1637752167469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752168836,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "clamp",
  "timestamp": 1637752169478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:10:01.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752169839,
  "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=?
2021-11-24T11:10:01.340Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 306b1787-a973-4262-b720-b534299236fb
2021-11-24T11:10:01.340Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 306b1787-a973-4262-b720-b534299236fb 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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "clamp",
  "timestamp": 1637752170482,
  "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=?
2021-11-24T11:10:01.350Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 306b1787-a973-4262-b720-b534299236fb
2021-11-24T11:10:01.350Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 306b1787-a973-4262-b720-b534299236fb 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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "aai-ml",
  "timestamp": 1637752171665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "aai-ml",
  "timestamp": 1637752171665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "aai-ml",
  "timestamp": 1637752174574,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:01.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "aai-ml",
  "timestamp": 1637752179328,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:10:01.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:10:01.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:10:01.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "aai-ml",
  "timestamp": 1637752180333,
  "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=?
2021-11-24T11:10:01.363Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 306b1787-a973-4262-b720-b534299236fb
2021-11-24T11:10:01.363Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 306b1787-a973-4262-b720-b534299236fb 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 (?, ?, ?, ?, ?)
2021-11-24T11:10:01.379Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:10:01.379Z||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.
2021-11-24T11:10:01.380Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:01.404Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:01.405Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:10:02.281Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:10:02.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:10:02.285Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:10:02.286Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752200637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:10:02.385Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:10:02.386Z||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.
2021-11-24T11:10:02.386Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:02.397Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:02.397Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:10:03.287Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b9156bd4-02e6-4ea0-ac58-7b41b8119dc5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b8219ad9-bc2d-443a-af16-b248f727794c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ffe3aa2d-24c6-4007-ab3b-ed22ff6051e5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d7494c25-92a6-4d5d-8778-06c806da2900",
      "resourceInvariantUUID": "d04a7e4c-6f56-4fd8-92e6-5543834dd3e8",
      "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": "YmY5NmYwNGEzNzA1ZTEyZjdiY2E4MTJjNzM3ZTBjMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5878f627-7ffa-4ba1-a133-86d6210e786f"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:10:03.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:10:03.287Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b9156bd4-02e6-4ea0-ac58-7b41b8119dc5 ASDC
2021-11-24T11:10:03.288Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:306b1787-a973-4262-b720-b534299236fb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
ServiceInvariantUUID:b8219ad9-bc2d-443a-af16-b248f727794c
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:5878f627-7ffa-4ba1-a133-86d6210e786f
ArtifactChecksum:YmY5NmYwNGEzNzA1ZTEyZjdiY2E4MTJjNzM3ZTBjMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ffe3aa2d-24c6-4007-ab3b-ed22ff6051e5
ResourceInvariantUUID:d04a7e4c-6f56-4fd8-92e6-5543834dd3e8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d7494c25-92a6-4d5d-8778-06c806da2900
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-11-24T11:10:03.288Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9156bd4-02e6-4ea0-ac58-7b41b8119dc5 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=?
2021-11-24T11:10:03.322Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:10:03.322Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:10:03.322Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:10:03.323Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5878f627-7ffa-4ba1-a133-86d6210e786f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T11:10:03.323Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:10:03.323Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T11:10:03.521Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:10:03.524Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5878f627-7ffa-4ba1-a133-86d6210e786f 52480
2021-11-24T11:10:03.524Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-24T11:10:03.524Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T11:10:03.524Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:10:03.525Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:10:03.527Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:10:03.527Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752203524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:10:03.628Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T11:10:03.629Z||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.
2021-11-24T11:10:03.629Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:03.646Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:03.646Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:10:04.528Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:10:04.529Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:10:04.529Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5878f627-7ffa-4ba1-a133-86d6210e786f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T11:10:04.530Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-11-24T11:10:04.530Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T11:10:04.530Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T11:10:04.669Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5171847407827300951/Definitions/service-BasicNetwork-template.yml
2021-11-24T11:10:05.167Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:10:05.167Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:10:05.167Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|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-BasicNetwork-csar.csar
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.168Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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
2021-11-24T11:10:05.169Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:10:05.169Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.169Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.169Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-24T11:10:05.169Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:10:05.170Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.171Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.171Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.171Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.171Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.171Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.172Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.172Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.172Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.172Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.172Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
Model Version:NULL
Model InvariantUuid:b8219ad9-bc2d-443a-af16-b248f727794c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d04a7e4c-6f56-4fd8-92e6-5543834dd3e8
Model UUID:9d626ff2-547b-4167-add4-aac6cfa353ed
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ffe3aa2d-24c6-4007-ab3b-ed22ff6051e5
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=?
2021-11-24T11:10:05.178Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: d7494c25-92a6-4d5d-8778-06c806da2900
2021-11-24T11:10:05.178Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||No resources found for Service: b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
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=?
2021-11-24T11:10:05.184Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||
2021-11-24T11:10:05.184Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-11-24T11:10:05.185Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
2021-11-24T11:10:05.185Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
2021-11-24T11:10:05.186Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-11-24T11:10:05.186Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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=?
2021-11-24T11:10:05.190Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6811c0b9, org.onap.sdc.toscaparser.api.parameters.Input@401cf4c, org.onap.sdc.toscaparser.api.parameters.Input@79ca7b9a, org.onap.sdc.toscaparser.api.parameters.Input@1cf34c0e, org.onap.sdc.toscaparser.api.parameters.Input@7a015321]
2021-11-24T11:10:05.191Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.191Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b9156bd4-02e6-4ea0-ac58-7b41b8119dc5: Generic NeutronNet
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.192Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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=?
2021-11-24T11:10:05.220Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.221Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.221Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.221Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.221Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:10:05.221Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:10:05.222Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||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 (?, ?)
2021-11-24T11:10:05.269Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-11-24T11:10:05.269Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-11-24T11:10:05.269Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-11-24T11:10:05.269Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:10:05.270Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:10:05.273Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:10:05.273Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752205269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:10:05.373Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:10:05.374Z||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.
2021-11-24T11:10:05.374Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:05.385Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:05.385Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:10:06.275Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 306b1787-a973-4262-b720-b534299236fb
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=?
2021-11-24T11:10:06.287Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 306b1787-a973-4262-b720-b534299236fb
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=?
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:10:06.291Z|306b1787-a973-4262-b720-b534299236fb|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=?
2021-11-24T11:10:06.295Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:10:36.296Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 306b1787-a973-4262-b720-b534299236fb 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=?
2021-11-24T11:10:36.308Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 306b1787-a973-4262-b720-b534299236fb and serviceModelVersionId: b9156bd4-02e6-4ea0-ac58-7b41b8119dc5
2021-11-24T11:10:36.309Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8219ad9-bc2d-443a-af16-b248f727794c
2021-11-24T11:10:36.312Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0
2021-11-24T11:10:36.324Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:10:36.379Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0|INFO|500||Invoke
2021-11-24T11:10:36.380Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[306b1787-a973-4262-b720-b534299236fb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eda348a3-194f-4847-957a-4a29913fb0f6], X-ECOMP-RequestID=[306b1787-a973-4262-b720-b534299236fb], X-TransactionId=[], X-ONAP-RequestID=[306b1787-a973-4262-b720-b534299236fb], Content-Type=[application/merge-patch+json]}
2021-11-24T11:10:36.404Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:10:36.954Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?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/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-11:10:36:421-54461], vertex-id=[438488], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:10:36 GMT], Content-Type=[application/json]}
2021-11-24T11:10:36.955Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:10:36.955Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8219ad9-bc2d-443a-af16-b248f727794c/model-vers/model-ver/b9156bd4-02e6-4ea0-ac58-7b41b8119dc5?depth=0|INFO|500||InvokeReturn
2021-11-24T11:10:36.956Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:10:36.956Z|306b1787-a973-4262-b720-b534299236fb|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=?
2021-11-24T11:10:36.960Z|306b1787-a973-4262-b720-b534299236fb|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)
2021-11-24T11:10:36.961Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 306b1787-a973-4262-b720-b534299236fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:10:36.961Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:10:36.961Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:10:36.965Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:10:36.965Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752236961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:10:37.065Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:10:37.066Z||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.
2021-11-24T11:10:37.066Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:10:37.082Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:10:37.082Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 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=?
2021-11-24T11:11:00.637Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:11:00.638Z|306b1787-a973-4262-b720-b534299236fb|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.
2021-11-24T11:11:00.638Z|306b1787-a973-4262-b720-b534299236fb|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:11:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:11:00.647Z||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.
2021-11-24T11:11:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:11:00.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:11:00.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:11:00.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752200637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:11:00.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:11:10.188Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:00.638Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:12:00.644Z|306b1787-a973-4262-b720-b534299236fb|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.
2021-11-24T11:12:00.644Z|306b1787-a973-4262-b720-b534299236fb|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:12:00.647Z||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.
2021-11-24T11:12:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:00.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:00.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:12:00.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752200637,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:12:00.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752203524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752205269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:12:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:12:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "306b1787-a973-4262-b720-b534299236fb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752236961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:12:00.682Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:12:01.270Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:01.272Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T11:12:01.272Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"243aab5d-c5b3-4855-9dd3-d160c523ae7f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a","serviceDescription":"service","serviceInvariantUUID":"f749049d-e501-42a5-b444-695ee6b3583e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a0b43f8-becd-4abf-b3ab-81a12cd90207","resourceInvariantUUID":"f67d9c26-457b-46d9-b483-d1d5db7e749f","resourceCustomizationUUID":"3f603e09-2ccf-4489-af2b-6f35b27e4ac0","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":"NGFmNjIyNjZjZTIwZjUwOTAzMzc5Y2I2ZjE5NjJhZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23bdcd2b-eb81-496b-8254-f590bd2baa5f","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":"MGMzY2Q3NDJlZWQ2Y2NkN2UxNDY5ZjEwZWEzNmQ1NjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76103fb7-7a68-490d-be82-2d09c4e268d4","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":"20a9d706-2699-468e-bede-d6ca1741708c","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":"64d8a5f9-e229-4fe6-9015-82d324adeb79","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":"b1972d5a-fd88-4143-82b2-493bb99c4156","artifactVersion":"2","generatedFromUUID":"20a9d706-2699-468e-bede-d6ca1741708c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTBhOWMwMThhZmJiNmZhMWQwOTZlNWNhOTUzMzMxYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f207220c-c71e-4b20-98e7-c2777adebbd4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDhiZWU4MWE4MTBlOGUxNTIxOGQzNTJjYzc1ODM4MmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4070bbd3-46c7-4e89-8ac4-3704a75843d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:12:01.274Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:01.275Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:01.278Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:01.278Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:12:01.379Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:12:01.380Z||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.
2021-11-24T11:12:01.380Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:01.392Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:01.392Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:02.279Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:02.280Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:02.282Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:02.282Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:12:02.383Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:02.384Z||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.
2021-11-24T11:12:02.384Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:02.399Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:02.400Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:03.283Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:03.284Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:03.286Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:03.286Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:12:03.386Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:03.387Z||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.
2021-11-24T11:12:03.387Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:03.401Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:03.401Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:04.287Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:04.287Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:04.289Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:04.289Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:12:04.389Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:04.390Z||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.
2021-11-24T11:12:04.390Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:04.400Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:04.400Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:05.290Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:05.291Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:05.292Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:05.292Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:12:05.393Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:05.393Z||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.
2021-11-24T11:12:05.394Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:05.405Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:05.406Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:06.294Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:06.294Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:06.298Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:06.298Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:12:06.398Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:06.399Z||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.
2021-11-24T11:12:06.399Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:06.409Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:06.410Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:12:07.299Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:12:07.300Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:07.301Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:07.301Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:12:07.402Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:12:07.402Z||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.
2021-11-24T11:12:07.403Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:07.423Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:07.424Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:12:08.303Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f749049d-e501-42a5-b444-695ee6b3583e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3f603e09-2ccf-4489-af2b-6f35b27e4ac0",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8a0b43f8-becd-4abf-b3ab-81a12cd90207",
      "resourceInvariantUUID": "f67d9c26-457b-46d9-b483-d1d5db7e749f",
      "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": "MGMzY2Q3NDJlZWQ2Y2NkN2UxNDY5ZjEwZWEzNmQ1NjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76103fb7-7a68-490d-be82-2d09c4e268d4",
          "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": "20a9d706-2699-468e-bede-d6ca1741708c",
          "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": "b1972d5a-fd88-4143-82b2-493bb99c4156",
            "generatedFromUUID": "20a9d706-2699-468e-bede-d6ca1741708c"
          },
          "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": "b1972d5a-fd88-4143-82b2-493bb99c4156",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZDhiZWU4MWE4MTBlOGUxNTIxOGQzNTJjYzc1ODM4MmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4070bbd3-46c7-4e89-8ac4-3704a75843d9"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:12:08.304Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:12:08.304Z|306b1787-a973-4262-b720-b534299236fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a ASDC
2021-11-24T11:12:08.304Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:243aab5d-c5b3-4855-9dd3-d160c523ae7f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a
ServiceInvariantUUID:f749049d-e501-42a5-b444-695ee6b3583e
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:4070bbd3-46c7-4e89-8ac4-3704a75843d9
ArtifactChecksum:ZDhiZWU4MWE4MTBlOGUxNTIxOGQzNTJjYzc1ODM4MmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3f603e09-2ccf-4489-af2b-6f35b27e4ac0
ResourceInvariantUUID:f67d9c26-457b-46d9-b483-d1d5db7e749f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8a0b43f8-becd-4abf-b3ab-81a12cd90207
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:76103fb7-7a68-490d-be82-2d09c4e268d4
ArtifactChecksum:MGMzY2Q3NDJlZWQ2Y2NkN2UxNDY5ZjEwZWEzNmQ1NjM=
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:20a9d706-2699-468e-bede-d6ca1741708c
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:b1972d5a-fd88-4143-82b2-493bb99c4156
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:b1972d5a-fd88-4143-82b2-493bb99c4156
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T11:12:08.305Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a 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 (?, ?, ?, ?, ?)
2021-11-24T11:12:08.347Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:12:08.348Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:12:08.348Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:12:08.348Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4070bbd3-46c7-4e89-8ac4-3704a75843d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-24T11:12:08.348Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:12:08.348Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-24T11:12:08.720Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:12:08.723Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4070bbd3-46c7-4e89-8ac4-3704a75843d9 71050
2021-11-24T11:12:08.723Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-24T11:12:08.723Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-24T11:12:08.723Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:12:08.723Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:08.725Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:08.725Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752328723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:12:08.825Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:08.826Z||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.
2021-11-24T11:12:08.826Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:08.855Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:08.856Z||pool-63-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:09.726Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:12:09.727Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:12:09.727Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4070bbd3-46c7-4e89-8ac4-3704a75843d9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-24T11:12:09.727Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-24T11:12:09.728Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-24T11:12:09.728Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-24T11:12:09.974Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP303307026494261038/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
2021-11-24T11:12:11.067Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.068Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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-BasicVm-csar.csar
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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-BasicVm-csar.csar
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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-BasicVm-csar.csar
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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-BasicVm-csar.csar
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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-BasicVm-csar.csar
2021-11-24T11:12:11.069Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:12:11.070Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.070Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.070Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:11.070Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:12:11.070Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:12:11.071Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.072Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.072Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.072Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-24T11:12:11.072Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-24T11:12:11.072Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:12:11.073Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.074Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:11.074Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:11.074Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.074Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:11.074Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-24T11:12:11.075Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-24T11:12:11.076Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:12:11.076Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f02af69-c325-48a0-bfd6-ee5716820264
2021-11-24T11:12:11.076Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.076Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.076Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.077Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.077Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.077Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.077Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:11.077Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:11.078Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a
Model Version:NULL
Model InvariantUuid:f749049d-e501-42a5-b444-695ee6b3583e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ec561051-eadb-4511-9f60-b04be1a6d1a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f67d9c26-457b-46d9-b483-d1d5db7e749f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3f603e09-2ccf-4489-af2b-6f35b27e4ac0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:23eb3001-569f-4d0d-b426-cba0dd51fbc6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1a69a953-7726-498f-b989-43cbbc1e8260
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f02af69-c325-48a0-bfd6-ee5716820264
ModelInvariantUuid:edb6ea82-6e8c-4342-aa4d-3b17ab2c0890
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0b7432b4-accb-4e69-aac2-5ee51efa4e4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1686ecb2-951b-4ed2-a6eb-bcee08354303
ModelInvariantUuid:8d73ab4a-4223-46db-8969-0861086ca0e7
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:42fd8b47-c8bb-45d3-a299-888c513f61ff
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=?
2021-11-24T11:12:11.083Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a0b43f8-becd-4abf-b3ab-81a12cd90207
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=?
2021-11-24T11:12:11.085Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||basic_vm 0
2021-11-24T11:12:11.085Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a0b43f8-becd-4abf-b3ab-81a12cd90207
2021-11-24T11:12:11.086Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76103fb7-7a68-490d-be82-2d09c4e268d4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-24T11:12:11.086Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:12:11.086Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.172Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:12:11.172Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 76103fb7-7a68-490d-be82-2d09c4e268d4 787
2021-11-24T11:12:11.173Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.173Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:11.173Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:12:11.173Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:11.175Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:11.175Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752331173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:12:11.275Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:11.276Z||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.
2021-11-24T11:12:11.276Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:11.289Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:11.290Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:12:12.176Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "23eb3001-569f-4d0d-b426-cba0dd51fbc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a69a953-7726-498f-b989-43cbbc1e8260",
    "vfModuleModelCustomizationUUID": "e6405fd4-e5ce-4cf4-860c-b2b0f4da344c",
    "isBase": true,
    "artifacts": [
      "20a9d706-2699-468e-bede-d6ca1741708c",
      "b1972d5a-fd88-4143-82b2-493bb99c4156"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:12:12.180Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a69a953-7726-498f-b989-43cbbc1e8260
VfModuleModelInvariantUUID:23eb3001-569f-4d0d-b426-cba0dd51fbc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a9d706-2699-468e-bede-d6ca1741708c
,
b1972d5a-fd88-4143-82b2-493bb99c4156

}
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


}

2021-11-24T11:12:12.182Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "23eb3001-569f-4d0d-b426-cba0dd51fbc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a69a953-7726-498f-b989-43cbbc1e8260",
    "vfModuleModelCustomizationUUID": "e6405fd4-e5ce-4cf4-860c-b2b0f4da344c",
    "isBase": true,
    "artifacts": [
      "20a9d706-2699-468e-bede-d6ca1741708c",
      "b1972d5a-fd88-4143-82b2-493bb99c4156"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:12:12.182Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a69a953-7726-498f-b989-43cbbc1e8260
VfModuleModelInvariantUUID:23eb3001-569f-4d0d-b426-cba0dd51fbc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a9d706-2699-468e-bede-d6ca1741708c
,
b1972d5a-fd88-4143-82b2-493bb99c4156

}
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


}

2021-11-24T11:12:12.182Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 20a9d706-2699-468e-bede-d6ca1741708c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-24T11:12:12.182Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:12:12.182Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-24T11:12:12.460Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:12:12.461Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 20a9d706-2699-468e-bede-d6ca1741708c 5033
2021-11-24T11:12:12.461Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:12.461Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:12.461Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:12:12.462Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:12.464Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:12.464Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752332461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:12:12.564Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:12.565Z||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.
2021-11-24T11:12:12.565Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:12.578Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:12.578Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:13.464Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b1972d5a-fd88-4143-82b2-493bb99c4156 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-24T11:12:13.465Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:12:13.465Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-24T11:12:13.669Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:12:13.670Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b1972d5a-fd88-4143-82b2-493bb99c4156 903
2021-11-24T11:12:13.670Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:13.670Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:13.670Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:12:13.671Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:13.673Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:13.673Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752333670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:12:13.773Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:13.775Z||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.
2021-11-24T11:12:13.775Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:13.787Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:13.788Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:14.674Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a
2021-11-24T11:12:14.675Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8a0b43f8-becd-4abf-b3ab-81a12cd90207 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=?
2021-11-24T11:12:14.685Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bd6b53f, org.onap.sdc.toscaparser.api.parameters.Input@20f807d9, org.onap.sdc.toscaparser.api.parameters.Input@3a6147d4, org.onap.sdc.toscaparser.api.parameters.Input@6b36e07e, org.onap.sdc.toscaparser.api.parameters.Input@55f7df6a]
2021-11-24T11:12:14.686Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.686Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.687Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-24T11:12:14.687Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3f603e09-2ccf-4489-af2b-6f35b27e4ac0
2021-11-24T11:12:14.687Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f603e09-2ccf-4489-af2b-6f35b27e4ac0 matches Tosca VF Customization UUID: 3f603e09-2ccf-4489-af2b-6f35b27e4ac0
2021-11-24T11:12:14.687Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3f603e09-2ccf-4489-af2b-6f35b27e4ac0  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=?
2021-11-24T11:12:14.689Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.689Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.689Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3f603e09-2ccf-4489-af2b-6f35b27e4ac0: {\"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\"}
2021-11-24T11:12:14.690Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59574782
2021-11-24T11:12:14.690Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.690Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:12:14.690Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e6405fd4-e5ce-4cf4-860c-b2b0f4da344c
2021-11-24T11:12:14.690Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e6405fd4-e5ce-4cf4-860c-b2b0f4da344c
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=?
2021-11-24T11:12:14.692Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.692Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:14.693Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:14.693Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.693Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:14.693Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:14.693Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.694Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-24T11:12:14.694Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-24T11:12:14.694Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:12:14.694Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f02af69-c325-48a0-bfd6-ee5716820264
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=?
2021-11-24T11:12:14.695Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.696Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:14.696Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:12:14.696Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.696Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-24T11:12:14.696Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3f603e09-2ccf-4489-af2b-6f35b27e4ac0
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=?
2021-11-24T11:12:14.697Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.697Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.698Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a: basic_vm
2021-11-24T11:12:14.698Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.698Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.698Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.698Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:12:14.699Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2021-11-24T11:12:14.759Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8a0b43f8-becd-4abf-b3ab-81a12cd90207 1 ASDC deployResourceStructure
2021-11-24T11:12:14.759Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:14.759Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:14.759Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:12:14.760Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:14.761Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:14.761Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752334759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:12:14.862Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:14.863Z||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.
2021-11-24T11:12:14.863Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:14.876Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:14.876Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:12:15.762Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:15.763Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:15.763Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:12:15.764Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:15.766Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:15.766Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752335762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:12:15.866Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:15.867Z||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.
2021-11-24T11:12:15.867Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:15.880Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:15.880Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:16.766Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:16.767Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||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
2021-11-24T11:12:16.767Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:12:16.767Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:16.769Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:16.769Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752336766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:12:16.870Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:16.870Z||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.
2021-11-24T11:12:16.870Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:16.881Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:16.881Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:17.770Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-24T11:12:17.771Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-24T11:12:17.771Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:12:17.771Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:12:17.772Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:12:17.773Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752337770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:12:17.873Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:12:17.874Z||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.
2021-11-24T11:12:17.874Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:12:17.888Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:12:17.888Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:12:18.773Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:12:18.784Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:12:18.786Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:12:18.786Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:12:18.786Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:12:48.786Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:12:48.794Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:12:48.796Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:12:48.796Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:12:48.796Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:13:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:13:00.649Z||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.
2021-11-24T11:13:00.649Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:00.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:00.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752261665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752264679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752265031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "dcae-sch",
  "timestamp": 1637752263145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752270862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752278885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752278924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752278936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "cds",
  "timestamp": 1637752279903,
  "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=?
2021-11-24T11:13:00.716Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.716Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752273537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752280222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752274373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752281432,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752282237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752282463,
  "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=?
2021-11-24T11:13:00.733Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752283242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752283468,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "policy-id",
  "timestamp": 1637752284245,
  "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=?
2021-11-24T11:13:00.744Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.744Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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=?
2021-11-24T11:13:00.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752287356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "aai-ml",
  "timestamp": 1637752288360,
  "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=?
2021-11-24T11:13:00.754Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.754Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752283900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752291969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752293492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752294405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752295411,
  "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=?
2021-11-24T11:13:00.769Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.769Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752295501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "clamp",
  "timestamp": 1637752296505,
  "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=?
2021-11-24T11:13:00.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 243aab5d-c5b3-4855-9dd3-d160c523ae7f
2021-11-24T11:13:00.781Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752303537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752294373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752295035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "dcae-sch",
  "timestamp": 1637752303145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752304679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752313688,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752313761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752314653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752314693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "cds",
  "timestamp": 1637752314769,
  "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=?
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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.816Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:13:00.816Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "policy-id",
  "timestamp": 1637752315697,
  "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=?
2021-11-24T11:13:00.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:13:00.828Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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 (?, ?, ?, ?, ?)
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752315746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752316940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752318137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752319184,
  "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=?
2021-11-24T11:13:00.845Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:13:00.845Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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=?
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752310862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752320186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:13:00.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:13:18.797Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:13:18.814Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f
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=?
2021-11-24T11:13:18.817Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:13:18.817Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.818Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.819Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:13:18.819Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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=?
2021-11-24T11:13:18.824Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:13:48.824Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f 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=?
2021-11-24T11:13:48.829Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 243aab5d-c5b3-4855-9dd3-d160c523ae7f and serviceModelVersionId: 0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a
2021-11-24T11:13:48.830Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f749049d-e501-42a5-b444-695ee6b3583e
2021-11-24T11:13:48.831Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?depth=0
2021-11-24T11:13:48.839Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:13:48.895Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?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]}
2021-11-24T11:13:48.896Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?depth=0|INFO|500||Invoke
2021-11-24T11:13:48.920Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:13:49.559Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?depth=0|INFO|500||InvokeReturn
2021-11-24T11:13:49.560Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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/f749049d-e501-42a5-b444-695ee6b3583e/model-vers/model-ver/0c00d5fe-99a7-4bf3-a22d-fc14187e3c5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-11:13:48:928-62021], vertex-id=[413904], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:13:48 GMT], Content-Type=[application/json]}
2021-11-24T11:13:49.560Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:13:49.561Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:13:49.561Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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=?
2021-11-24T11:13:49.564Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|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)
2021-11-24T11:13:49.565Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 243aab5d-c5b3-4855-9dd3-d160c523ae7f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:13:49.565Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:13:49.566Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:49.569Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:49.569Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752429565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:13:49.669Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:49.670Z||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.
2021-11-24T11:13:49.670Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:49.684Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:49.685Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-11-24T11:13:50.584Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T11:13:50.584Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"85076d22-149a-4b3e-9f08-30366d2bd45a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3432c155-f59d-4dd6-a5fa-556580f5f143","serviceDescription":"service","serviceInvariantUUID":"d7b13cd7-da5f-4e32-b2d3-8f343ae95da6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6222b2e7-d8f3-41a6-85a8-17654cb6c865","resourceInvariantUUID":"271e2c50-090d-4f1d-af3b-cd9b5dd8d0f0","resourceCustomizationUUID":"3d645f38-eae8-47ed-930e-8256c78af841","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":"YzQ3NDhkMmM2MTk3ZTEzOGExN2FmNGJmYmZlZjNmMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90c1dff4-634a-438f-b374-3c8f5be3079f","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":"0e6944aa-2413-4347-a3ab-9beb3611ff80","artifactVersion":"2","generatedFromUUID":"8a650066-7435-4444-a9cf-7d0d9d67fef7"},{"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":"8a650066-7435-4444-a9cf-7d0d9d67fef7","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":"NjFmYzg4MWE5MDg0ODJmYjUyYTBmMWU3ODdlMDY5NmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c9ebe6e-40c2-4c59-b2d4-e102565e18e2","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":"b6e0bbcf-11fe-48c2-8cee-f50cf0b54196","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":"f8682bdd-00f8-4fa4-9db1-1f77ac173454","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":"6f3b1fe6-80f3-4929-a755-2884ef03c98a","artifactVersion":"2","generatedFromUUID":"b6e0bbcf-11fe-48c2-8cee-f50cf0b54196"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OGYwOWYxMTU1MWQ1MGRjYWI1MTQ3Nzg2MDA2MWI0NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"60897fc8-284c-4fe4-87f7-71eeb5c12768","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWRhMGIwYjRhZDY3YjA2YjJiNmJmZmIxNjhmY2Q2ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de149edf-783e-45f5-9f9f-6221bc0b0c3d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:13:50.585Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:50.585Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:50.586Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:50.587Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:50.687Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:13:50.688Z||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.
2021-11-24T11:13:50.688Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:50.701Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:50.702Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:13:51.587Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:51.588Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:51.590Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:51.591Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-24T11:13:51.691Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:51.692Z||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.
2021-11-24T11:13:51.692Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:51.708Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:51.709Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:13:52.591Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:52.592Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:52.594Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:52.594Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-24T11:13:52.694Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:52.695Z||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.
2021-11-24T11:13:52.696Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:52.709Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:52.710Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:13:53.595Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:53.595Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:53.597Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:53.598Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:13:53.698Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:53.699Z||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.
2021-11-24T11:13:53.699Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:53.711Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:53.711Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:13:54.599Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:54.604Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:54.607Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:54.607Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:13:54.706Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:13:54.707Z||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.
2021-11-24T11:13:54.707Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:54.718Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:54.719Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:13:55.607Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:55.608Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:55.611Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:55.611Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:55.711Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:55.712Z||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.
2021-11-24T11:13:55.712Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:55.724Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:55.724Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:13:56.611Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:56.612Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:56.614Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:56.614Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-24T11:13:56.714Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:56.715Z||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.
2021-11-24T11:13:56.715Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:56.733Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:56.734Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:13:57.614Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:57.615Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:57.617Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:57.617Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:13:57.717Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:57.718Z||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.
2021-11-24T11:13:57.718Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:57.734Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:57.735Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:13:58.617Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:13:58.618Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:13:58.620Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:13:58.620Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:13:58.720Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:13:58.721Z||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.
2021-11-24T11:13:58.721Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:13:58.745Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:13:58.745Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:13:59.621Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3432c155-f59d-4dd6-a5fa-556580f5f143",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d7b13cd7-da5f-4e32-b2d3-8f343ae95da6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3d645f38-eae8-47ed-930e-8256c78af841",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6222b2e7-d8f3-41a6-85a8-17654cb6c865",
      "resourceInvariantUUID": "271e2c50-090d-4f1d-af3b-cd9b5dd8d0f0",
      "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": "0e6944aa-2413-4347-a3ab-9beb3611ff80",
          "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": "8a650066-7435-4444-a9cf-7d0d9d67fef7",
          "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": "NjFmYzg4MWE5MDg0ODJmYjUyYTBmMWU3ODdlMDY5NmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c9ebe6e-40c2-4c59-b2d4-e102565e18e2",
          "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": "b6e0bbcf-11fe-48c2-8cee-f50cf0b54196",
          "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": "6f3b1fe6-80f3-4929-a755-2884ef03c98a",
            "generatedFromUUID": "b6e0bbcf-11fe-48c2-8cee-f50cf0b54196"
          },
          "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": "6f3b1fe6-80f3-4929-a755-2884ef03c98a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWRhMGIwYjRhZDY3YjA2YjJiNmJmZmIxNjhmY2Q2ZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de149edf-783e-45f5-9f9f-6221bc0b0c3d"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:13:59.622Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:13:59.622Z|243aab5d-c5b3-4855-9dd3-d160c523ae7f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3432c155-f59d-4dd6-a5fa-556580f5f143 ASDC
2021-11-24T11:13:59.623Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:85076d22-149a-4b3e-9f08-30366d2bd45a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3432c155-f59d-4dd6-a5fa-556580f5f143
ServiceInvariantUUID:d7b13cd7-da5f-4e32-b2d3-8f343ae95da6
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:de149edf-783e-45f5-9f9f-6221bc0b0c3d
ArtifactChecksum:MWRhMGIwYjRhZDY3YjA2YjJiNmJmZmIxNjhmY2Q2ZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3d645f38-eae8-47ed-930e-8256c78af841
ResourceInvariantUUID:271e2c50-090d-4f1d-af3b-cd9b5dd8d0f0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6222b2e7-d8f3-41a6-85a8-17654cb6c865
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:0e6944aa-2413-4347-a3ab-9beb3611ff80
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:8a650066-7435-4444-a9cf-7d0d9d67fef7
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:0c9ebe6e-40c2-4c59-b2d4-e102565e18e2
ArtifactChecksum:NjFmYzg4MWE5MDg0ODJmYjUyYTBmMWU3ODdlMDY5NmE=
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:b6e0bbcf-11fe-48c2-8cee-f50cf0b54196
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:6f3b1fe6-80f3-4929-a755-2884ef03c98a
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:6f3b1fe6-80f3-4929-a755-2884ef03c98a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T11:13:59.623Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3432c155-f59d-4dd6-a5fa-556580f5f143 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=?
2021-11-24T11:13:59.663Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:13:59.663Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:13:59.663Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:13:59.663Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de149edf-783e-45f5-9f9f-6221bc0b0c3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-24T11:13:59.663Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:13:59.664Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-24T11:14:00.014Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:00.018Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar de149edf-783e-45f5-9f9f-6221bc0b0c3d 68937
2021-11-24T11:14:00.018Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-24T11:14:00.018Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-24T11:14:00.018Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:00.019Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:00.021Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:00.021Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752440018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:00.121Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:00.122Z||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.
2021-11-24T11:14:00.122Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:00.136Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:00.136Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:14:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:14:00.647Z||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.
2021-11-24T11:14:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:00.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:00.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:14:00.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:14:00.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:14:01.021Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:14:01.022Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-11-24T11:14:01.022Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: de149edf-783e-45f5-9f9f-6221bc0b0c3d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-24T11:14:01.023Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-11-24T11:14:01.023Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-24T11:14:01.023Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-24T11:14:01.147Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14694203740639071449/Definitions/service-BasicCnf-template.yml
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.214Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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-BasicCnf-csar.csar
2021-11-24T11:14:02.214Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.214Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-11-24T11:14:02.214Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.214Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.215Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:02.215Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:14:02.215Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:14:02.215Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:02.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-11-24T11:14:02.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:14:02.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.217Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.217Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.217Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-24T11:14:02.217Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-11-24T11:14:02.217Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2021-11-24T11:14:02.218Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T11:14:02.218Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.218Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:14:02.218Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.219Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:02.219Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:02.219Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.219Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:02.219Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:02.220Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.220Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:02.220Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:02.220Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-24T11:14:02.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-24T11:14:02.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4e07cf01-fe88-4d0a-9711-3c4bca8ee6db
2021-11-24T11:14:02.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.222Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.222Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.222Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.222Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.222Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:02.223Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:02.223Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3432c155-f59d-4dd6-a5fa-556580f5f143
Model Version:NULL
Model InvariantUuid:d7b13cd7-da5f-4e32-b2d3-8f343ae95da6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:be49a506-490b-48f9-8e19-9c69887dea99
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:271e2c50-090d-4f1d-af3b-cd9b5dd8d0f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d645f38-eae8-47ed-930e-8256c78af841
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:226176a2-bb5a-449b-a76a-55e0fe97e3ea
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5315bf5c-515b-46e1-9241-1ed363c378f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e07cf01-fe88-4d0a-9711-3c4bca8ee6db
ModelInvariantUuid:f0edc294-6d46-4fe5-a485-c6f8c84e9888
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2fb76c1f-1651-4bdd-b31a-b252c33d1498
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:c3e88d6f-69da-4809-a924-dead7556757e
ModelInvariantUuid:e2372a92-5419-408f-a2c6-cc364cd7f24a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:5bf42568-5e8e-455a-89bc-5eec1acf0ccb
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=?
2021-11-24T11:14:02.227Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6222b2e7-d8f3-41a6-85a8-17654cb6c865
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=?
2021-11-24T11:14:02.230Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||basic_cnf 0
2021-11-24T11:14:02.230Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6222b2e7-d8f3-41a6-85a8-17654cb6c865
2021-11-24T11:14:02.230Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0e6944aa-2413-4347-a3ab-9beb3611ff80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-11-24T11:14:02.230Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:14:02.231Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.422Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:02.423Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0e6944aa-2413-4347-a3ab-9beb3611ff80 12
2021-11-24T11:14:02.423Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.423Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:02.423Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:02.424Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:02.426Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:02.426Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752442423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:02.526Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:02.527Z||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.
2021-11-24T11:14:02.527Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:02.555Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:02.555Z||pool-82-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:03.427Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8a650066-7435-4444-a9cf-7d0d9d67fef7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-11-24T11:14:03.428Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:14:03.428Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:03.614Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:03.615Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8a650066-7435-4444-a9cf-7d0d9d67fef7 2688
2021-11-24T11:14:03.615Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:03.615Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:03.615Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:03.616Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:03.617Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:03.618Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752443615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:03.718Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:03.718Z||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.
2021-11-24T11:14:03.719Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:03.730Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:03.731Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:14:04.619Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c9ebe6e-40c2-4c59-b2d4-e102565e18e2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-11-24T11:14:04.620Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:14:04.620Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:04.672Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:04.673Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0c9ebe6e-40c2-4c59-b2d4-e102565e18e2 828
2021-11-24T11:14:04.673Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:04.674Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:04.674Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:04.674Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:04.676Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:04.676Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752444673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:04.776Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:14:04.777Z||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.
2021-11-24T11:14:04.778Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:04.791Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:04.792Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:05.677Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "226176a2-bb5a-449b-a76a-55e0fe97e3ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5315bf5c-515b-46e1-9241-1ed363c378f6",
    "vfModuleModelCustomizationUUID": "439c00ad-e676-4a12-8485-e44e0db8c16f",
    "isBase": true,
    "artifacts": [
      "b6e0bbcf-11fe-48c2-8cee-f50cf0b54196",
      "8a650066-7435-4444-a9cf-7d0d9d67fef7",
      "6f3b1fe6-80f3-4929-a755-2884ef03c98a"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:14:05.681Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5315bf5c-515b-46e1-9241-1ed363c378f6
VfModuleModelInvariantUUID:226176a2-bb5a-449b-a76a-55e0fe97e3ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6e0bbcf-11fe-48c2-8cee-f50cf0b54196
,
8a650066-7435-4444-a9cf-7d0d9d67fef7
,
6f3b1fe6-80f3-4929-a755-2884ef03c98a

}
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


}

2021-11-24T11:14:05.683Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "226176a2-bb5a-449b-a76a-55e0fe97e3ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5315bf5c-515b-46e1-9241-1ed363c378f6",
    "vfModuleModelCustomizationUUID": "439c00ad-e676-4a12-8485-e44e0db8c16f",
    "isBase": true,
    "artifacts": [
      "b6e0bbcf-11fe-48c2-8cee-f50cf0b54196",
      "8a650066-7435-4444-a9cf-7d0d9d67fef7",
      "6f3b1fe6-80f3-4929-a755-2884ef03c98a"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:14:05.683Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5315bf5c-515b-46e1-9241-1ed363c378f6
VfModuleModelInvariantUUID:226176a2-bb5a-449b-a76a-55e0fe97e3ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6e0bbcf-11fe-48c2-8cee-f50cf0b54196
,
8a650066-7435-4444-a9cf-7d0d9d67fef7
,
6f3b1fe6-80f3-4929-a755-2884ef03c98a

}
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


}

2021-11-24T11:14:05.683Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6e0bbcf-11fe-48c2-8cee-f50cf0b54196 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-24T11:14:05.684Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:14:05.684Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-11-24T11:14:05.864Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:05.865Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b6e0bbcf-11fe-48c2-8cee-f50cf0b54196 1164
2021-11-24T11:14:05.865Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:05.865Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:05.866Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:05.866Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:05.868Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:05.868Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752445865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:05.968Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:05.969Z||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.
2021-11-24T11:14:05.969Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:05.982Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:05.982Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:06.868Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f3b1fe6-80f3-4929-a755-2884ef03c98a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-24T11:14:06.869Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-11-24T11:14:06.869Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-11-24T11:14:07.059Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-11-24T11:14:07.060Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6f3b1fe6-80f3-4929-a755-2884ef03c98a 200
2021-11-24T11:14:07.060Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:07.060Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:07.060Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:14:07.060Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:07.062Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:07.062Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752447060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:14:07.163Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:07.164Z||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.
2021-11-24T11:14:07.164Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:07.176Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:07.177Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:08.063Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3432c155-f59d-4dd6-a5fa-556580f5f143
2021-11-24T11:14:08.068Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6222b2e7-d8f3-41a6-85a8-17654cb6c865 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 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=?
2021-11-24T11:14:08.084Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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 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=?
2021-11-24T11:14:08.086Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12a3b627, org.onap.sdc.toscaparser.api.parameters.Input@1815ae6, org.onap.sdc.toscaparser.api.parameters.Input@43fd68ad, org.onap.sdc.toscaparser.api.parameters.Input@3f48de0d, org.onap.sdc.toscaparser.api.parameters.Input@3055554d]
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3d645f38-eae8-47ed-930e-8256c78af841
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d645f38-eae8-47ed-930e-8256c78af841 matches Tosca VF Customization UUID: 3d645f38-eae8-47ed-930e-8256c78af841
2021-11-24T11:14:08.088Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3d645f38-eae8-47ed-930e-8256c78af841  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=?
2021-11-24T11:14:08.090Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.090Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.090Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3d645f38-eae8-47ed-930e-8256c78af841: {\"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\"}
2021-11-24T11:14:08.090Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a59cccf
2021-11-24T11:14:08.090Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.091Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:14:08.091Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 439c00ad-e676-4a12-8485-e44e0db8c16f
2021-11-24T11:14:08.091Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 439c00ad-e676-4a12-8485-e44e0db8c16f
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=?
2021-11-24T11:14:08.093Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.093Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:08.093Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:08.093Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.093Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:08.094Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:08.094Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.094Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-11-24T11:14:08.094Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-11-24T11:14:08.094Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4e07cf01-fe88-4d0a-9711-3c4bca8ee6db
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=?
2021-11-24T11:14:08.095Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.096Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:08.096Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:14:08.096Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.096Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-11-24T11:14:08.096Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3d645f38-eae8-47ed-930e-8256c78af841
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=?
2021-11-24T11:14:08.097Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.097Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.098Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3432c155-f59d-4dd6-a5fa-556580f5f143: basic_cnf
2021-11-24T11:14:08.098Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.098Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.098Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.099Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.099Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.099Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.099Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.100Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.100Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:14:08.100Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:14:08.100Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2021-11-24T11:14:08.136Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6222b2e7-d8f3-41a6-85a8-17654cb6c865 1 ASDC deployResourceStructure
2021-11-24T11:14:08.137Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:08.137Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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)
2021-11-24T11:14:08.137Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-24T11:14:08.137Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:08.139Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:08.139Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752448136,
  "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"
}
2021-11-24T11:14:08.239Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:08.240Z||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.
2021-11-24T11:14:08.240Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:08.257Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:08.258Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:09.140Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:09.141Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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)
2021-11-24T11:14:09.141Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-11-24T11:14:09.141Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:09.160Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:09.160Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752449140,
  "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"
}
2021-11-24T11:14:09.244Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2021-11-24T11:14:09.245Z||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.
2021-11-24T11:14:09.245Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:09.278Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:09.278Z||pool-88-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:10.161Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:10.161Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:10.162Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:14:10.162Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:10.164Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:10.164Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752450161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:14:10.264Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:10.270Z||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.
2021-11-24T11:14:10.270Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:10.284Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:10.284Z||pool-89-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:11.165Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:11.166Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:11.166Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:14:11.166Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:11.168Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:11.168Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752451165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:14:11.269Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:11.270Z||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.
2021-11-24T11:14:11.270Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:11.282Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:11.282Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:12.170Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:12.170Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||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
2021-11-24T11:14:12.170Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:14:12.170Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:12.172Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:12.172Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752452170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:14:12.272Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:12.273Z||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.
2021-11-24T11:14:12.273Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:12.285Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:12.285Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:13.173Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-11-24T11:14:13.173Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-11-24T11:14:13.173Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:14:13.173Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:14:13.175Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:14:13.175Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752453173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:14:13.275Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:14:13.276Z||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.
2021-11-24T11:14:13.276Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:14:13.295Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:14:13.295Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:14:14.176Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:14:14.185Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:14:14.186Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:14:14.186Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:14:14.186Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:14:44.187Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:14:44.200Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:14:44.202Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:14:44.202Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:14:44.202Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:15:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:15:00.651Z||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.
2021-11-24T11:15:00.651Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:15:00.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:15:00.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752321500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752313899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752323507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752323662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "clamp",
  "timestamp": 1637752324511,
  "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=?
2021-11-24T11:15:00.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:15:00.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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 (?, ?, ?, ?, ?)
2021-11-24T11:15:00.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752325754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752326758,
  "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=?
2021-11-24T11:15:00.716Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:15:00.716Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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 (?, ?, ?, ?, ?)
2021-11-24T11:15:00.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752328723,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:15:00.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752321666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:15:00.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:15:00.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752331173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752331560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752332461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752333670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752334759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752335762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752336766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752337770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752340027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:15:00.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "aai-ml",
  "timestamp": 1637752341030,
  "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=?
2021-11-24T11:15:00.734Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85076d22-149a-4b3e-9f08-30366d2bd45a
2021-11-24T11:15:00.734Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85076d22-149a-4b3e-9f08-30366d2bd45a 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 (?, ?, ?, ?, ?)
2021-11-24T11:15:14.202Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:15:14.213Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a
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=?
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:15:14.216Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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=?
2021-11-24T11:15:14.220Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:15:44.221Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85076d22-149a-4b3e-9f08-30366d2bd45a 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=?
2021-11-24T11:15:44.226Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85076d22-149a-4b3e-9f08-30366d2bd45a and serviceModelVersionId: 3432c155-f59d-4dd6-a5fa-556580f5f143
2021-11-24T11:15:44.226Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7b13cd7-da5f-4e32-b2d3-8f343ae95da6
2021-11-24T11:15:44.229Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?depth=0
2021-11-24T11:15:44.238Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:15:44.326Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?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]}
2021-11-24T11:15:44.327Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?depth=0|INFO|500||Invoke
2021-11-24T11:15:44.347Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:15:44.490Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?depth=0|INFO|500||InvokeReturn
2021-11-24T11:15:44.491Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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/d7b13cd7-da5f-4e32-b2d3-8f343ae95da6/model-vers/model-ver/3432c155-f59d-4dd6-a5fa-556580f5f143?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-11:15:44:354-56760], vertex-id=[667648], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:15:44 GMT], Content-Type=[application/json]}
2021-11-24T11:15:44.492Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:15:44.492Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:15:44.492Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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=?
2021-11-24T11:15:44.495Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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)
2021-11-24T11:15:44.495Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85076d22-149a-4b3e-9f08-30366d2bd45a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:15:44.495Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:15:44.496Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:15:44.498Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:15:44.498Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752544495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:15:44.599Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:15:44.599Z||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.
2021-11-24T11:15:44.599Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:15:44.632Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:15:44.633Z||pool-93-thread-1|||||INFO|500||cambria reply ok (34 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=?
2021-11-24T11:15:45.510Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:15:45.511Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:15:45.511Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:15:56.061Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:15:56.062Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:15:56.062Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:15:56.062Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:16:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:16:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:16:00.648Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:16:00.671Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:16:00.672Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.672Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "243aab5d-c5b3-4855-9dd3-d160c523ae7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752429565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:16:00.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:16:00.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:16:00.673Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.674Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.675Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752320638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:16:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752440018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:16:00.678Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:16:05.618Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:16:05.618Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:16:05.619Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:16:05.619Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:16:15.159Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:16:15.160Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:16:15.161Z||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.
2021-11-24T11:16:15.161Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:16:24.705Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:17:00.638Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:17:00.640Z||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.
2021-11-24T11:17:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:17:00.646Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:17:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:17:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:17:00.676Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:17:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.677Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752442423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752443615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752444673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:17:00.679Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752445865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752447060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752448136,
  "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"
}
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.680Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752449140,
  "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"
}
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752450161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752451165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752452170,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:00.681Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-24T11:17:00.682Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752453173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:17:00.682Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:17:10.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:18:00.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:18:00.642Z||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.
2021-11-24T11:18:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:18:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:18:00.647Z||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.
2021-11-24T11:18:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:18:01.168Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:18:01.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-11-24T11:18:01.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85076d22-149a-4b3e-9f08-30366d2bd45a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752544495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:18:01.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:18:10.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:19:00.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:19:00.639Z||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.
2021-11-24T11:19:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:19:00.646Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:19:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:19:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:19:10.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:19:10.184Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:00.638Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:20:00.640Z||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.
2021-11-24T11:20:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:20:00.647Z||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.
2021-11-24T11:20:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:01.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:01.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d32b75e3-39ff-4a93-b4a7-82fab51958c7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a","serviceDescription":"service","serviceInvariantUUID":"93203eda-5ca1-49c4-ac82-e4f1d51f55da","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"46c89f9e-a9f1-4166-a70f-d19d8b392dbc","resourceInvariantUUID":"e6fe3b0d-f6df-4b4d-997b-f319e5ce32d2","resourceCustomizationUUID":"72fa9cf1-833d-4096-bece-729620144ee5","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":"NjQ0MmFiMjA4Yjk0YmM0N2RiOTQ0OTUyNTJlZWEyZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8b1cb99-6bf1-46e0-ac66-05d24fbe9e3f","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":"7fd28f01-9fef-4b0a-8866-77c49a62cc6f","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":"17f479f5-6233-4bbb-a8a6-7341d7d305de","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":"OWE5ZjkwNWNmZDY5NTcxNDNjYjc5OGZmMTliODEwMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3370a6c8-f36d-4b15-8a58-f8f84275fbec","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":"77049e4e-175c-4df7-bb55-03f817c33c9c","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":"dad7386d-e4a1-49a4-b9fb-585bbe548dea","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":"5953c1f0-a9d3-4362-b0b3-e0f188f33162","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":"YmIyOTQ0NzQ4ZDlhNzAzZjYyNmZhNzBlNTI3NDEyNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d227a8c7-f807-4ac3-a82a-8972333e6045","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjE2YmVhZDc5ZjlmZDJkNGQ2MDk0ZmFmMzM0ZjQyMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5c475df-9061-475d-810d-353b24e7c7b2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:20:01.275Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:01.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:01.276Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:01.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.279Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.279Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752750863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752753537,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752754374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752766015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752766059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752767076,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752767183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:01.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "policy-id",
  "timestamp": 1637752768080,
  "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=?
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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.325Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.325Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752768187,
  "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=?
2021-11-24T11:20:01.340Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.340Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752768580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752760031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752770063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752770588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "clamp",
  "timestamp": 1637752771592,
  "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=?
2021-11-24T11:20:01.360Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.360Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "dcae-sch",
  "timestamp": 1637752763146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752763899,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752764679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "cds",
  "timestamp": 1637752773654,
  "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=?
2021-11-24T11:20:01.374Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.375Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.379Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:01.380Z||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.
2021-11-24T11:20:01.381Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752773683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752775560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:01.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752776565,
  "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=?
2021-11-24T11:20:01.392Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.392Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:01.395Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:01.395Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-11-24T11:20:01.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:01.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752771665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752781559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:01.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752787157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:01.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:20:01.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-24T11:20:01.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "aai-ml",
  "timestamp": 1637752788162,
  "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=?
2021-11-24T11:20:01.407Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d32b75e3-39ff-4a93-b4a7-82fab51958c7
2021-11-24T11:20:01.407Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d32b75e3-39ff-4a93-b4a7-82fab51958c7 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 (?, ?, ?, ?, ?)
2021-11-24T11:20:02.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:02.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:02.282Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:02.282Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:02.383Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:02.384Z||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.
2021-11-24T11:20:02.384Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:02.404Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:02.405Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:20:03.283Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:03.284Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:03.286Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:03.286Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:03.386Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:03.387Z||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.
2021-11-24T11:20:03.387Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:03.401Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:03.402Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:20:04.286Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:04.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:04.289Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:04.289Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:04.389Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:04.390Z||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.
2021-11-24T11:20:04.390Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:04.410Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:04.411Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:20:05.289Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:05.290Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:05.292Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:05.293Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:05.393Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:05.394Z||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.
2021-11-24T11:20:05.394Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:05.406Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:05.406Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:20:06.293Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:06.294Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:06.296Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:06.296Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:06.396Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:06.397Z||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.
2021-11-24T11:20:06.397Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:06.408Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:06.408Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:20:07.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:07.297Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:07.299Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:07.299Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:07.400Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:07.400Z||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.
2021-11-24T11:20:07.401Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:07.412Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:07.412Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:20:08.300Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:08.301Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:08.302Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:08.302Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:20:08.403Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:20:08.403Z||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.
2021-11-24T11:20:08.403Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:08.414Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:08.415Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:20:09.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:20:09.304Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:09.305Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:09.306Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:20:09.406Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:09.407Z||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.
2021-11-24T11:20:09.407Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:09.435Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:09.436Z||pool-102-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:20:10.307Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "93203eda-5ca1-49c4-ac82-e4f1d51f55da",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "72fa9cf1-833d-4096-bece-729620144ee5",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "46c89f9e-a9f1-4166-a70f-d19d8b392dbc",
      "resourceInvariantUUID": "e6fe3b0d-f6df-4b4d-997b-f319e5ce32d2",
      "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": "YjE2YmVhZDc5ZjlmZDJkNGQ2MDk0ZmFmMzM0ZjQyMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5c475df-9061-475d-810d-353b24e7c7b2"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:20:10.307Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:20:10.307Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a ASDC
2021-11-24T11:20:10.308Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d32b75e3-39ff-4a93-b4a7-82fab51958c7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a
ServiceInvariantUUID:93203eda-5ca1-49c4-ac82-e4f1d51f55da
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:a5c475df-9061-475d-810d-353b24e7c7b2
ArtifactChecksum:YjE2YmVhZDc5ZjlmZDJkNGQ2MDk0ZmFmMzM0ZjQyMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:72fa9cf1-833d-4096-bece-729620144ee5
ResourceInvariantUUID:e6fe3b0d-f6df-4b4d-997b-f319e5ce32d2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:46c89f9e-a9f1-4166-a70f-d19d8b392dbc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-24T11:20:10.308Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a 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=?
2021-11-24T11:20:10.343Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:20:10.343Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:20:10.344Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:20:10.344Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a5c475df-9061-475d-810d-353b24e7c7b2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-24T11:20:10.344Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:20:10.344Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-24T11:20:10.655Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:20:10.660Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a5c475df-9061-475d-810d-353b24e7c7b2 105629
2021-11-24T11:20:10.660Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-24T11:20:10.660Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-24T11:20:10.660Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:20:10.661Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:10.662Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:10.663Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752810660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:20:10.763Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:10.764Z||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.
2021-11-24T11:20:10.764Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:10.775Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:10.776Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:20:11.663Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:20:11.664Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:20:11.664Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a5c475df-9061-475d-810d-353b24e7c7b2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-24T11:20:11.664Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-11-24T11:20:11.665Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-24T11:20:11.665Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-24T11:20:11.794Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1208563557890499716/Definitions/service-TestPnfMacro-template.yml
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.511Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.512Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-11-24T11:20:12.513Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.514Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.515Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.515Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.515Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.515Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.515Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a
Model Version:NULL
Model InvariantUuid:93203eda-5ca1-49c4-ac82-e4f1d51f55da
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=?
2021-11-24T11:20:12.518Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 46c89f9e-a9f1-4166-a70f-d19d8b392dbc
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=?
2021-11-24T11:20:12.521Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-11-24T11:20:12.521Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 46c89f9e-a9f1-4166-a70f-d19d8b392dbc
2021-11-24T11:20:12.521Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a
2021-11-24T11:20:12.522Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a
2021-11-24T11:20:12.522Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 46c89f9e-a9f1-4166-a70f-d19d8b392dbc 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=?
2021-11-24T11:20:12.524Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bbfc071, org.onap.sdc.toscaparser.api.parameters.Input@a378986, org.onap.sdc.toscaparser.api.parameters.Input@599ccca9, org.onap.sdc.toscaparser.api.parameters.Input@29b66cc3, org.onap.sdc.toscaparser.api.parameters.Input@2c8f9dcc]
2021-11-24T11:20:12.524Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.524Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.524Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a: test-pnf
2021-11-24T11:20:12.525Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Processing PNF resource: 46c89f9e-a9f1-4166-a70f-d19d8b392dbc
2021-11-24T11:20:12.525Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:20:12.525Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:20:12.525Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||Resource customization UUID: 72fa9cf1-833d-4096-bece-729620144ee5 is the same as notified resource customizationUUID: 72fa9cf1-833d-4096-bece-729620144ee5
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 (?, ?)
2021-11-24T11:20:12.558Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 46c89f9e-a9f1-4166-a70f-d19d8b392dbc 0 ASDC deployResourceStructure
2021-11-24T11:20:12.559Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-11-24T11:20:12.559Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-11-24T11:20:12.559Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:20:12.559Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:12.561Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:12.561Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752812559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:20:12.662Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:12.662Z||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.
2021-11-24T11:20:12.662Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:12.675Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:12.675Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:20:13.562Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d32b75e3-39ff-4a93-b4a7-82fab51958c7
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=?
2021-11-24T11:20:13.571Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d32b75e3-39ff-4a93-b4a7-82fab51958c7
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=?
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.574Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.575Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.575Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:20:13.575Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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=?
2021-11-24T11:20:13.578Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:20:43.579Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d32b75e3-39ff-4a93-b4a7-82fab51958c7 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=?
2021-11-24T11:20:43.585Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d32b75e3-39ff-4a93-b4a7-82fab51958c7 and serviceModelVersionId: c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a
2021-11-24T11:20:43.585Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93203eda-5ca1-49c4-ac82-e4f1d51f55da
2021-11-24T11:20:43.586Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?depth=0
2021-11-24T11:20:43.591Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:20:43.632Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?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]}
2021-11-24T11:20:43.634Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?depth=0|INFO|500||Invoke
2021-11-24T11:20:43.654Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:20:43.923Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?depth=0|INFO|500||InvokeReturn
2021-11-24T11:20:43.924Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93203eda-5ca1-49c4-ac82-e4f1d51f55da/model-vers/model-ver/c9ab8ed4-5436-4cac-a0b2-e9de6fbb711a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-11:20:43:663-47383], vertex-id=[708608], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:20:43 GMT], Content-Type=[application/json]}
2021-11-24T11:20:43.925Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:20:43.925Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:20:43.925Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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=?
2021-11-24T11:20:43.927Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||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)
2021-11-24T11:20:43.928Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d32b75e3-39ff-4a93-b4a7-82fab51958c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:20:43.928Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:20:43.928Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:20:43.930Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:20:43.930Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752843928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:20:44.030Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:20:44.031Z||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.
2021-11-24T11:20:44.031Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:20:44.046Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:20:44.047Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 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=?
2021-11-24T11:21:00.637Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:21:00.640Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|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.
2021-11-24T11:21:00.640Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:21:00.647Z||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.
2021-11-24T11:21:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:00.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:00.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-11-24T11:21:00.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:00.767Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:21:06.316Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:06.320Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-24T11:21:06.320Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"198b7dae-fde1-4b43-a279-2a7a0988609b","serviceName":"Demo_pNF_tpdWrAALlqy3OmNVhhd1","serviceVersion":"1.0","serviceUUID":"e466d82f-af74-4079-a636-e02c21fa1d42","serviceDescription":"catalog service description","serviceInvariantUUID":"efccfa86-7101-493d-937f-d9e7df6a7e1b","resources":[{"resourceInstanceName":"pNF 19e3a1b5-ff1c 0","resourceName":"pNF 19e3a1b5-ff1c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6670b58e-9061-4495-a60d-55095c24a0c2","resourceInvariantUUID":"60290259-fb87-4f54-9c43-c7ec2b854c78","resourceCustomizationUUID":"71f74fbc-7957-41e2-867f-f137783adcb3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml","artifactChecksum":"ZGRlNTk2ZTNhYjQyZDAyMDA3NWFhM2NjY2E4ZDcyZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"069da160-5db2-498a-b7d8-60ce645f143c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar","artifactChecksum":"ZGMzNWRiZTQxMGNkMDIyZjFkNGZmMGUxZTBjZTkwNDM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"df2792d2-7f7e-44e4-a4e2-b8c70a4870a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51466d9b-3f5d-4009-8344-7e0aba4c0776","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmE4MWJlNDM4NGI2NzYwZDNkMTA1ZWU0YWZmOTRmM2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c846980-87a3-4c64-b5a3-0a1b845fc2d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b556776-eb63-4d12-b8d0-fdbe3c7bd1c2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56adeb00-8304-4f82-83a8-a7e0a774c55b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTpdwraallqy3omnvhhd1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml","artifactChecksum":"NjI0YzEzN2Y0MDNiNmYxNmQ5YWI0MDRmZGFhMTQ0YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"826bae11-f9ed-476d-b347-c231b19be875","artifactVersion":"1"},{"artifactName":"service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar","artifactChecksum":"NzA4MTM4MTU5NWZmZGUzZDZlNWM1ODkyMDQ2MTAwODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"946c287b-401d-4d9a-a03b-ba53054748e4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:21:06.325Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:06.325Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:06.329Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:06.330Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:06.430Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:21:06.431Z||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.
2021-11-24T11:21:06.432Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:06.445Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:06.446Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:07.330Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:07.331Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:07.333Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:07.334Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:07.433Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:21:07.434Z||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.
2021-11-24T11:21:07.434Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:07.446Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:07.447Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:21:08.335Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:08.336Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:08.339Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:08.339Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:08.439Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:21:08.440Z||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.
2021-11-24T11:21:08.440Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:08.455Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:08.456Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:09.340Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:09.342Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:09.346Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:09.346Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:09.446Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:21:09.447Z||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.
2021-11-24T11:21:09.447Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:09.486Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:09.486Z||pool-109-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:10.347Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:10.348Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:10.350Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:10.350Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:10.450Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:21:10.451Z||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.
2021-11-24T11:21:10.451Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:10.461Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:10.462Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:11.351Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:11.352Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:11.354Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:11.355Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:11.455Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:21:11.456Z||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.
2021-11-24T11:21:11.456Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:11.466Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:11.466Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:12.356Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:12.357Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:12.360Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:12.360Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:21:12.460Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:21:12.461Z||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.
2021-11-24T11:21:12.462Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:12.481Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:12.481Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:13.361Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:21:13.362Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:13.366Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:13.366Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:21:13.465Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:21:13.466Z||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.
2021-11-24T11:21:13.466Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:13.483Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:13.484Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:14.368Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "serviceName": "Demo_pNF_tpdWrAALlqy3OmNVhhd1",
  "serviceVersion": "1.0",
  "serviceUUID": "e466d82f-af74-4079-a636-e02c21fa1d42",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "efccfa86-7101-493d-937f-d9e7df6a7e1b",
  "resources": [
    {
      "resourceInstanceName": "pNF 19e3a1b5-ff1c 0",
      "resourceCustomizationUUID": "71f74fbc-7957-41e2-867f-f137783adcb3",
      "resourceName": "pNF 19e3a1b5-ff1c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6670b58e-9061-4495-a60d-55095c24a0c2",
      "resourceInvariantUUID": "60290259-fb87-4f54-9c43-c7ec2b854c78",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
      "artifactChecksum": "NzA4MTM4MTU5NWZmZGUzZDZlNWM1ODkyMDQ2MTAwODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "946c287b-401d-4d9a-a03b-ba53054748e4"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:21:14.368Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:21:14.369Z|d32b75e3-39ff-4a93-b4a7-82fab51958c7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e466d82f-af74-4079-a636-e02c21fa1d42 ASDC
2021-11-24T11:21:14.369Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:198b7dae-fde1-4b43-a279-2a7a0988609b
ServiceName:Demo_pNF_tpdWrAALlqy3OmNVhhd1
ServiceVersion:1.0
ServiceUUID:e466d82f-af74-4079-a636-e02c21fa1d42
ServiceInvariantUUID:efccfa86-7101-493d-937f-d9e7df6a7e1b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
ArtifactUUID:946c287b-401d-4d9a-a03b-ba53054748e4
ArtifactChecksum:NzA4MTM4MTU5NWZmZGUzZDZlNWM1ODkyMDQ2MTAwODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 19e3a1b5-ff1c 0
ResourceCustomizationUUID:71f74fbc-7957-41e2-867f-f137783adcb3
ResourceInvariantUUID:60290259-fb87-4f54-9c43-c7ec2b854c78
ResourceName:pNF 19e3a1b5-ff1c
ResourceType:PNF
ResourceUUID:6670b58e-9061-4495-a60d-55095c24a0c2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-11-24T11:21:14.369Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e466d82f-af74-4079-a636-e02c21fa1d42 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 (?, ?, ?, ?, ?)
2021-11-24T11:21:14.417Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:21:14.417Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:21:14.418Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:21:14.418Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 946c287b-401d-4d9a-a03b-ba53054748e4 from URL: /sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:14.418Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:21:14.418Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:14.565Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:21:14.569Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar 946c287b-401d-4d9a-a03b-ba53054748e4 82611
2021-11-24T11:21:14.569Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar ASDC sendASDCNotification
2021-11-24T11:21:14.569Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:14.570Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:21:14.570Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:14.573Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:14.573Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752874569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:21:14.677Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-11-24T11:21:14.680Z||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.
2021-11-24T11:21:14.680Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:14.695Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:14.695Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:21:15.574Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:21:15.576Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:21:15.576Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 946c287b-401d-4d9a-a03b-ba53054748e4, URL: /sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar to file: /app/ASDC/1/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:15.577Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:15.577Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:15.578Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:15.707Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3839639104520679608/Definitions/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml
2021-11-24T11:21:16.486Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:21:16.486Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 19e3a1b5-ff1c 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-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.487Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Node template pNF 19e3a1b5-ff1c 0 is matching search criteria
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 19e3a1b5-ff1c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.488Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Node template pNF 19e3a1b5-ff1c 0 is matching search criteria
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 19e3a1b5-ff1c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.489Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.490Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.490Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.490Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.490Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.490Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tpdWrAALlqy3OmNVhhd1
Description:catalog service description
Model UUID:e466d82f-af74-4079-a636-e02c21fa1d42
Model Version:NULL
Model InvariantUuid:efccfa86-7101-493d-937f-d9e7df6a7e1b
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=?
2021-11-24T11:21:16.494Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6670b58e-9061-4495-a60d-55095c24a0c2
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=?
2021-11-24T11:21:16.497Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||pNF 19e3a1b5-ff1c 0
2021-11-24T11:21:16.497Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6670b58e-9061-4495-a60d-55095c24a0c2
2021-11-24T11:21:16.498Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: e466d82f-af74-4079-a636-e02c21fa1d42
2021-11-24T11:21:16.498Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e466d82f-af74-4079-a636-e02c21fa1d42
2021-11-24T11:21:16.498Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 19e3a1b5-ff1c 0 6670b58e-9061-4495-a60d-55095c24a0c2 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=?
2021-11-24T11:21:16.500Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d592569, org.onap.sdc.toscaparser.api.parameters.Input@5c06d378, org.onap.sdc.toscaparser.api.parameters.Input@1947470e, org.onap.sdc.toscaparser.api.parameters.Input@33d0d064, org.onap.sdc.toscaparser.api.parameters.Input@796d91a]
2021-11-24T11:21:16.500Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.500Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.501Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e466d82f-af74-4079-a636-e02c21fa1d42: pNF 19e3a1b5-ff1c
2021-11-24T11:21:16.501Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Processing PNF resource: 6670b58e-9061-4495-a60d-55095c24a0c2
2021-11-24T11:21:16.501Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:21:16.501Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_tpdWrAALlqy3OmNVhhd1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:21:16.501Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||Resource customization UUID: 71f74fbc-7957-41e2-867f-f137783adcb3 is the same as notified resource customizationUUID: 71f74fbc-7957-41e2-867f-f137783adcb3
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 (?, ?)
2021-11-24T11:21:16.527Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 19e3a1b5-ff1c 6670b58e-9061-4495-a60d-55095c24a0c2 0 ASDC deployResourceStructure
2021-11-24T11:21:16.527Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar ASDC sendASDCNotification
2021-11-24T11:21:16.527Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar
2021-11-24T11:21:16.527Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:21:16.527Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:21:16.529Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:21:16.529Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752876527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:21:16.629Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:21:16.630Z||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.
2021-11-24T11:21:16.630Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:21:16.640Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:21:16.641Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:21:17.530Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:21:17.539Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:21:17.541Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:21:17.541Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:21:17.541Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:21:47.541Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:21:47.550Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:21:47.552Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:21:47.552Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:21:47.552Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:22:00.647Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:22:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:22:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:22:00.694Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:22:00.694Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.694Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.695Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752800638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.696Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752810660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752812559,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d32b75e3-39ff-4a93-b4a7-82fab51958c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752843928,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:22:00.697Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:22:17.553Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:22:17.562Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:22:17.564Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:22:17.564Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:22:17.564Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:22:47.565Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:22:47.576Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:22:47.578Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:22:47.578Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-24T11:22:47.578Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-24T11:23:00.647Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:23:00.650Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:23:00.650Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:23:01.185Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:23:01.187Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.187Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.190Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.191Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.192Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.194Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.195Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.196Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.196Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.196Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.196Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.196Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.198Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.199Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.200Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.202Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637752864679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752861665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.203Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "dcae-sch",
  "timestamp": 1637752863145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752860637,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752865032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.204Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752874536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752874569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.205Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752874644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.206Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "cds",
  "timestamp": 1637752875657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-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=?
2021-11-24T11:23:01.218Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.219Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:01.233Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.233Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.234Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637752876527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.235Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.236Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752870862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752879742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.237Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752880426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.238Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752880787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752873537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.239Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "aai-ml",
  "timestamp": 1637752881430,
  "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=?
2021-11-24T11:23:01.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.255Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:01.263Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.263Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637752881790,
  "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=?
2021-11-24T11:23:01.267Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.267Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752874373,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752883151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752884155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.275Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.276Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.276Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.276Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "policy-id",
  "timestamp": 1637752885160,
  "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=?
2021-11-24T11:23:01.280Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.280Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.287Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/resourceInstances/pnf19e3a1b5ff1c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752883899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:23:01.288Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752891605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752892686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752893612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.289Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752894579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTpdwraallqy3omnvhhd1/1.0/artifacts/service-DemoPnfTpdwraallqy3omnvhhd1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:23:01.290Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:23:01.290Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.290Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "clamp",
  "timestamp": 1637752894616,
  "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=?
2021-11-24T11:23:01.293Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.294Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:01.300Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-11-24T11:23:01.300Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637752895582,
  "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=?
2021-11-24T11:23:01.304Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 198b7dae-fde1-4b43-a279-2a7a0988609b
2021-11-24T11:23:01.304Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 198b7dae-fde1-4b43-a279-2a7a0988609b 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 (?, ?, ?, ?, ?)
2021-11-24T11:23:17.579Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:23:17.595Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b
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=?
2021-11-24T11:23:17.598Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:23:17.598Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:23:17.598Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:23:17.599Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:23:17.599Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.599Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.599Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.599Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.600Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.600Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.600Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:23:17.600Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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=?
2021-11-24T11:23:17.605Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:23:47.605Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 198b7dae-fde1-4b43-a279-2a7a0988609b 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=?
2021-11-24T11:23:47.614Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 198b7dae-fde1-4b43-a279-2a7a0988609b and serviceModelVersionId: e466d82f-af74-4079-a636-e02c21fa1d42
2021-11-24T11:23:47.615Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efccfa86-7101-493d-937f-d9e7df6a7e1b
2021-11-24T11:23:47.616Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?depth=0
2021-11-24T11:23:47.622Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:23:47.674Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?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]}
2021-11-24T11:23:47.676Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?depth=0|INFO|500||Invoke
2021-11-24T11:23:47.694Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:23:47.856Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?depth=0|INFO|500||InvokeReturn
2021-11-24T11:23:47.857Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/efccfa86-7101-493d-937f-d9e7df6a7e1b/model-vers/model-ver/e466d82f-af74-4079-a636-e02c21fa1d42?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-11:23:47:702-40483], vertex-id=[716800], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:23:47 GMT], Content-Type=[application/json]}
2021-11-24T11:23:47.857Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:23:47.857Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:23:47.857Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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=?
2021-11-24T11:23:47.862Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||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)
2021-11-24T11:23:47.863Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 198b7dae-fde1-4b43-a279-2a7a0988609b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:23:47.863Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:23:47.863Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:23:47.865Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:23:47.865Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753027863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:23:47.965Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:23:47.966Z||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.
2021-11-24T11:23:47.966Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:23:47.982Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:23:47.982Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 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=?
2021-11-24T11:23:48.876Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:23:48.877Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:23:48.877Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:23:59.580Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:23:59.580Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:23:59.581Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:23:59.581Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:24:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:24:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:24:00.648Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:24:01.274Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:24:01.275Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||received message from topic
2021-11-24T11:24:01.275Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "198b7dae-fde1-4b43-a279-2a7a0988609b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753027863,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:24:01.276Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:24:09.118Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:24:09.119Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:24:09.119Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:24:09.119Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:24:18.676Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:25:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:25:00.641Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:25:00.641Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:25:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:25:00.647Z||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.
2021-11-24T11:25:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:25:10.189Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:25:10.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:26:00.637Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:26:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:26:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:26:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:26:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:26:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:26:10.186Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:26:10.189Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:27:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:27:00.641Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:27:00.641Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:27:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:27:00.647Z||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.
2021-11-24T11:27:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:27:10.204Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:27:10.204Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:28:00.637Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:28:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:28:00.639Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:28:00.646Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:28:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:28:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:28:10.182Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:28:10.182Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:29:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:29:00.640Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:29:00.640Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:29:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:29:00.647Z||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.
2021-11-24T11:29:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:29:10.182Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:29:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:30:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:30:00.644Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:30:00.644Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:30:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:30:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:30:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:30:10.191Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:30:10.191Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:31:00.637Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:31:00.639Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:31:00.639Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:31:00.647Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:31:00.647Z||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.
2021-11-24T11:31:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:31:10.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:31:10.204Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:32:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:32:00.640Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:32:00.640Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:32:00.646Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:32:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:32:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:32:10.183Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:32:10.184Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:00.638Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:33:00.643Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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.
2021-11-24T11:33:00.643Z|198b7dae-fde1-4b43-a279-2a7a0988609b|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:33:00.647Z||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.
2021-11-24T11:33:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:01.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:01.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.279Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:01.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.286Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.286Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2dc27b98-b0a4-4d18-b1d5-76af56cb8f90","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"82e797ba-5b18-448b-b896-ad62764172b3","serviceDescription":"service","serviceInvariantUUID":"5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f470d2ce-d7cf-4ec4-a1fa-6b43a5761733","resourceInvariantUUID":"3b15aff3-4661-4a98-be5b-428a127410c5","resourceCustomizationUUID":"4806bc3f-b205-4ee7-97b9-c43f36ce50e6","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":"N2EyZDVhMTI0ZjdkNjBmM2QzMGJhYjA4NzFmY2FmNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"daf70d3c-e170-4800-a4f5-1e0a580cf615","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":"MDQ0OGIzODc1YTM3NjFhYzAyNGM2OWU1MWJiMWI0ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2d378c4-ad6c-41ee-bdfa-e33075aa8ece","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":"81bdeea2-34c4-4744-ad0a-49c518e2f439","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":"222061e1-2742-4910-a0f3-de082931c1d0","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":"20c49e01-640d-40e0-8d2f-6b8fc144c63a","artifactVersion":"2","generatedFromUUID":"81bdeea2-34c4-4744-ad0a-49c518e2f439"},{"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":"ZjBmMjU5MmZiNzM4YTg5NjhlODNjMzkwNTA0OWQwMzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c995579f-0ae4-4a75-b1aa-170902176123","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":"MGI5Y2E5MGE3YjFiZjRiNzFlMTU2NGU1YjdlMjQxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64b5a399-f9b6-4aec-bfde-2b1069c4c0ae","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmM5MjdjNWQ5ODljZGYzM2Q0MzkzZWNjZDUwZmNmNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7027d54-4795-4e09-be1c-35b1199ff97b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.288Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:01.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.289Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.292Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.293Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1637753530862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753533538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753534376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753546904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753540035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753547910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "policy-id",
  "timestamp": 1637753548913,
  "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=?
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 (?, ?, ?, ?, ?)
2021-11-24T11:33:01.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.340Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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 (?, ?, ?, ?, ?)
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753549128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "cds",
  "timestamp": 1637753550408,
  "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=?
2021-11-24T11:33:01.354Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.354Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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 (?, ?, ?, ?, ?)
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "dcae-sch",
  "timestamp": 1637753543145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753543899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753544679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753552693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753553490,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753553727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753554566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753555253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753555662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1637753556257,
  "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=?
2021-11-24T11:33:01.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.372Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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 (?, ?, ?, ?, ?)
2021-11-24T11:33:01.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753556689,
  "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=?
2021-11-24T11:33:01.384Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.384Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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=?
2021-11-24T11:33:01.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1637753557694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753557731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "clamp",
  "timestamp": 1637753558734,
  "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=?
2021-11-24T11:33:01.394Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-24T11:33:01.394Z||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.
2021-11-24T11:33:01.395Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:01.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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 (?, ?, ?, ?, ?)
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753551665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753560632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:01.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753569056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:01.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:33:01.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-24T11:33:01.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "aai-ml",
  "timestamp": 1637753570060,
  "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=?
2021-11-24T11:33:01.407Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:01.407Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:01.410Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
2021-11-24T11:33:01.410Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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 (?, ?, ?, ?, ?)
2021-11-24T11:33:02.293Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:02.295Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:02.297Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:02.297Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:33:02.397Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:33:02.398Z||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.
2021-11-24T11:33:02.398Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:02.409Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:02.409Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:03.298Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:03.299Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:03.302Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:03.303Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:33:03.402Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:33:03.403Z||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.
2021-11-24T11:33:03.403Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:03.415Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:03.415Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:04.303Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:04.303Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:04.305Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:04.306Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:04.406Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:04.407Z||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.
2021-11-24T11:33:04.407Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:04.422Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:04.422Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:05.306Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:05.307Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:05.308Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:05.309Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:33:05.409Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:05.410Z||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.
2021-11-24T11:33:05.410Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:05.442Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:05.442Z||pool-121-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:06.309Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:06.310Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:06.312Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:06.312Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:06.412Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:06.413Z||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.
2021-11-24T11:33:06.413Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:06.456Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:06.456Z||pool-122-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:07.313Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:07.313Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:07.315Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:07.315Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:33:07.415Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:07.416Z||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.
2021-11-24T11:33:07.416Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:07.427Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:07.427Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:08.316Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-24T11:33:08.316Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:08.319Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:08.319Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:33:08.419Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:08.420Z||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.
2021-11-24T11:33:08.420Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:08.431Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:08.431Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:09.320Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "82e797ba-5b18-448b-b896-ad62764172b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "4806bc3f-b205-4ee7-97b9-c43f36ce50e6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f470d2ce-d7cf-4ec4-a1fa-6b43a5761733",
      "resourceInvariantUUID": "3b15aff3-4661-4a98-be5b-428a127410c5",
      "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": "MDQ0OGIzODc1YTM3NjFhYzAyNGM2OWU1MWJiMWI0ODI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f2d378c4-ad6c-41ee-bdfa-e33075aa8ece",
          "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": "81bdeea2-34c4-4744-ad0a-49c518e2f439",
          "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": "20c49e01-640d-40e0-8d2f-6b8fc144c63a",
            "generatedFromUUID": "81bdeea2-34c4-4744-ad0a-49c518e2f439"
          },
          "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": "20c49e01-640d-40e0-8d2f-6b8fc144c63a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmM5MjdjNWQ5ODljZGYzM2Q0MzkzZWNjZDUwZmNmNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7027d54-4795-4e09-be1c-35b1199ff97b"
    }
  ],
  "workloadContext": "Production"
}
2021-11-24T11:33:09.321Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-24T11:33:09.321Z|198b7dae-fde1-4b43-a279-2a7a0988609b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82e797ba-5b18-448b-b896-ad62764172b3 ASDC
2021-11-24T11:33:09.322Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:82e797ba-5b18-448b-b896-ad62764172b3
ServiceInvariantUUID:5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2
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:a7027d54-4795-4e09-be1c-35b1199ff97b
ArtifactChecksum:ZmM5MjdjNWQ5ODljZGYzM2Q0MzkzZWNjZDUwZmNmNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:4806bc3f-b205-4ee7-97b9-c43f36ce50e6
ResourceInvariantUUID:3b15aff3-4661-4a98-be5b-428a127410c5
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f470d2ce-d7cf-4ec4-a1fa-6b43a5761733
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:f2d378c4-ad6c-41ee-bdfa-e33075aa8ece
ArtifactChecksum:MDQ0OGIzODc1YTM3NjFhYzAyNGM2OWU1MWJiMWI0ODI=
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:81bdeea2-34c4-4744-ad0a-49c518e2f439
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:20c49e01-640d-40e0-8d2f-6b8fc144c63a
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:20c49e01-640d-40e0-8d2f-6b8fc144c63a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-11-24T11:33:09.322Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82e797ba-5b18-448b-b896-ad62764172b3 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=?
2021-11-24T11:33:09.359Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:33:09.360Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:33:09.360Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:33:09.360Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a7027d54-4795-4e09-be1c-35b1199ff97b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-24T11:33:09.360Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:33:09.361Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-24T11:33:09.554Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:33:09.557Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a7027d54-4795-4e09-be1c-35b1199ff97b 78790
2021-11-24T11:33:09.558Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-24T11:33:09.558Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-24T11:33:09.558Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:33:09.558Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:09.560Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:09.560Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753589557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:09.660Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:09.661Z||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.
2021-11-24T11:33:09.661Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:09.676Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:09.676Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:10.561Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-24T11:33:10.562Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-11-24T11:33:10.562Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a7027d54-4795-4e09-be1c-35b1199ff97b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-24T11:33:10.562Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-11-24T11:33:10.563Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-24T11:33:10.563Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-24T11:33:10.721Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14265180589169855702/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
2021-11-24T11:33:11.762Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.763Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.764Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:11.765Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-24T11:33:11.766Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:33:11.767Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:11.768Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0bf6f13-92b1-48b3-8f31-32f03f9bee97
2021-11-24T11:33:11.769Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:11.770Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:82e797ba-5b18-448b-b896-ad62764172b3
Model Version:NULL
Model InvariantUuid:5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:81cebd16-e4b2-46fe-a0ea-21e401b9c65f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3b15aff3-4661-4a98-be5b-428a127410c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4806bc3f-b205-4ee7-97b9-c43f36ce50e6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:aacf560a-10be-4498-b284-c13d03e13ac5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:260c9f06-be87-45ef-a99a-f2fa8a6f5e3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a0bf6f13-92b1-48b3-8f31-32f03f9bee97
ModelInvariantUuid:6809fb1b-1d60-4ecd-94b6-d4775c257327
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:459ff8ff-f3cf-4e6f-8750-501f75d60b39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3b4fe6d1-ffa1-4a85-8da3-63a0a93fdab8
ModelInvariantUuid:5d55362f-7bcd-4747-9514-35845d81e0f2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3a15236b-e6cf-4778-8ffd-6c8a6fd047bb
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=?
2021-11-24T11:33:11.777Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f470d2ce-d7cf-4ec4-a1fa-6b43a5761733
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=?
2021-11-24T11:33:11.780Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-11-24T11:33:11.780Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f470d2ce-d7cf-4ec4-a1fa-6b43a5761733
2021-11-24T11:33:11.780Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f2d378c4-ad6c-41ee-bdfa-e33075aa8ece from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-11-24T11:33:11.780Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:33:11.781Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:12.015Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:33:12.015Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f2d378c4-ad6c-41ee-bdfa-e33075aa8ece 792
2021-11-24T11:33:12.016Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:12.016Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:12.016Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:33:12.016Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:12.018Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:12.018Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753592016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:12.118Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:12.119Z||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.
2021-11-24T11:33:12.119Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:12.134Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:12.134Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:13.018Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aacf560a-10be-4498-b284-c13d03e13ac5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "260c9f06-be87-45ef-a99a-f2fa8a6f5e3a",
    "vfModuleModelCustomizationUUID": "503997d8-96f5-4df4-b5c6-83f12e420a80",
    "isBase": true,
    "artifacts": [
      "81bdeea2-34c4-4744-ad0a-49c518e2f439",
      "20c49e01-640d-40e0-8d2f-6b8fc144c63a"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:33:13.022Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:260c9f06-be87-45ef-a99a-f2fa8a6f5e3a
VfModuleModelInvariantUUID:aacf560a-10be-4498-b284-c13d03e13ac5
VfModuleModelDescription:NULL
Artifacts UUID List:{
81bdeea2-34c4-4744-ad0a-49c518e2f439
,
20c49e01-640d-40e0-8d2f-6b8fc144c63a

}
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


}

2021-11-24T11:33:13.024Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "aacf560a-10be-4498-b284-c13d03e13ac5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "260c9f06-be87-45ef-a99a-f2fa8a6f5e3a",
    "vfModuleModelCustomizationUUID": "503997d8-96f5-4df4-b5c6-83f12e420a80",
    "isBase": true,
    "artifacts": [
      "81bdeea2-34c4-4744-ad0a-49c518e2f439",
      "20c49e01-640d-40e0-8d2f-6b8fc144c63a"
    ],
    "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": ""
    }
  }
]
2021-11-24T11:33:13.024Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:260c9f06-be87-45ef-a99a-f2fa8a6f5e3a
VfModuleModelInvariantUUID:aacf560a-10be-4498-b284-c13d03e13ac5
VfModuleModelDescription:NULL
Artifacts UUID List:{
81bdeea2-34c4-4744-ad0a-49c518e2f439
,
20c49e01-640d-40e0-8d2f-6b8fc144c63a

}
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


}

2021-11-24T11:33:13.024Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 81bdeea2-34c4-4744-ad0a-49c518e2f439 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-11-24T11:33:13.024Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:33:13.024Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:13.071Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:33:13.072Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 81bdeea2-34c4-4744-ad0a-49c518e2f439 5033
2021-11-24T11:33:13.072Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:13.072Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:13.072Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:33:13.073Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:13.075Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:13.075Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753593072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:13.175Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:13.176Z||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.
2021-11-24T11:33:13.176Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:13.187Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:13.187Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:14.075Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 20c49e01-640d-40e0-8d2f-6b8fc144c63a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-11-24T11:33:14.077Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-11-24T11:33:14.077Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:14.121Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-11-24T11:33:14.122Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 20c49e01-640d-40e0-8d2f-6b8fc144c63a 903
2021-11-24T11:33:14.122Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:14.123Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:14.123Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-24T11:33:14.123Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:14.125Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:14.125Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753594122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:33:14.227Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-11-24T11:33:14.227Z||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.
2021-11-24T11:33:14.227Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:14.240Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:14.241Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:15.126Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 82e797ba-5b18-448b-b896-ad62764172b3
2021-11-24T11:33:15.126Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f470d2ce-d7cf-4ec4-a1fa-6b43a5761733 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=?
2021-11-24T11:33:15.136Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@eefd644, org.onap.sdc.toscaparser.api.parameters.Input@e44e06b, org.onap.sdc.toscaparser.api.parameters.Input@6d349ae5, org.onap.sdc.toscaparser.api.parameters.Input@f2be594, org.onap.sdc.toscaparser.api.parameters.Input@7f865fc3]
2021-11-24T11:33:15.137Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.138Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.138Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-11-24T11:33:15.138Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4806bc3f-b205-4ee7-97b9-c43f36ce50e6
2021-11-24T11:33:15.138Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4806bc3f-b205-4ee7-97b9-c43f36ce50e6 matches Tosca VF Customization UUID: 4806bc3f-b205-4ee7-97b9-c43f36ce50e6
2021-11-24T11:33:15.138Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4806bc3f-b205-4ee7-97b9-c43f36ce50e6  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=?
2021-11-24T11:33:15.139Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4806bc3f-b205-4ee7-97b9-c43f36ce50e6: {\"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\"}
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f15b553
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-24T11:33:15.140Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 503997d8-96f5-4df4-b5c6-83f12e420a80
2021-11-24T11:33:15.141Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 503997d8-96f5-4df4-b5c6-83f12e420a80
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=?
2021-11-24T11:33:15.142Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.142Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:15.142Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:15.143Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.143Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:15.143Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:15.143Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.143Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-11-24T11:33:15.144Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-24T11:33:15.144Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-24T11:33:15.144Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0bf6f13-92b1-48b3-8f31-32f03f9bee97
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=?
2021-11-24T11:33:15.146Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.146Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:15.147Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-24T11:33:15.147Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.147Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-11-24T11:33:15.147Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4806bc3f-b205-4ee7-97b9-c43f36ce50e6
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=?
2021-11-24T11:33:15.148Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.149Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.149Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 82e797ba-5b18-448b-b896-ad62764172b3: basic_vm_macro
2021-11-24T11:33:15.149Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.149Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.149Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.150Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.150Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.150Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.150Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.151Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.151Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-11-24T11:33:15.151Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-24T11:33:15.151Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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 (?, ?, ?, ?, ?)
2021-11-24T11:33:15.215Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f470d2ce-d7cf-4ec4-a1fa-6b43a5761733 1 ASDC deployResourceStructure
2021-11-24T11:33:15.216Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:15.216Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:15.217Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:33:15.217Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:15.219Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:15.219Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753595216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:15.319Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-24T11:33:15.320Z||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.
2021-11-24T11:33:15.320Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:15.336Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:15.336Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:16.220Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:16.220Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:16.220Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:33:16.221Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:16.223Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:16.223Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753596220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:16.323Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:16.324Z||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.
2021-11-24T11:33:16.324Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:16.344Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:16.345Z||pool-130-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-11-24T11:33:17.224Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:17.224Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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
2021-11-24T11:33:17.224Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:33:17.224Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:17.226Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:17.226Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753597223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:17.326Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:17.327Z||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.
2021-11-24T11:33:17.327Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:17.339Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:17.339Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:18.227Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-11-24T11:33:18.227Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-11-24T11:33:18.227Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-24T11:33:18.227Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:18.229Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:18.229Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753598226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:33:18.329Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-24T11:33:18.330Z||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.
2021-11-24T11:33:18.330Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:18.345Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:18.346Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-24T11:33:19.230Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
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=?
2021-11-24T11:33:19.239Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90
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=?
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.242Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.243Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.243Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.243Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.243Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-11-24T11:33:19.243Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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=?
2021-11-24T11:33:19.247Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-24T11:33:49.249Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 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=?
2021-11-24T11:33:49.267Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 and serviceModelVersionId: 82e797ba-5b18-448b-b896-ad62764172b3
2021-11-24T11:33:49.267Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2
2021-11-24T11:33:49.269Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?depth=0
2021-11-24T11:33:49.275Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-11-24T11:33:49.328Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?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]}
2021-11-24T11:33:49.330Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?depth=0|INFO|500||Invoke
2021-11-24T11:33:49.352Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-11-24T11:33:49.937Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?depth=0|INFO|500||InvokeReturn
2021-11-24T11:33:49.938Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a563ac4-bc9f-4a27-b2c0-a9ba55bad6a2/model-vers/model-ver/82e797ba-5b18-448b-b896-ad62764172b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-11:33:49:359-32614], vertex-id=[778240], Content-Length=[0], Date=[Wed, 24 Nov 2021 11:33:49 GMT], Content-Type=[application/json]}
2021-11-24T11:33:49.938Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-11-24T11:33:49.938Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-24T11:33:49.939Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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=?
2021-11-24T11:33:49.942Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||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)
2021-11-24T11:33:49.943Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2dc27b98-b0a4-4d18-b1d5-76af56cb8f90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-24T11:33:49.943Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-24T11:33:49.943Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-11-24T11:33:49.952Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-24T11:33:49.952Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753629943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:33:50.046Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-11-24T11:33:50.047Z||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.
2021-11-24T11:33:50.047Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:33:50.068Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:33:50.069Z||pool-133-thread-1|||||INFO|500||cambria reply ok (23 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=?
2021-11-24T11:34:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:34:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:34:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:34:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:34:00.647Z||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.
2021-11-24T11:34:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:34:00.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:34:00.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-24T11:34:00.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:34:00.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:34:10.184Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:35:00.637Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:35:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:35:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:35:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:35:00.647Z||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.
2021-11-24T11:35:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:35:01.170Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:35:01.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753580638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753589557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753592016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753593072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753594122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753595216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753596220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753597223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753598226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-11-24T11:35:01.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2dc27b98-b0a4-4d18-b1d5-76af56cb8f90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1637753629943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-24T11:35:01.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-24T11:35:10.194Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:36:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:36:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:36:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:36:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:36:00.647Z||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.
2021-11-24T11:36:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:36:10.183Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:36:10.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:37:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:37:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:37:00.641Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:37:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:37:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:37:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:37:10.182Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:37:10.185Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:38:00.637Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:38:00.639Z||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.
2021-11-24T11:38:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:38:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:38:00.647Z||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.
2021-11-24T11:38:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:38:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:38:10.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:39:00.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:39:00.642Z||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.
2021-11-24T11:39:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:39:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:39:00.647Z||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.
2021-11-24T11:39:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:39:10.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:39:10.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:40:00.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:40:00.642Z||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.
2021-11-24T11:40:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:40:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:40:00.647Z||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.
2021-11-24T11:40:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:40:10.211Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:40:10.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:41:00.637Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:41:00.638Z||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.
2021-11-24T11:41:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:41:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:41:00.647Z||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.
2021-11-24T11:41:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:41:10.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:41:10.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:42:00.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:42:00.642Z||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.
2021-11-24T11:42:00.642Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:42:00.648Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:42:00.648Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:42:00.648Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:42:10.193Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:42:10.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:43:00.637Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:43:00.638Z||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.
2021-11-24T11:43:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:43:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:43:00.647Z||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.
2021-11-24T11:43:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:43:10.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:43:10.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:44:00.638Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:44:00.641Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:44:00.641Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:44:00.646Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:44:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:44:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:44:10.184Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:44:10.188Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:45:00.640Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:45:00.644Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T11:45:00.644Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:45:00.647Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:45:00.647Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:45:00.647Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:45:10.194Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:45:10.193Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:46:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:46:00.640Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:46:00.640Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:46:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:46:00.647Z||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.
2021-11-24T11:46:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:46:10.195Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:46:10.195Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:47:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:47:00.645Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:47:00.645Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:47:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:47:00.647Z||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.
2021-11-24T11:47:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:47:10.194Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:47:10.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:48:00.637Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:48:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T11:48:00.638Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:48:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:48:00.647Z||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.
2021-11-24T11:48:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:48:10.185Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:48:10.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:49:00.638Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:49:00.641Z||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.
2021-11-24T11:49:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:49:00.647Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:49:00.647Z||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.
2021-11-24T11:49:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:49:10.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:49:10.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:50:00.637Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:50:00.638Z||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.
2021-11-24T11:50:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:50:00.646Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:50:00.647Z||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.
2021-11-24T11:50:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:50:10.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:50:10.187Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:51:00.637Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:51:00.639Z||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.
2021-11-24T11:51:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:51:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:51:00.647Z||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.
2021-11-24T11:51:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:51:10.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:51:10.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:52:00.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:52:00.643Z||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.
2021-11-24T11:52:00.643Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:52:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:52:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:52:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:52:10.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:52:10.193Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:53:00.637Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:53:00.638Z||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.
2021-11-24T11:53:00.638Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:53:00.646Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:53:00.647Z||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.
2021-11-24T11:53:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:53:10.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:53:10.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:54:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:54:00.639Z||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.
2021-11-24T11:54:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:54:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:54:00.647Z||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.
2021-11-24T11:54:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:54:10.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:54:10.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:55:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:55:00.641Z||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.
2021-11-24T11:55:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:55:00.646Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:55:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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.
2021-11-24T11:55:00.647Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:55:08.089Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-11-24T11:55:10.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:55:10.210Z|5a199ce7-0b9e-408a-85cd-3677913cebf2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:56:00.637Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:56:00.639Z||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.
2021-11-24T11:56:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:56:00.646Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:56:00.647Z||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.
2021-11-24T11:56:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:56:10.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:56:10.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:57:00.638Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:57:00.642Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:57:00.642Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:57:00.646Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:57:00.647Z||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.
2021-11-24T11:57:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:57:10.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:57:10.188Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:58:00.638Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:58:00.641Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:58:00.641Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:58:00.647Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:58:00.647Z||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.
2021-11-24T11:58:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:58:10.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:58:10.201Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:59:00.637Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:59:00.638Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T11:59:00.638Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:59:00.646Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T11:59:00.647Z||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.
2021-11-24T11:59:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T11:59:10.179Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T11:59:10.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:00:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:00:00.640Z||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.
2021-11-24T12:00:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:00:00.647Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:00:00.647Z||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.
2021-11-24T12:00:00.647Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:00:10.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:00:10.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:01:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:01:00.639Z||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.
2021-11-24T12:01:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:01:00.647Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:01:00.647Z||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.
2021-11-24T12:01:00.648Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:01:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:01:10.182Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:02:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:02:00.639Z||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.
2021-11-24T12:02:00.639Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:02:00.646Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:02:00.647Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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.
2021-11-24T12:02:00.647Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:02:10.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:02:10.211Z|2dc27b98-b0a4-4d18-b1d5-76af56cb8f90|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:03:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:03:00.640Z||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.
2021-11-24T12:03:00.641Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:03:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:03:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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.
2021-11-24T12:03:00.647Z|85076d22-149a-4b3e-9f08-30366d2bd45a|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:03:10.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:03:10.185Z|85076d22-149a-4b3e-9f08-30366d2bd45a|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:04:00.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:04:00.640Z||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.
2021-11-24T12:04:00.640Z||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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:04:00.646Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-24T12:04:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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.
2021-11-24T12:04:00.647Z|333693c7-42a1-4f6f-983a-899416970810|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 BZlLsI8ypT8zNRiZ) ...
2021-11-24T12:04:10.185Z|333693c7-42a1-4f6f-983a-899416970810|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-11-24T12:04:10.185Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK