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-07-22T01:34:11.160Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-65b67f9bc-bwn97 with PID 14 (/app/app.jar started by so in /app)
2021-07-22T01:34:11.168Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-22T01:34:11.168Z||main|||||INFO|500||The following profiles are active: basic
2021-07-22T01:34:19.236Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-22T01:34:19.237Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-22T01:34:19.359Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-22T01:34:20.872Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-22T01:34:21.026Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-22T01:34:21.399Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-22T01:34:21.408Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-22T01:34:21.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-22T01:34:21.629Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-22T01:34:22.062Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-22T01:34:24.098Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-22T01:34:25.991Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-22T01:34:26.037Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-22T01:34:26.470Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-22T01:34:26.680Z||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-07-22T01:34:27.803Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-22T01:34:28.630Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-07-22T01:34:28.660Z||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$$474b6a34.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-07-22T01:34:28.661Z||main|||||WARN|500||The sdc end point is not alive
2021-07-22T01:34:30.718Z||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-07-22T01:34:32.847Z||main|||||WARN|500||---
2021-07-22T01:34:32.848Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-22T01:34:32.848Z||main|||||WARN|500||---
2021-07-22T01:34:33.122Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-22T01:34:36.184Z||main|||||INFO|500||Started Application in 26.963 seconds (JVM running for 28.034)
2021-07-22T01:34:36.186Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-22T01:34:36.189Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-22T01:34:36.201Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-22T01:34:36.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-22T01:34:36.362Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 27922de7-0395-4b26-8907-e58f1b77feac url= /sdc/v1/artifactTypes
2021-07-22T01:34:36.362Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-22T01:34:36.601Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-22T01:34:36.617Z||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-07-22T01:34:36.635Z||scheduling-1|||||DEBUG|500||create keys
2021-07-22T01:34:36.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-22T01:34:36.678Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:34:36.695Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= dbffdc49-a24b-4ef9-8b71-ae4ee202b81f url= /sdc/v1/registerForDistribution
2021-07-22T01:34:36.824Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= dbffdc49-a24b-4ef9-8b71-ae4ee202b81f url= /sdc/v1/registerForDistribution
2021-07-22T01:34:36.825Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-22T01:34:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:34:36.836Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:34:36.840Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-22T01:34:36.842Z||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-07-22T01:34:36.843Z||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-07-22T01:34:36.843Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:34:36.843Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:34:47.069Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:34:47.070Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:35:36.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:35:36.834Z||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-07-22T01:35:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:35:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:35:36.836Z||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-07-22T01:35:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:35:46.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:35:46.383Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:36:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:36:36.834Z||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-07-22T01:36:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:36:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:36:36.836Z||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-07-22T01:36:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:36:46.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:36:46.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:37:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:37:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:37:36.835Z||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-07-22T01:37:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:37:36.835Z||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-07-22T01:37:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:37:46.381Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:37:46.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:38:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:38:36.834Z||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-07-22T01:38:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:38:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:38:36.836Z||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-07-22T01:38:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:38:46.382Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:38:46.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:39:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:39:36.834Z||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-07-22T01:39:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:39:36.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:39:36.836Z||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-07-22T01:39:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:39:46.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:39:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:40:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:40:36.834Z||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-07-22T01:40:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:40:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:40:36.837Z||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-07-22T01:40:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:40:46.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:40:46.377Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:41:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:41:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:41:36.834Z||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-07-22T01:41:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:41:36.836Z||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-07-22T01:41:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:41:46.380Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:41:46.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:42:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:42:36.834Z||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-07-22T01:42:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:42:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:42:36.835Z||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-07-22T01:42:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:42:46.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:42:46.380Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:43:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:43:36.834Z||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-07-22T01:43:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:43:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:43:36.836Z||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-07-22T01:43:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:43:46.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:43:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:44:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:44:36.834Z||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-07-22T01:44:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:44:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:44:36.835Z||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-07-22T01:44:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:44:41.262Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-22T01:44:46.378Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:44:46.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:45:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:45:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:45:36.835Z||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-07-22T01:45:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:45:36.836Z||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-07-22T01:45:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:45:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:45:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:46:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:46:36.834Z||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-07-22T01:46:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:46:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:46:36.835Z||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-07-22T01:46:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:46:46.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:46:46.375Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:47:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:47:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:47:36.834Z||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-07-22T01:47:36.835Z||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-07-22T01:47:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:47:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:47:46.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:47:46.370Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:48:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:48:36.834Z||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-07-22T01:48:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:48:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:48:36.835Z||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-07-22T01:48:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:48:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:48:46.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:49:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:49:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:49:36.835Z||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-07-22T01:49:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:49:36.835Z||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-07-22T01:49:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:49:46.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:49:46.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:50:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:50:36.834Z||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-07-22T01:50:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:50:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:50:36.835Z||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-07-22T01:50:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:50:46.378Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:50:46.379Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:51:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:51:36.834Z||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-07-22T01:51:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:51:36.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:51:36.838Z||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-07-22T01:51:36.838Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:51:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:51:46.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:52:36.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:52:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:52:36.836Z||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-07-22T01:52:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:52:36.835Z||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-07-22T01:52:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:52:46.377Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:52:46.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:53:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:53:36.834Z||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-07-22T01:53:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:53:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:53:36.836Z||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-07-22T01:53:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:53:46.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:53:46.391Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:54:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:54:36.834Z||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-07-22T01:54:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:54:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:54:36.835Z||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-07-22T01:54:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:54:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:54:46.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:55:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:55:36.834Z||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-07-22T01:55:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:55:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:55:36.835Z||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-07-22T01:55:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:55:46.397Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:55:46.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:56:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:56:36.834Z||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-07-22T01:56:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:56:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:56:36.835Z||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-07-22T01:56:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:56:46.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:56:46.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:57:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:57:36.834Z||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-07-22T01:57:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:57:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:57:36.835Z||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-07-22T01:57:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:57:46.381Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:57:46.384Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:58:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:58:36.834Z||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-07-22T01:58:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:58:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:58:36.835Z||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-07-22T01:58:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:58:46.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:58:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:59:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:59:36.834Z||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-07-22T01:59:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:59:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T01:59:36.835Z||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-07-22T01:59:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T01:59:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T01:59:46.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:00:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:00:36.834Z||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-07-22T02:00:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:00:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:00:36.835Z||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-07-22T02:00:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:00:46.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:00:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:01:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:01:36.834Z||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-07-22T02:01:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:01:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:01:36.836Z||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-07-22T02:01:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:01:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:01:46.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:02:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:02:36.834Z||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-07-22T02:02:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:02:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:02:36.835Z||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-07-22T02:02:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:02:46.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:02:46.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:03:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:03:36.834Z||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-07-22T02:03:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:03:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:03:36.835Z||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-07-22T02:03:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:03:46.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:03:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:04:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:04:36.834Z||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-07-22T02:04:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:04:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:04:36.835Z||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-07-22T02:04:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:04:46.376Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:04:46.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:05:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:05:36.834Z||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-07-22T02:05:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:05:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:05:36.835Z||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-07-22T02:05:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:05:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:05:46.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:06:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:06:36.833Z||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-07-22T02:06:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:06:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:06:36.835Z||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-07-22T02:06:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:06:46.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:06:46.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:07:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:07:36.834Z||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-07-22T02:07:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:07:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:07:36.835Z||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-07-22T02:07:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:07:46.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:07:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:08:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:08:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:08:36.835Z||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-07-22T02:08:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:08:36.835Z||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-07-22T02:08:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:08:46.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:08:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:09:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:09:36.834Z||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-07-22T02:09:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:09:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:09:36.835Z||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-07-22T02:09:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:09:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:09:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:10:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:10:36.834Z||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-07-22T02:10:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:10:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:10:36.835Z||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-07-22T02:10:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:10:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:10:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:11:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:11:36.834Z||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-07-22T02:11:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:11:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:11:36.835Z||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-07-22T02:11:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:11:46.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:11:46.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:12:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:12:36.834Z||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-07-22T02:12:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:12:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:12:36.835Z||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-07-22T02:12:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:12:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:12:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:13:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:13:36.834Z||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-07-22T02:13:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:13:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:13:36.835Z||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-07-22T02:13:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:13:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:13:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:14:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:14:36.834Z||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-07-22T02:14:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:14:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:14:36.835Z||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-07-22T02:14:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:14:46.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:14:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:15:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:15:36.834Z||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-07-22T02:15:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:15:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:15:36.835Z||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-07-22T02:15:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:15:46.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:15:46.382Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:16:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:16:36.834Z||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-07-22T02:16:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:16:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:16:36.835Z||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-07-22T02:16:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:16:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:16:46.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:17:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:17:36.834Z||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-07-22T02:17:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:17:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:17:36.835Z||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-07-22T02:17:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:17:46.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:17:46.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:18:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:18:36.834Z||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-07-22T02:18:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:18:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:18:36.835Z||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-07-22T02:18:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:18:46.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:18:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:19:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:19:36.834Z||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-07-22T02:19:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:19:36.834Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:19:36.835Z||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-07-22T02:19:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:19:46.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:19:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:20:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:20:36.834Z||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-07-22T02:20:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:20:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:20:36.835Z||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-07-22T02:20:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:20:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:20:46.376Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:21:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:21:36.834Z||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-07-22T02:21:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:21:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:21:36.835Z||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-07-22T02:21:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:21:46.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:21:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:22:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:22:36.834Z||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-07-22T02:22:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:22:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:22:36.835Z||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-07-22T02:22:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:22:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:22:46.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:23:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:23:36.834Z||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-07-22T02:23:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:23:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:23:36.835Z||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-07-22T02:23:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:23:46.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:23:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:24:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:24:36.834Z||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-07-22T02:24:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:24:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:24:36.835Z||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-07-22T02:24:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:24:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:24:46.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:25:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:25:36.834Z||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-07-22T02:25:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:25:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:25:36.835Z||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-07-22T02:25:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:25:46.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:25:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:26:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:26:36.834Z||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-07-22T02:26:36.834Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:26:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:26:36.835Z||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-07-22T02:26:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:26:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:26:46.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:27:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:27:36.834Z||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-07-22T02:27:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:27:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:27:36.835Z||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-07-22T02:27:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:27:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:27:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:28:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:28:36.834Z||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-07-22T02:28:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:28:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:28:36.835Z||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-07-22T02:28:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:28:46.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:28:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:29:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:29:36.834Z||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-07-22T02:29:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:29:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:29:36.835Z||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-07-22T02:29:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:29:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:29:46.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:30:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:30:36.834Z||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-07-22T02:30:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:30:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:30:36.836Z||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-07-22T02:30:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:30:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:30:46.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:31:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:31:36.834Z||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-07-22T02:31:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:31:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:31:36.835Z||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-07-22T02:31:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:31:46.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:31:46.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:32:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:32:36.834Z||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-07-22T02:32:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:32:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:32:36.835Z||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-07-22T02:32:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:32:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:32:46.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:33:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:33:36.834Z||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-07-22T02:33:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:33:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:33:36.835Z||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-07-22T02:33:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:33:46.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:33:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:34:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:34:36.833Z||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-07-22T02:34:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:34:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:34:36.835Z||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-07-22T02:34:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:34:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:34:46.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:35:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:35:36.834Z||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-07-22T02:35:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:35:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:35:36.835Z||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-07-22T02:35:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:35:46.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:35:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:36:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:36:36.834Z||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-07-22T02:36:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:36:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:36:36.835Z||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-07-22T02:36:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:36:46.377Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:36:46.378Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:37:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:37:36.834Z||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-07-22T02:37:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:37:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:37:36.835Z||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-07-22T02:37:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:37:46.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:37:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:38:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:38:36.834Z||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-07-22T02:38:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:38:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:38:36.836Z||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-07-22T02:38:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:38:46.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:38:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:39:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:39:36.834Z||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-07-22T02:39:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:39:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:39:36.835Z||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-07-22T02:39:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:39:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:39:46.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:40:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:40:36.834Z||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-07-22T02:40:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:40:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:40:36.835Z||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-07-22T02:40:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:40:46.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:40:46.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:41:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:41:36.834Z||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-07-22T02:41:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:41:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:41:36.835Z||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-07-22T02:41:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:41:46.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:41:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:42:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:42:36.834Z||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-07-22T02:42:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:42:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:42:36.835Z||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-07-22T02:42:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:42:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:42:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:43:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:43:36.834Z||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-07-22T02:43:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:43:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:43:36.835Z||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-07-22T02:43:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:43:46.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:43:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:44:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:44:36.834Z||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-07-22T02:44:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:44:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:44:36.835Z||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-07-22T02:44:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:44:46.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:44:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:45:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:45:36.834Z||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-07-22T02:45:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:45:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:45:36.835Z||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-07-22T02:45:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:45:46.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:45:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:46:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:46:36.834Z||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-07-22T02:46:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:46:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:46:36.835Z||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-07-22T02:46:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:46:46.385Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:46:46.386Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:47:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:47:36.834Z||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-07-22T02:47:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:47:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:47:36.835Z||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-07-22T02:47:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:47:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:47:46.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:48:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:48:36.834Z||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-07-22T02:48:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:48:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:48:36.835Z||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-07-22T02:48:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:48:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:48:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:49:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:49:36.834Z||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-07-22T02:49:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:49:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:49:36.835Z||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-07-22T02:49:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:49:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:49:46.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:50:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:50:36.834Z||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-07-22T02:50:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:50:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:50:36.835Z||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-07-22T02:50:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:50:46.370Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:50:46.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:51:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:51:36.834Z||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-07-22T02:51:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:51:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:51:36.835Z||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-07-22T02:51:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:51:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:51:46.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:52:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:52:36.834Z||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-07-22T02:52:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:52:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:52:36.835Z||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-07-22T02:52:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:52:46.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:52:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:53:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:53:36.834Z||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-07-22T02:53:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:53:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:53:36.835Z||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-07-22T02:53:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:53:46.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:53:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:54:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:54:36.834Z||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-07-22T02:54:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:54:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:54:36.835Z||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-07-22T02:54:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:54:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:54:46.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:55:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:55:36.834Z||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-07-22T02:55:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:55:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:55:36.835Z||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-07-22T02:55:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:55:46.374Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:55:46.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:56:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:56:36.834Z||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-07-22T02:56:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:56:36.834Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:56:36.835Z||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-07-22T02:56:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:56:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:56:46.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:57:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:57:36.834Z||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-07-22T02:57:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:57:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:57:36.835Z||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-07-22T02:57:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:57:46.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:57:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:58:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:58:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:58:36.834Z||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-07-22T02:58:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:58:36.835Z||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-07-22T02:58:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:58:46.377Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:58:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:59:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:59:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T02:59:36.834Z||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-07-22T02:59:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:59:36.836Z||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-07-22T02:59:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T02:59:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T02:59:46.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:00:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:00:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:00:36.834Z||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-07-22T03:00:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:00:36.835Z||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-07-22T03:00:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:00:46.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:00:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:01:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:01:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:01:36.835Z||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-07-22T03:01:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:01:36.835Z||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-07-22T03:01:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:01:46.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:01:46.379Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:02:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:02:36.834Z||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-07-22T03:02:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:02:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:02:36.835Z||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-07-22T03:02:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:02:46.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:02:46.377Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:03:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:03:36.834Z||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-07-22T03:03:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:03:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:03:36.835Z||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-07-22T03:03:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:03:46.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:03:46.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:04:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:04:36.833Z||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-07-22T03:04:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:04:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:04:36.836Z||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-07-22T03:04:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:04:46.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:04:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:05:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:05:36.834Z||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-07-22T03:05:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:05:36.834Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:05:36.835Z||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-07-22T03:05:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:05:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:05:46.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:06:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:06:36.834Z||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-07-22T03:06:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:06:36.834Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:06:36.835Z||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-07-22T03:06:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:06:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:06:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:07:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:07:36.834Z||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-07-22T03:07:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:07:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:07:36.835Z||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-07-22T03:07:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:07:46.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:07:46.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:08:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:08:36.834Z||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-07-22T03:08:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:08:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:08:36.835Z||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-07-22T03:08:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:08:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:08:46.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:09:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:09:36.834Z||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-07-22T03:09:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:09:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:09:36.835Z||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-07-22T03:09:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:09:46.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:09:46.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:10:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:10:36.834Z||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-07-22T03:10:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:10:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:10:36.835Z||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-07-22T03:10:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:10:46.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:10:46.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:11:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:11:36.834Z||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-07-22T03:11:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:11:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:11:36.835Z||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-07-22T03:11:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:11:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:11:46.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:12:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:12:36.834Z||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-07-22T03:12:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:12:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:12:36.835Z||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-07-22T03:12:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:12:46.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:12:46.385Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:13:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:13:36.834Z||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-07-22T03:13:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:13:36.835Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:13:36.835Z||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-07-22T03:13:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:13:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:13:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:14:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:14:36.834Z||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-07-22T03:14:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:14:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:14:36.835Z||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-07-22T03:14:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:14:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:14:46.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:15:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:15:36.834Z||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-07-22T03:15:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:15:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:15:36.835Z||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-07-22T03:15:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:15:46.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:15:46.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:16:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:16:36.834Z||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-07-22T03:16:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:16:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:16:36.835Z||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-07-22T03:16:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:16:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:16:46.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:17:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:17:36.834Z||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-07-22T03:17:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:17:36.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:17:36.835Z||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-07-22T03:17:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:17:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:17:46.376Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:18:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:18:36.833Z||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-07-22T03:18:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:18:36.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:18:36.835Z||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-07-22T03:18:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:18:46.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:18:46.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:19:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:19:36.834Z||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-07-22T03:19:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:19:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:19:36.835Z||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-07-22T03:19:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:19:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:19:46.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:20:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:20:36.834Z||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-07-22T03:20:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:20:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:20:36.835Z||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-07-22T03:20:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:20:46.370Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:20:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:21:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:21:36.834Z||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-07-22T03:21:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:21:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:21:36.835Z||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-07-22T03:21:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:21:46.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:21:46.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:22:36.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:22:36.834Z||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-07-22T03:22:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:22:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:22:36.836Z||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-07-22T03:22:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:22:46.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:22:46.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:23:36.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:23:36.834Z||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-07-22T03:23:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:23:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:23:36.835Z||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-07-22T03:23:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:23:46.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:23:46.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:24:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:24:36.834Z||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-07-22T03:24:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:24:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:24:36.835Z||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-07-22T03:24:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:24:46.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:24:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:25:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:25:36.834Z||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-07-22T03:25:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:25:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:25:36.835Z||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-07-22T03:25:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:25:46.372Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:25:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:26:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:26:36.834Z||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-07-22T03:26:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:26:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:26:36.835Z||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-07-22T03:26:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:26:46.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:26:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:27:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:27:36.833Z||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-07-22T03:27:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:27:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:27:36.835Z||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-07-22T03:27:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:27:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:27:46.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:28:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:28:36.833Z||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-07-22T03:28:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:28:36.835Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:28:36.835Z||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-07-22T03:28:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:28:46.375Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:28:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:29:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:29:36.834Z||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-07-22T03:29:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:29:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:29:36.835Z||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-07-22T03:29:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:29:46.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:29:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:30:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:30:36.834Z||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-07-22T03:30:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:30:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:30:36.835Z||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-07-22T03:30:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:30:46.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:30:46.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:31:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:31:36.834Z||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-07-22T03:31:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:31:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:31:36.835Z||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-07-22T03:31:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:31:46.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:31:46.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:32:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:32:36.834Z||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-07-22T03:32:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:32:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:32:36.835Z||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-07-22T03:32:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:32:46.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:32:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:33:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:33:36.834Z||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-07-22T03:33:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:33:36.834Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:33:36.835Z||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-07-22T03:33:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:33:46.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:33:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:34:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:34:36.834Z||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-07-22T03:34:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:34:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:34:36.835Z||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-07-22T03:34:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:34:46.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:34:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:35:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:35:36.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:35:36.835Z||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-07-22T03:35:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:35:36.836Z||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-07-22T03:35:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:35:46.376Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:35:46.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:36:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:36:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:36:36.834Z||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-07-22T03:36:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:36:36.835Z||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-07-22T03:36:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:36:46.372Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:36:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:37:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:37:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:37:36.835Z||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-07-22T03:37:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:37:36.835Z||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-07-22T03:37:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:37:46.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:37:46.373Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:38:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:38:36.834Z||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-07-22T03:38:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:38:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:38:36.835Z||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-07-22T03:38:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:38:46.374Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:38:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:39:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:39:36.834Z||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-07-22T03:39:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:39:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:39:36.835Z||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-07-22T03:39:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:39:46.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:39:46.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:40:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:40:36.834Z||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-07-22T03:40:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:40:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:40:36.835Z||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-07-22T03:40:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:40:46.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:40:46.373Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:41:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:41:36.834Z||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-07-22T03:41:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:41:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:41:36.835Z||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-07-22T03:41:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:41:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:41:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:42:36.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:42:36.834Z||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-07-22T03:42:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:42:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:42:36.836Z||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-07-22T03:42:36.837Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:42:46.372Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:42:46.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:43:36.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:43:36.834Z||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-07-22T03:43:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:43:36.835Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:43:36.835Z||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-07-22T03:43:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:43:46.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:43:46.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:44:36.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:44:36.834Z||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-07-22T03:44:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:44:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:44:36.835Z||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-07-22T03:44:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:44:46.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:44:46.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:45:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:45:36.834Z||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-07-22T03:45:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:45:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:45:36.836Z||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-07-22T03:45:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:45:46.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:45:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:46:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:46:36.834Z||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-07-22T03:46:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:46:36.835Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:46:36.835Z||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-07-22T03:46:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:46:46.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:46:46.371Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:47:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:47:36.833Z||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-07-22T03:47:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:47:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:47:36.835Z||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-07-22T03:47:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:47:46.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:47:46.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:48:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:48:36.833Z||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-07-22T03:48:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:48:36.835Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:48:36.835Z||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-07-22T03:48:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:48:46.370Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:48:46.371Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:49:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:49:36.834Z||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-07-22T03:49:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:49:36.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:49:36.835Z||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-07-22T03:49:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:49:46.374Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:49:46.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:50:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:50:36.833Z||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-07-22T03:50:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:50:36.834Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:50:36.835Z||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-07-22T03:50:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:50:46.371Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:50:46.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:51:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:51:36.833Z||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-07-22T03:51:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:51:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:51:36.835Z||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-07-22T03:51:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:51:46.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:51:46.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:52:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:52:36.833Z||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-07-22T03:52:36.833Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:52:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:52:36.835Z||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-07-22T03:52:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:52:46.374Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:52:46.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:53:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:53:36.833Z||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-07-22T03:53:36.833Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:53:36.834Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:53:36.835Z||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-07-22T03:53:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:53:46.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:53:46.375Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:54:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:54:36.834Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:54:36.834Z||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-07-22T03:54:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:54:36.835Z||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-07-22T03:54:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:54:46.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:54:46.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:55:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:55:36.833Z||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-07-22T03:55:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:55:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:55:36.835Z||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-07-22T03:55:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:55:46.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:55:46.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:36.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:56:36.833Z||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-07-22T03:56:36.833Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:56:36.835Z||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-07-22T03:56:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:36.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:36.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:36.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926163968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "dcae-sch",
  "timestamp": 1626926171973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926167182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926170784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926171365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.006Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926172840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926170281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.007Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926182534,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926182525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.008Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926182633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926182704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.009Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926183533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "cds",
  "timestamp": 1626926183652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-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-07-22T03:56:37.185Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:56:37.200Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:56:37.218Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.219Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.219Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "policy-id",
  "timestamp": 1626926184537,
  "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-07-22T03:56:37.231Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:56:37.231Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:56:37.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926184625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926178244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926186407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926187229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926187962,
  "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-07-22T03:56:37.245Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:56:37.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:56:37.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926188966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926190291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926191354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:37.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926191819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:37.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "clamp",
  "timestamp": 1626926192357,
  "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-07-22T03:56:37.263Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:56:37.263Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:56:37.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926192824,
  "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-07-22T03:56:37.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:56:37.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:56:37.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926195836,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:37.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:56:37.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:37.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-22T03:56:37.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3b25fe3-4d4c-4aae-9b5a-8392584adf3c","serviceName":"vFW 2021-07-22 03-52-26","serviceVersion":"1.0","serviceUUID":"d2e987ec-1d72-47b4-b61f-8312ed87d154","serviceDescription":"catalog service description","serviceInvariantUUID":"994f5f4b-867c-4aee-ab7e-8219ef2ff117","resources":[{"resourceInstanceName":"vFW bb1eb3f1-87fc 0","resourceName":"vFW bb1eb3f1-87fc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76bd6b57-b5f7-437e-8f28-ac6734d7fcdc","resourceInvariantUUID":"6e6c17a7-fb57-4da8-9f3a-7a8ad364d3b4","resourceCustomizationUUID":"effb6fdb-7770-412b-84ef-76b4953034c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU0ZTA4OWJiZjNhNjk4M2QwMTE5ZGY1NTE5MjE5OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b75e322c-b1b5-40df-a778-b5770a1f1a9f","artifactVersion":"1"},{"artifactName":"vfwbb1eb3f187fc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json","artifactChecksum":"OWYzMTgzNGU0MzVkODgyZTJjYTgyZmRhNTkzZWUxMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19c83df0-c633-47cd-82c4-b59985f834e4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"065a9e19-b33d-4cee-832d-c0aa9b704004","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml","artifactChecksum":"OTUxY2IzNjVhZmE1ZTUxYWQ0MzMzZGNiZTIzMmE1MGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef811575-300b-419c-9111-7be63e616a5c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"83c9594a-f164-4ca2-a8b9-8606e371ad4f","artifactVersion":"2","generatedFromUUID":"065a9e19-b33d-4cee-832d-c0aa9b704004"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210722035226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml","artifactChecksum":"NThkZDZlM2JjM2VhOTc2NjM4YmI4ZjRhOWM2YTZiOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0456b1ee-9236-4740-8005-87eab497b45e","artifactVersion":"1"},{"artifactName":"service-Vfw20210722035226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar","artifactChecksum":"ZWJmNWU4MjI5ZjFlYjk5NDlhZDkwZDc5OTFmMTljZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5bb1ee3b-5a73-4e58-90e7-1c3c63639d80","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T03:56:37.467Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:37.532Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:37.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:37.551Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:37.651Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2021-07-22T03:56:37.655Z||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-07-22T03:56:37.655Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:37.665Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:37.666Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:38.565Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:38.566Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:38.567Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:38.568Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:56:38.668Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:38.668Z||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-07-22T03:56:38.669Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:38.678Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:38.678Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:39.568Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:39.569Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:39.571Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:39.572Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:56:39.672Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:39.672Z||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-07-22T03:56:39.673Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:39.681Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:39.681Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:40.572Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:40.573Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:40.576Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:40.576Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:40.676Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:40.676Z||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-07-22T03:56:40.677Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:40.685Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:40.685Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:41.576Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:41.577Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:41.579Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:41.579Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-22T03:56:41.680Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T03:56:41.681Z||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-07-22T03:56:41.681Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:41.690Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:41.691Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:42.580Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:42.581Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:42.583Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:42.583Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:56:42.683Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:42.684Z||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-07-22T03:56:42.684Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:42.694Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:42.695Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-22T03:56:43.583Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:56:43.585Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:43.587Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:43.587Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:56:43.688Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:43.688Z||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-07-22T03:56:43.689Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:43.696Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:43.697Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:44.590Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "serviceName": "vFW 2021-07-22 03-52-26",
  "serviceVersion": "1.0",
  "serviceUUID": "d2e987ec-1d72-47b4-b61f-8312ed87d154",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "994f5f4b-867c-4aee-ab7e-8219ef2ff117",
  "resources": [
    {
      "resourceInstanceName": "vFW bb1eb3f1-87fc 0",
      "resourceCustomizationUUID": "effb6fdb-7770-412b-84ef-76b4953034c0",
      "resourceName": "vFW bb1eb3f1-87fc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76bd6b57-b5f7-437e-8f28-ac6734d7fcdc",
      "resourceInvariantUUID": "6e6c17a7-fb57-4da8-9f3a-7a8ad364d3b4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbb1eb3f187fc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
          "artifactChecksum": "OWYzMTgzNGU0MzVkODgyZTJjYTgyZmRhNTkzZWUxMWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19c83df0-c633-47cd-82c4-b59985f834e4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "065a9e19-b33d-4cee-832d-c0aa9b704004",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "83c9594a-f164-4ca2-a8b9-8606e371ad4f",
            "generatedFromUUID": "065a9e19-b33d-4cee-832d-c0aa9b704004"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "83c9594a-f164-4ca2-a8b9-8606e371ad4f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210722035226-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
      "artifactChecksum": "ZWJmNWU4MjI5ZjFlYjk5NDlhZDkwZDc5OTFmMTljZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5bb1ee3b-5a73-4e58-90e7-1c3c63639d80"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T03:56:44.591Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T03:56:44.591Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d2e987ec-1d72-47b4-b61f-8312ed87d154 ASDC
2021-07-22T03:56:44.685Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
ServiceName:vFW 2021-07-22 03-52-26
ServiceVersion:1.0
ServiceUUID:d2e987ec-1d72-47b4-b61f-8312ed87d154
ServiceInvariantUUID:994f5f4b-867c-4aee-ab7e-8219ef2ff117
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210722035226-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar
ArtifactUUID:5bb1ee3b-5a73-4e58-90e7-1c3c63639d80
ArtifactChecksum:ZWJmNWU4MjI5ZjFlYjk5NDlhZDkwZDc5OTFmMTljZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bb1eb3f1-87fc 0
ResourceCustomizationUUID:effb6fdb-7770-412b-84ef-76b4953034c0
ResourceInvariantUUID:6e6c17a7-fb57-4da8-9f3a-7a8ad364d3b4
ResourceName:vFW bb1eb3f1-87fc
ResourceType:VF
ResourceUUID:76bd6b57-b5f7-437e-8f28-ac6734d7fcdc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbb1eb3f187fc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json
ArtifactUUID:19c83df0-c633-47cd-82c4-b59985f834e4
ArtifactChecksum:OWYzMTgzNGU0MzVkODgyZTJjYTgyZmRhNTkzZWUxMWM=
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/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml
ArtifactUUID:065a9e19-b33d-4cee-832d-c0aa9b704004
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/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
ArtifactUUID:83c9594a-f164-4ca2-a8b9-8606e371ad4f
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/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
ArtifactUUID:83c9594a-f164-4ca2-a8b9-8606e371ad4f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T03:56:44.685Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2e987ec-1d72-47b4-b61f-8312ed87d154 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-07-22T03:56:44.728Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T03:56:44.729Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:56:44.730Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:56:44.730Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5bb1ee3b-5a73-4e58-90e7-1c3c63639d80 from URL: /sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:44.730Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:56:44.731Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:45.808Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:56:45.851Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar 5bb1ee3b-5a73-4e58-90e7-1c3c63639d80 98737
2021-07-22T03:56:45.852Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar ASDC sendASDCNotification
2021-07-22T03:56:45.852Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:45.853Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:56:45.854Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:45.855Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:45.856Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926205851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:45.956Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:45.956Z||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-07-22T03:56:45.957Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:45.965Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:45.966Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:46.856Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T03:56:46.857Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:56:46.858Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5bb1ee3b-5a73-4e58-90e7-1c3c63639d80, URL: /sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar to file: /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:46.859Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210722035226-csar.csar
2021-07-22T03:56:47.141Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:47.141Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:47.677Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11631323320753527781/Definitions/service-Vfw20210722035226-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-07-22T03:56:49.921Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.925Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.926Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.926Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bb1eb3f1-87fc 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-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.926Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.926Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:49.926Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T03:56:49.931Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.932Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.935Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:49.935Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T03:56:49.936Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T03:56:49.938Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.938Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.938Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:49.938Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T03:56:49.939Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T03:56:49.939Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.939Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.943Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.943Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:49.943Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:49.943Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-22T03:56:49.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-22T03:56:49.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T03:56:49.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T03:56:49.946Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.957Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:49.957Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:49.957Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.957Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:49.958Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:49.958Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.958Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:49.958Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:49.958Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.959Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82597603-6d68-4cb5-8d46-299baee2158a
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b1ff5a4-616b-4637-bd84-bdee07a3e19b
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:49.962Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=675068c7-fbca-4605-ae67-3085437a5f14
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:49.963Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:49.964Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-07-22 03-52-26
Description:catalog service description
Model UUID:d2e987ec-1d72-47b4-b61f-8312ed87d154
Model Version:NULL
Model InvariantUuid:994f5f4b-867c-4aee-ab7e-8219ef2ff117
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bb1eb3f1-87fc
Model UUID:27fa3446-977c-4652-9bb7-915b74306e12
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6e6c17a7-fb57-4da8-9f3a-7a8ad364d3b4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:effb6fdb-7770-412b-84ef-76b4953034c0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a25417dc-12b5-444e-a63c-5226b884a63a
ModelName:VfwBb1eb3f187fc..base_vfw..module-0
ModelUuid:4061ab4b-d4d2-4feb-a777-77ac01c36b63
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:82597603-6d68-4cb5-8d46-299baee2158a
ModelInvariantUuid:d6edb4d4-02da-47cd-a5ed-a595059ae2d5
ModelName:vFW bb1eb3f1-87fc-nodes.vfwCvfc
ModelUuid:b5712624-20e0-4238-aede-9f89d7bd36ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3fe5c0a2-64b2-4e04-8f4d-c98a4a4f4eed
ModelInvariantUuid:0ffab251-3de7-4a78-8d1c-b09eade11fbf
ModelName:VfwBb1eb3f187fc.compute.nodes.heat.vfw
ModelUuid:916b8d16-7e64-45ad-96a4-ca44ad2f2bee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6b1ff5a4-616b-4637-bd84-bdee07a3e19b
ModelInvariantUuid:2fa731e9-bea8-4907-95bc-51cab2377c0e
ModelName:vFW bb1eb3f1-87fc-nodes.vsnCvfc
ModelUuid:c3e2d3d5-9d80-4649-8378-ef060ebbac7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:183b648d-456e-4567-a0ba-2cbf780ae459
ModelInvariantUuid:0943b112-bdbc-4670-9898-e85d9c0db91a
ModelName:VfwBb1eb3f187fc.compute.nodes.heat.vsn
ModelUuid:7c8c816a-a557-430f-a298-0613be7140e1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:675068c7-fbca-4605-ae67-3085437a5f14
ModelInvariantUuid:9cb10398-fed9-42d2-80f3-71d2138a6973
ModelName:vFW bb1eb3f1-87fc-nodes.vpgCvfc
ModelUuid:6b22dcd0-e8a3-4938-96c6-ed629df5d177
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:264c4699-f314-4e7d-a3d3-01ee76e56c94
ModelInvariantUuid:f6458573-5f2e-4456-a812-62e20a56ad64
ModelName:VfwBb1eb3f187fc.compute.nodes.heat.vpg
ModelUuid:3f104ddb-bca0-4bb8-9bc7-a779baef9c47
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T03:56:49.980Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 76bd6b57-b5f7-437e-8f28-ac6734d7fcdc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:56:50.096Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||vFW bb1eb3f1-87fc 0
2021-07-22T03:56:50.102Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76bd6b57-b5f7-437e-8f28-ac6734d7fcdc
2021-07-22T03:56:50.102Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 19c83df0-c633-47cd-82c4-b59985f834e4 from URL: /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json
2021-07-22T03:56:50.102Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:56:50.102Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json
2021-07-22T03:56:50.929Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:56:50.930Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json 19c83df0-c633-47cd-82c4-b59985f834e4 785
2021-07-22T03:56:50.930Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json ASDC sendASDCNotification
2021-07-22T03:56:50.930Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json
2021-07-22T03:56:50.930Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:56:50.931Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:50.933Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:50.933Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926210930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:51.033Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:51.034Z||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-07-22T03:56:51.034Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:51.045Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:51.046Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:51.934Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBb1eb3f187fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a25417dc-12b5-444e-a63c-5226b884a63a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4061ab4b-d4d2-4feb-a777-77ac01c36b63",
    "vfModuleModelCustomizationUUID": "ffe836dc-7a4e-4691-934d-9a41f619da11",
    "isBase": true,
    "artifacts": [
      "065a9e19-b33d-4cee-832d-c0aa9b704004",
      "83c9594a-f164-4ca2-a8b9-8606e371ad4f"
    ],
    "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-07-22T03:56:51.957Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb1eb3f187fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4061ab4b-d4d2-4feb-a777-77ac01c36b63
VfModuleModelInvariantUUID:a25417dc-12b5-444e-a63c-5226b884a63a
VfModuleModelDescription:NULL
Artifacts UUID List:{
065a9e19-b33d-4cee-832d-c0aa9b704004
,
83c9594a-f164-4ca2-a8b9-8606e371ad4f

}
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-07-22T03:56:51.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBb1eb3f187fc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a25417dc-12b5-444e-a63c-5226b884a63a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4061ab4b-d4d2-4feb-a777-77ac01c36b63",
    "vfModuleModelCustomizationUUID": "ffe836dc-7a4e-4691-934d-9a41f619da11",
    "isBase": true,
    "artifacts": [
      "065a9e19-b33d-4cee-832d-c0aa9b704004",
      "83c9594a-f164-4ca2-a8b9-8606e371ad4f"
    ],
    "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-07-22T03:56:51.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBb1eb3f187fc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4061ab4b-d4d2-4feb-a777-77ac01c36b63
VfModuleModelInvariantUUID:a25417dc-12b5-444e-a63c-5226b884a63a
VfModuleModelDescription:NULL
Artifacts UUID List:{
065a9e19-b33d-4cee-832d-c0aa9b704004
,
83c9594a-f164-4ca2-a8b9-8606e371ad4f

}
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-07-22T03:56:51.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 065a9e19-b33d-4cee-832d-c0aa9b704004 from URL: /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml
2021-07-22T03:56:51.960Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:56:51.961Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml
2021-07-22T03:56:52.939Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:56:52.941Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml 065a9e19-b33d-4cee-832d-c0aa9b704004 20368
2021-07-22T03:56:52.941Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-22T03:56:52.941Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml
2021-07-22T03:56:52.941Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:56:52.941Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:52.943Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:52.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926212941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:53.044Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:53.044Z||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-07-22T03:56:53.044Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:53.052Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:53.052Z||pool-12-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:53.944Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83c9594a-f164-4ca2-a8b9-8606e371ad4f from URL: /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
2021-07-22T03:56:53.945Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:56:53.946Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
2021-07-22T03:56:55.303Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:56:55.303Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env 83c9594a-f164-4ca2-a8b9-8606e371ad4f 2098
2021-07-22T03:56:55.304Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-22T03:56:55.304Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
2021-07-22T03:56:55.304Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:56:55.304Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:55.307Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:55.307Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926215304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:56:55.407Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:55.408Z||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-07-22T03:56:55.408Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:55.418Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:55.419Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:56.307Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d2e987ec-1d72-47b4-b61f-8312ed87d154
2021-07-22T03:56:56.308Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bb1eb3f1-87fc 0 76bd6b57-b5f7-437e-8f28-ac6734d7fcdc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:56:56.341Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.341Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.341Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-22T03:56:56.341Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= effb6fdb-7770-412b-84ef-76b4953034c0
2021-07-22T03:56:56.342Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: effb6fdb-7770-412b-84ef-76b4953034c0 matches Tosca VF Customization UUID: effb6fdb-7770-412b-84ef-76b4953034c0
2021-07-22T03:56:56.342Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: effb6fdb-7770-412b-84ef-76b4953034c0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T03:56:56.346Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.347Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.347Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id effb6fdb-7770-412b-84ef-76b4953034c0: {\"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-07-22T03:56:56.348Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4dcafb13
2021-07-22T03:56:56.348Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.348Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T03:56:56.348Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffe836dc-7a4e-4691-934d-9a41f619da11
2021-07-22T03:56:56.349Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffe836dc-7a4e-4691-934d-9a41f619da11
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T03:56:56.353Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.353Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.353Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:56.354Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.354Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.354Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:56.354Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-22T03:56:56.355Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.356Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82597603-6d68-4cb5-8d46-299baee2158a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T03:56:56.367Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.367Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.367Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:56.367Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.367Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-22T03:56:56.368Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.369Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b1ff5a4-616b-4637-bd84-bdee07a3e19b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T03:56:56.371Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.371Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.371Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:56.373Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.373Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is not matching search criteria
2021-07-22T03:56:56.373Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-22T03:56:56.373Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-22T03:56:56.374Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-22T03:56:56.375Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-22T03:56:56.375Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-22T03:56:56.375Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=675068c7-fbca-4605-ae67-3085437a5f14
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T03:56:56.377Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.377Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.377Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:56:56.377Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.377Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Node template vFW bb1eb3f1-87fc 0 is matching search criteria
2021-07-22T03:56:56.378Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW bb1eb3f1-87fc 0] matching following query criteria: sdcType=VF, customizationUUID=effb6fdb-7770-412b-84ef-76b4953034c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:56:56.379Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d2e987ec-1d72-47b4-b61f-8312ed87d154: vFW bb1eb3f1-87fc
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.380Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-07-22 03-52-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:56:56.381Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-07-22 03-52-26 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T03:56:56.661Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bb1eb3f1-87fc 76bd6b57-b5f7-437e-8f28-ac6734d7fcdc 1 ASDC deployResourceStructure
2021-07-22T03:56:56.661Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json ASDC sendASDCNotification
2021-07-22T03:56:56.661Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json
2021-07-22T03:56:56.661Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:56:56.662Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:56.663Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:56.663Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926216661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:56.763Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:56.764Z||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-07-22T03:56:56.764Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:56.774Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:56.774Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:57.663Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-22T03:56:57.664Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml
2021-07-22T03:56:57.664Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:56:57.665Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:57.666Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:57.667Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926217663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:57.767Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:57.767Z||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-07-22T03:56:57.767Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:57.779Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:57.779Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:58.667Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-22T03:56:58.668Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env
2021-07-22T03:56:58.668Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:56:58.669Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:58.671Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:58.671Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926218667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:58.771Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:58.771Z||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-07-22T03:56:58.772Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:58.784Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:58.784Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:56:59.672Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar ASDC sendASDCNotification
2021-07-22T03:56:59.673Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar
2021-07-22T03:56:59.673Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:56:59.673Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:56:59.675Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:56:59.675Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926219671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:56:59.775Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:56:59.776Z||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-07-22T03:56:59.776Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:56:59.785Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:56:59.785Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:57:00.676Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T03:57:00.693Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
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-07-22T03:57:00.696Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T03:57:00.696Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T03:57:00.696Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T03:57:30.697Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T03:57:30.708Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
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-07-22T03:57:30.710Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T03:57:30.711Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T03:57:30.711Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T03:57:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:57:36.835Z||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-07-22T03:57:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:57:36.856Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:57:36.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:57:36.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "aai-ml",
  "timestamp": 1626926196840,
  "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-07-22T03:57:36.866Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
2021-07-22T03:57:36.867Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:58:00.711Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T03:58:00.727Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c
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-07-22T03:58:00.732Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.733Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.734Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.734Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:58:00.734Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T03:58:00.740Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T03:58:30.740Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c 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-07-22T03:58:30.750Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3b25fe3-4d4c-4aae-9b5a-8392584adf3c and serviceModelVersionId: d2e987ec-1d72-47b4-b61f-8312ed87d154
2021-07-22T03:58:30.751Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 994f5f4b-867c-4aee-ab7e-8219ef2ff117
2021-07-22T03:58:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:58:36.835Z||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-07-22T03:58:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:36.855Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:36.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926196833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926205851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926210930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:58:36.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926212941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926215304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926216661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/vfwbb1eb3f187fc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926217663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926218667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/resourceInstances/vfwbb1eb3f187fc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:58:36.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926219671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210722035226/1.0/artifacts/service-Vfw20210722035226-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:58:36.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:58:46.108Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0
2021-07-22T03:58:46.191Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T03:58:46.802Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|INFO|500||Invoke
2021-07-22T03:58:46.809Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e3b25fe3-4d4c-4aae-9b5a-8392584adf3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40b0947b-fca1-42e0-a24f-256f51763c1c], X-ECOMP-RequestID=[e3b25fe3-4d4c-4aae-9b5a-8392584adf3c], X-TransactionId=[], X-ONAP-RequestID=[e3b25fe3-4d4c-4aae-9b5a-8392584adf3c], Content-Type=[application/merge-patch+json]}
2021-07-22T03:58:46.916Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T03:58:47.563Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210722-03:58:46:924-69767], vertex-id=[180400], Content-Length=[0], Date=[Thu, 22 Jul 2021 03:58:46 GMT], Content-Type=[application/json]}
2021-07-22T03:58:47.565Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T03:58:47.565Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/994f5f4b-867c-4aee-ab7e-8219ef2ff117/model-vers/model-ver/d2e987ec-1d72-47b4-b61f-8312ed87d154?depth=0|INFO|500||InvokeReturn
2021-07-22T03:58:47.568Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T03:58:47.568Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:58:47.572Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T03:58:47.573Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3b25fe3-4d4c-4aae-9b5a-8392584adf3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T03:58:47.573Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T03:58:47.574Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:47.575Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:47.575Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926327573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T03:58:47.676Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:47.677Z||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-07-22T03:58:47.677Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:47.686Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:47.686Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-07-22T03:58:48.589Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:58:48.589Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|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-07-22T03:58:48.589Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:52.876Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:52.877Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-22T03:58:52.877Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"16231d3b-e3a9-4474-be5f-5552abc37d2b","serviceName":"basic_onboard_tWXXEM","serviceVersion":"1.0","serviceUUID":"e640f633-a2cf-49dc-a4b9-18566e7d27e3","serviceDescription":"service","serviceInvariantUUID":"80cff9b5-41d5-44ac-9d6b-a29811a75fdd","resources":[{"resourceInstanceName":"basic_onboard_tWXXEM 0","resourceName":"basic_onboard_tWXXEM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d769733d-ec66-4d5a-8e68-2b6dea7b9b4a","resourceInvariantUUID":"f7ed5174-664f-4759-b5b6-c7417623d6d9","resourceCustomizationUUID":"55107ce7-6547-472a-8fff-33470fa332df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml","artifactChecksum":"ZTc4ZmVmYzcxZWQ2MDZmMzYzZTRhNjhiNTI1Yzc4NmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2958e4a-8969-4e8b-966c-512ad38fd844","artifactVersion":"1"},{"artifactName":"basic_onboard_twxxem0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json","artifactChecksum":"NDE1NGNiYWViN2Q0ZGFmNGZjYTA4OWUyMzc4NDJhMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0301c720-2adf-4d92-80e7-3643713e44b3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4e86f100-4a9c-4e10-9a33-f9998a72bb90","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ca5727a-0275-4666-b317-629d25ba5c31","artifactVersion":"2","generatedFromUUID":"ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTwxxem-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml","artifactChecksum":"YmRiYjhhNWI5MDY5ZWI3YTlhMTUzNTljMzI5NTVkMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0cd794ec-925f-49ea-bc58-b15753c3adb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTwxxem-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar","artifactChecksum":"OWZjOTI3YjhjYzg1OGZlZmE4ZmNlMzM5NjE0YzY1YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02a064d3-a380-4655-b7c7-960bd1555d0b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T03:58:52.879Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:52.879Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:52.881Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:52.881Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:52.981Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:52.981Z||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-07-22T03:58:52.982Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:52.991Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:52.991Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:58:53.881Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:53.882Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:53.884Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:53.884Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:58:53.984Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T03:58:53.985Z||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-07-22T03:58:53.985Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:53.994Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:53.994Z||pool-20-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T03:58:54.885Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:54.887Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:54.889Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:54.889Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:58:54.989Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:54.990Z||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-07-22T03:58:54.990Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:54.999Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:55.000Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:58:55.889Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:55.891Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:55.893Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:55.893Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:55.993Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:55.994Z||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-07-22T03:58:55.994Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:56.003Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:56.003Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:58:56.894Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:56.895Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:56.897Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:56.897Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T03:58:56.997Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T03:58:56.998Z||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-07-22T03:58:56.998Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:57.009Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:57.010Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:58:57.898Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:57.899Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:57.901Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:57.901Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:58:58.001Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:58.002Z||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-07-22T03:58:58.002Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:58.011Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:58.011Z||pool-24-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T03:58:58.902Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T03:58:58.903Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:58:58.905Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:58:58.905Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:58:59.005Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:58:59.006Z||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-07-22T03:58:59.006Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:58:59.017Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:58:59.017Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:58:59.907Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "serviceName": "basic_onboard_tWXXEM",
  "serviceVersion": "1.0",
  "serviceUUID": "e640f633-a2cf-49dc-a4b9-18566e7d27e3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "80cff9b5-41d5-44ac-9d6b-a29811a75fdd",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tWXXEM 0",
      "resourceCustomizationUUID": "55107ce7-6547-472a-8fff-33470fa332df",
      "resourceName": "basic_onboard_tWXXEM",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d769733d-ec66-4d5a-8e68-2b6dea7b9b4a",
      "resourceInvariantUUID": "f7ed5174-664f-4759-b5b6-c7417623d6d9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_twxxem0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
          "artifactChecksum": "NDE1NGNiYWViN2Q0ZGFmNGZjYTA4OWUyMzc4NDJhMjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0301c720-2adf-4d92-80e7-3643713e44b3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3ca5727a-0275-4666-b317-629d25ba5c31",
            "generatedFromUUID": "ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3ca5727a-0275-4666-b317-629d25ba5c31",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTwxxem-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
      "artifactChecksum": "OWZjOTI3YjhjYzg1OGZlZmE4ZmNlMzM5NjE0YzY1YTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02a064d3-a380-4655-b7c7-960bd1555d0b"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T03:58:59.908Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T03:58:59.908Z|e3b25fe3-4d4c-4aae-9b5a-8392584adf3c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e640f633-a2cf-49dc-a4b9-18566e7d27e3 ASDC
2021-07-22T03:58:59.908Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:16231d3b-e3a9-4474-be5f-5552abc37d2b
ServiceName:basic_onboard_tWXXEM
ServiceVersion:1.0
ServiceUUID:e640f633-a2cf-49dc-a4b9-18566e7d27e3
ServiceInvariantUUID:80cff9b5-41d5-44ac-9d6b-a29811a75fdd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTwxxem-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar
ArtifactUUID:02a064d3-a380-4655-b7c7-960bd1555d0b
ArtifactChecksum:OWZjOTI3YjhjYzg1OGZlZmE4ZmNlMzM5NjE0YzY1YTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tWXXEM 0
ResourceCustomizationUUID:55107ce7-6547-472a-8fff-33470fa332df
ResourceInvariantUUID:f7ed5174-664f-4759-b5b6-c7417623d6d9
ResourceName:basic_onboard_tWXXEM
ResourceType:VF
ResourceUUID:d769733d-ec66-4d5a-8e68-2b6dea7b9b4a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_twxxem0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json
ArtifactUUID:0301c720-2adf-4d92-80e7-3643713e44b3
ArtifactChecksum:NDE1NGNiYWViN2Q0ZGFmNGZjYTA4OWUyMzc4NDJhMjU=
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/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f
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/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
ArtifactUUID:3ca5727a-0275-4666-b317-629d25ba5c31
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/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
ArtifactUUID:3ca5727a-0275-4666-b317-629d25ba5c31
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T03:58:59.908Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e640f633-a2cf-49dc-a4b9-18566e7d27e3 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-07-22T03:58:59.941Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T03:58:59.941Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:58:59.941Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:58:59.942Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02a064d3-a380-4655-b7c7-960bd1555d0b from URL: /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:58:59.942Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:58:59.942Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:01.102Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:59:01.107Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar 02a064d3-a380-4655-b7c7-960bd1555d0b 71381
2021-07-22T03:59:01.108Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar ASDC sendASDCNotification
2021-07-22T03:59:01.108Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:01.108Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:59:01.109Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:01.111Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:01.111Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926341108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:01.211Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:01.212Z||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-07-22T03:59:01.212Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:01.222Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:01.222Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:02.111Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T03:59:02.113Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T03:59:02.113Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 02a064d3-a380-4655-b7c7-960bd1555d0b, URL: /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar to file: /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:02.113Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:02.114Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:02.114Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:02.769Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2394205852902705529/Definitions/service-BasicOnboardTwxxem-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-07-22T03:59:03.923Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T03:59:03.923Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tWXXEM 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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||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-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.924Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.925Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is not matching search criteria
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.926Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is not matching search criteria
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-22T03:59:03.927Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e7497d9-ed48-4405-a0e8-09f4de446e00
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:03.928Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tWXXEM
Description:service
Model UUID:e640f633-a2cf-49dc-a4b9-18566e7d27e3
Model Version:NULL
Model InvariantUuid:80cff9b5-41d5-44ac-9d6b-a29811a75fdd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tWXXEM
Model UUID:84dc8b2f-39f7-493d-a2ce-1b28a026fe32
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f7ed5174-664f-4759-b5b6-c7417623d6d9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:55107ce7-6547-472a-8fff-33470fa332df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce31aec7-0b35-4c65-a278-82e7c65947bf
ModelName:BasicOnboardTwxxem..base_ubuntu18..module-0
ModelUuid:c28a0447-bac4-4b3e-9bdb-bab7076aa6ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e7497d9-ed48-4405-a0e8-09f4de446e00
ModelInvariantUuid:f4917d7f-3cf9-4f4a-8118-ef324bb6a362
ModelName:basic_onboard_tWXXEM-nodes.ubuntu18Cvfc
ModelUuid:445d0917-ecb6-4299-8a74-1b3a0075f566
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3fda1b90-102a-419d-95f7-1fc1fad10c09
ModelInvariantUuid:852f104e-98af-4b20-adcd-49299861fbbb
ModelName:BasicOnboardTwxxem.compute.nodes.heat.ubuntu18
ModelUuid:94a60b8f-c9e5-4723-b2c2-0b355d0b1e4a
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T03:59:03.936Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d769733d-ec66-4d5a-8e68-2b6dea7b9b4a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:59:03.939Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||basic_onboard_tWXXEM 0
2021-07-22T03:59:03.940Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d769733d-ec66-4d5a-8e68-2b6dea7b9b4a
2021-07-22T03:59:03.940Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0301c720-2adf-4d92-80e7-3643713e44b3 from URL: /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json
2021-07-22T03:59:03.940Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:59:03.940Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json
2021-07-22T03:59:04.798Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:59:04.799Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json 0301c720-2adf-4d92-80e7-3643713e44b3 798
2021-07-22T03:59:04.799Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json ASDC sendASDCNotification
2021-07-22T03:59:04.799Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json
2021-07-22T03:59:04.799Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:59:04.800Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:04.802Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:04.802Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926344799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:04.902Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:04.902Z||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-07-22T03:59:04.903Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:04.912Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:04.912Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T03:59:05.802Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTwxxem..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce31aec7-0b35-4c65-a278-82e7c65947bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c28a0447-bac4-4b3e-9bdb-bab7076aa6ff",
    "vfModuleModelCustomizationUUID": "65c3b40e-621c-4a8f-87be-6d622d50079c",
    "isBase": true,
    "artifacts": [
      "ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f",
      "3ca5727a-0275-4666-b317-629d25ba5c31"
    ],
    "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-07-22T03:59:05.808Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTwxxem..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c28a0447-bac4-4b3e-9bdb-bab7076aa6ff
VfModuleModelInvariantUUID:ce31aec7-0b35-4c65-a278-82e7c65947bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f
,
3ca5727a-0275-4666-b317-629d25ba5c31

}
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-07-22T03:59:05.811Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTwxxem..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce31aec7-0b35-4c65-a278-82e7c65947bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c28a0447-bac4-4b3e-9bdb-bab7076aa6ff",
    "vfModuleModelCustomizationUUID": "65c3b40e-621c-4a8f-87be-6d622d50079c",
    "isBase": true,
    "artifacts": [
      "ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f",
      "3ca5727a-0275-4666-b317-629d25ba5c31"
    ],
    "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-07-22T03:59:05.812Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTwxxem..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c28a0447-bac4-4b3e-9bdb-bab7076aa6ff
VfModuleModelInvariantUUID:ce31aec7-0b35-4c65-a278-82e7c65947bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f
,
3ca5727a-0275-4666-b317-629d25ba5c31

}
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-07-22T03:59:05.812Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f from URL: /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml
2021-07-22T03:59:05.812Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:59:05.813Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml
2021-07-22T03:59:07.129Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:59:07.130Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml ebb51914-0eda-42b5-81d4-3d0a2f3c0d2f 5033
2021-07-22T03:59:07.130Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-22T03:59:07.131Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml
2021-07-22T03:59:07.131Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:59:07.131Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:07.133Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:07.134Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926347130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:07.234Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:07.234Z||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-07-22T03:59:07.234Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:07.246Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:07.246Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:08.134Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3ca5727a-0275-4666-b317-629d25ba5c31 from URL: /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
2021-07-22T03:59:08.135Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T03:59:08.135Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
2021-07-22T03:59:10.057Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T03:59:10.057Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env 3ca5727a-0275-4666-b317-629d25ba5c31 909
2021-07-22T03:59:10.057Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-22T03:59:10.057Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
2021-07-22T03:59:10.057Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T03:59:10.058Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:10.060Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:10.060Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926350057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:10.160Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:10.160Z||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-07-22T03:59:10.161Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:10.169Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:10.169Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:11.060Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e640f633-a2cf-49dc-a4b9-18566e7d27e3
2021-07-22T03:59:11.061Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tWXXEM 0 d769733d-ec66-4d5a-8e68-2b6dea7b9b4a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:59:11.075Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.076Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.076Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2021-07-22T03:59:11.076Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 55107ce7-6547-472a-8fff-33470fa332df
2021-07-22T03:59:11.076Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55107ce7-6547-472a-8fff-33470fa332df matches Tosca VF Customization UUID: 55107ce7-6547-472a-8fff-33470fa332df
2021-07-22T03:59:11.076Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 55107ce7-6547-472a-8fff-33470fa332df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T03:59:11.078Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.078Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.079Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 55107ce7-6547-472a-8fff-33470fa332df: {\"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-07-22T03:59:11.079Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ea47816
2021-07-22T03:59:11.079Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.079Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T03:59:11.080Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 65c3b40e-621c-4a8f-87be-6d622d50079c
2021-07-22T03:59:11.080Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 65c3b40e-621c-4a8f-87be-6d622d50079c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T03:59:11.082Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.082Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:11.082Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:11.082Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.082Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is not matching search criteria
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T03:59:11.083Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6e7497d9-ed48-4405-a0e8-09f4de446e00
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T03:59:11.085Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.085Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:11.086Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T03:59:11.086Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.086Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tWXXEM 0 is matching search criteria
2021-07-22T03:59:11.086Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tWXXEM 0] matching following query criteria: sdcType=VF, customizationUUID=55107ce7-6547-472a-8fff-33470fa332df
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e640f633-a2cf-49dc-a4b9-18566e7d27e3: basic_onboard_tWXXEM
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.088Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.089Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T03:59:11.090Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tWXXEM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T03:59:11.090Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_tWXXEM 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T03:59:11.177Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tWXXEM d769733d-ec66-4d5a-8e68-2b6dea7b9b4a 1 ASDC deployResourceStructure
2021-07-22T03:59:11.178Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json ASDC sendASDCNotification
2021-07-22T03:59:11.178Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json
2021-07-22T03:59:11.178Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:59:11.179Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:11.181Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:11.181Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926351178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:11.281Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:11.281Z||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-07-22T03:59:11.282Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:11.291Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:11.291Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:12.181Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-22T03:59:12.182Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml
2021-07-22T03:59:12.182Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:59:12.183Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:12.185Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:12.185Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926352181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:12.285Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:12.285Z||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-07-22T03:59:12.286Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:12.295Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:12.295Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:13.185Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-22T03:59:13.186Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env
2021-07-22T03:59:13.186Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:59:13.187Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:13.189Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:13.189Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926353185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:13.289Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:13.290Z||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-07-22T03:59:13.290Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:13.300Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:13.300Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T03:59:14.190Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar ASDC sendASDCNotification
2021-07-22T03:59:14.190Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar
2021-07-22T03:59:14.190Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T03:59:14.191Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T03:59:14.193Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T03:59:14.193Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926354189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:14.293Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T03:59:14.293Z||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-07-22T03:59:14.293Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:14.302Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:14.303Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T03:59:15.193Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T03:59:15.205Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b
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-07-22T03:59:15.208Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T03:59:15.208Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T03:59:15.208Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T03:59:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T03:59:36.835Z||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-07-22T03:59:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T03:59:36.854Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T03:59:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926257182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926253968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926262840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926269763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926269832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "cds",
  "timestamp": 1626926270768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-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-07-22T03:59:36.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926268244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926276556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926276905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926270281,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926270784,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "aai-ml",
  "timestamp": 1626926277908,
  "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-07-22T03:59:36.917Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.917Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926271365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T03:59:36.925Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "dcae-sch",
  "timestamp": 1626926271973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926278663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926278898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.927Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926279667,
  "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-07-22T03:59:36.933Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.933Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926280016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926281021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926281291,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926281409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.943Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.944Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "policy-id",
  "timestamp": 1626926282025,
  "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-07-22T03:59:36.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.949Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926283216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T03:59:36.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926283298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:36.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:36.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926284237,
  "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-07-22T03:59:36.966Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.967Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "clamp",
  "timestamp": 1626926284301,
  "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-07-22T03:59:36.981Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16231d3b-e3a9-4474-be5f-5552abc37d2b
2021-07-22T03:59:36.982Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T03:59:36.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T03:59:36.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926285240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T03:59:36.991Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T03:59:45.208Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T03:59:45.222Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b
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-07-22T03:59:45.226Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T03:59:45.226Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T03:59:45.226Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T03:59:45.227Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T03:59:45.233Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:00:15.233Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b 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-07-22T04:00:15.239Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16231d3b-e3a9-4474-be5f-5552abc37d2b and serviceModelVersionId: e640f633-a2cf-49dc-a4b9-18566e7d27e3
2021-07-22T04:00:15.239Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80cff9b5-41d5-44ac-9d6b-a29811a75fdd
2021-07-22T04:00:15.240Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0
2021-07-22T04:00:15.245Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:00:15.279Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|INFO|500||Invoke
2021-07-22T04:00:15.279Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[16231d3b-e3a9-4474-be5f-5552abc37d2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a1e7ed9-53e4-4871-aa1d-82bf377aeccb], X-ECOMP-RequestID=[16231d3b-e3a9-4474-be5f-5552abc37d2b], X-TransactionId=[], X-ONAP-RequestID=[16231d3b-e3a9-4474-be5f-5552abc37d2b], Content-Type=[application/merge-patch+json]}
2021-07-22T04:00:15.300Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:00:15.624Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210722-04:00:15:306-11814], vertex-id=[209080], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:00:15 GMT], Content-Type=[application/json]}
2021-07-22T04:00:15.624Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:00:15.625Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/80cff9b5-41d5-44ac-9d6b-a29811a75fdd/model-vers/model-ver/e640f633-a2cf-49dc-a4b9-18566e7d27e3?depth=0|INFO|500||InvokeReturn
2021-07-22T04:00:15.626Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:00:15.626Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:00:15.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:00:15.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16231d3b-e3a9-4474-be5f-5552abc37d2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:00:15.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:00:15.632Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:00:15.634Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:00:15.634Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926415631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:00:15.734Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:00:15.735Z||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-07-22T04:00:15.735Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:00:15.748Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:00:15.749Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-07-22T04:00:16.647Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:00:16.647Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:00:16.647Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:00:26.184Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:00:26.184Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:00:26.185Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:00:26.185Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:00:35.714Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:00:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:00:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:00:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:00:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:00:36.835Z||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-07-22T04:00:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:00:36.853Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:00:36.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3b25fe3-4d4c-4aae-9b5a-8392584adf3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926327573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:00:36.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926328589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:00:36.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926341108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926344799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926347130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:00:36.859Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926350057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926351178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/basic_onboard_twxxem0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926352181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926353185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/resourceInstances/basic_onboard_twxxem0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926354189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTwxxem/1.0/artifacts/service-BasicOnboardTwxxem-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:00:36.861Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:00:46.363Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:01:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:01:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:01:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:01:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:01:36.835Z||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-07-22T04:01:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:01:37.355Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:01:37.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:01:37.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "16231d3b-e3a9-4474-be5f-5552abc37d2b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926415631,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:01:37.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:01:46.369Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:02:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:02:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:02:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:02:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:02:36.835Z||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-07-22T04:02:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:02:46.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:02:46.371Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:03:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:03:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:03:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:03:36.834Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:03:36.835Z||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-07-22T04:03:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:03:46.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:03:46.376Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:04:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:04:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:04:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:04:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:04:36.835Z||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-07-22T04:04:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:04:46.370Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:04:46.372Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:05:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:05:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:05:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:05:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:05:36.835Z||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-07-22T04:05:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:05:46.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:05:46.372Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:06:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:06:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:06:36.834Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:06:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:06:36.835Z||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-07-22T04:06:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:06:46.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:06:46.371Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:07:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:07:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:07:36.833Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:07:36.834Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:07:36.835Z||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-07-22T04:07:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:07:46.371Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:07:46.371Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:36.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:08:36.834Z||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-07-22T04:08:36.834Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:36.834Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:08:36.835Z||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-07-22T04:08:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:37.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:37.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:37.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1fb3a08c-8e23-45ee-83c5-e197b8fac037","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"febe5757-d4e5-4023-b910-d806ed428344","serviceDescription":"service","serviceInvariantUUID":"87f2d264-dd36-4f90-bdf5-e10f04a4cf30","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d483696f-cd91-4322-a90b-2dafbbb323f1","resourceInvariantUUID":"9d270a8e-6c1d-40fe-85f1-fabd7fe6cb1e","resourceCustomizationUUID":"1824ef0b-9ee0-4746-a653-1c8bf50fd0ec","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":"NWY3N2M2YjM3ZDI1NTE4YjQwY2E2ODZkNTdiNWEyNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53dae66c-2cd1-42c4-a2a4-239336e4929b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2I4ODliNjRiY2ZkOGEyYTQxNzRlZmVmMjYxOWUxOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eb22f9c-2102-4868-8ce1-8704a8278e2e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:08:37.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926868243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "clamp",
  "timestamp": 1626926862840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "dcae-sch",
  "timestamp": 1626926871973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926870784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926870281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "policy-id",
  "timestamp": 1626926871366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "cds",
  "timestamp": 1626926872182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.462Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "dcae-sch",
  "timestamp": 1626926871973,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "clamp",
  "timestamp": 1626926862840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926870281,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926870784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926868243,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "policy-id",
  "timestamp": 1626926871366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "cds",
  "timestamp": 1626926872182,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.464Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:08:37.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.465Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926916833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926876132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "policy-id",
  "timestamp": 1626926876138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "cds",
  "timestamp": 1626926876235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "policy-id",
  "timestamp": 1626926877141,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:08:37.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "cds",
  "timestamp": 1626926877241,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:08:37.482Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1fb3a08c-8e23-45ee-83c5-e197b8fac037
2021-07-22T04:08:37.482Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:08:37.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926877560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:08:37.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "policy-id",
  "timestamp": 1626926878143,
  "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-07-22T04:08:37.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1fb3a08c-8e23-45ee-83c5-e197b8fac037
2021-07-22T04:08:37.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:08:37.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926878564,
  "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-07-22T04:08:37.512Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1fb3a08c-8e23-45ee-83c5-e197b8fac037
2021-07-22T04:08:37.512Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:08:37.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "aai-ml",
  "timestamp": 1626926883968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:08:37.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "clamp",
  "timestamp": 1626926885353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "aai-ml",
  "timestamp": 1626926883968,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "clamp",
  "timestamp": 1626926887359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "clamp",
  "timestamp": 1626926888362,
  "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-07-22T04:08:37.530Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1fb3a08c-8e23-45ee-83c5-e197b8fac037
2021-07-22T04:08:37.530Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:08:37.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "aai-ml",
  "timestamp": 1626926888902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "aai-ml",
  "timestamp": 1626926892431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:08:37.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "aai-ml",
  "timestamp": 1626926893434,
  "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-07-22T04:08:37.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1fb3a08c-8e23-45ee-83c5-e197b8fac037
2021-07-22T04:08:37.546Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:08:37.565Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:08:37.565Z||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-07-22T04:08:37.565Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:37.574Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:37.575Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:08:38.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:08:38.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:08:38.468Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:08:38.468Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926916833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:08:38.569Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:08:38.569Z||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-07-22T04:08:38.569Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:38.579Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:38.580Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:08:39.470Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "febe5757-d4e5-4023-b910-d806ed428344",
  "serviceDescription": "service",
  "serviceInvariantUUID": "87f2d264-dd36-4f90-bdf5-e10f04a4cf30",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1824ef0b-9ee0-4746-a653-1c8bf50fd0ec",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d483696f-cd91-4322-a90b-2dafbbb323f1",
      "resourceInvariantUUID": "9d270a8e-6c1d-40fe-85f1-fabd7fe6cb1e",
      "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": "Y2I4ODliNjRiY2ZkOGEyYTQxNzRlZmVmMjYxOWUxOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6eb22f9c-2102-4868-8ce1-8704a8278e2e"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:08:39.470Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:08:39.470Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 febe5757-d4e5-4023-b910-d806ed428344 ASDC
2021-07-22T04:08:39.471Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1fb3a08c-8e23-45ee-83c5-e197b8fac037
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:febe5757-d4e5-4023-b910-d806ed428344
ServiceInvariantUUID:87f2d264-dd36-4f90-bdf5-e10f04a4cf30
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:6eb22f9c-2102-4868-8ce1-8704a8278e2e
ArtifactChecksum:Y2I4ODliNjRiY2ZkOGEyYTQxNzRlZmVmMjYxOWUxOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1824ef0b-9ee0-4746-a653-1c8bf50fd0ec
ResourceInvariantUUID:9d270a8e-6c1d-40fe-85f1-fabd7fe6cb1e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d483696f-cd91-4322-a90b-2dafbbb323f1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-07-22T04:08:39.471Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF febe5757-d4e5-4023-b910-d806ed428344 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-07-22T04:08:39.498Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:08:39.499Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:08:39.499Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:08:39.499Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6eb22f9c-2102-4868-8ce1-8704a8278e2e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-22T04:08:39.499Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-22T04:08:39.499Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-22T04:08:40.599Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-22T04:08:40.603Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6eb22f9c-2102-4868-8ce1-8704a8278e2e 52170
2021-07-22T04:08:40.603Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-22T04:08:40.604Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-22T04:08:40.604Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:08:40.604Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:08:40.606Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:08:40.607Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926920603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:08:40.707Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:08:40.707Z||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-07-22T04:08:40.708Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:40.717Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:40.718Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:08:41.607Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:08:41.608Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:08:41.609Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6eb22f9c-2102-4868-8ce1-8704a8278e2e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-22T04:08:41.609Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-22T04:08:41.609Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-22T04:08:41.609Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-22T04:08:41.681Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6287465447691336770/Definitions/service-BasicNetwork-template.yml
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|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-BasicNetwork-csar.csar
2021-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.053Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.054Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.055Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:febe5757-d4e5-4023-b910-d806ed428344
Model Version:NULL
Model InvariantUuid:87f2d264-dd36-4f90-bdf5-e10f04a4cf30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9d270a8e-6c1d-40fe-85f1-fabd7fe6cb1e
Model UUID:73b57060-ccb6-4184-ba8a-c7d659a650b4
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1824ef0b-9ee0-4746-a653-1c8bf50fd0ec
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:08:42.061Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: d483696f-cd91-4322-a90b-2dafbbb323f1
2021-07-22T04:08:42.061Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||No resources found for Service: febe5757-d4e5-4023-b910-d806ed428344
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:08:42.064Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||
2021-07-22T04:08:42.065Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-07-22T04:08:42.065Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||No resources found for Service: febe5757-d4e5-4023-b910-d806ed428344
2021-07-22T04:08:42.065Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: febe5757-d4e5-4023-b910-d806ed428344
2021-07-22T04:08:42.065Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-07-22T04:08:42.065Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:08:42.070Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid febe5757-d4e5-4023-b910-d806ed428344: Generic NeutronNet
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.071Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.072Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||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_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-07-22T04:08:42.096Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:08:42.097Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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-07-22T04:08:42.147Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-07-22T04:08:42.148Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-22T04:08:42.148Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-22T04:08:42.148Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:08:42.148Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:08:42.149Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:08:42.149Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926922148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:08:42.249Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:08:42.250Z||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-07-22T04:08:42.250Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:08:42.259Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:08:42.259Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:08:43.150Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1fb3a08c-8e23-45ee-83c5-e197b8fac037
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:08:43.163Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1fb3a08c-8e23-45ee-83c5-e197b8fac037
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-07-22T04:08:43.166Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:08:43.167Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|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-07-22T04:08:43.173Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:09:13.173Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1fb3a08c-8e23-45ee-83c5-e197b8fac037 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-07-22T04:09:13.179Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1fb3a08c-8e23-45ee-83c5-e197b8fac037 and serviceModelVersionId: febe5757-d4e5-4023-b910-d806ed428344
2021-07-22T04:09:13.179Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87f2d264-dd36-4f90-bdf5-e10f04a4cf30
2021-07-22T04:09:13.180Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0
2021-07-22T04:09:13.186Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:09:13.226Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|INFO|500||Invoke
2021-07-22T04:09:13.226Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1fb3a08c-8e23-45ee-83c5-e197b8fac037], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30813e94-ebd5-4a29-9094-1fe3a782674e], X-ECOMP-RequestID=[1fb3a08c-8e23-45ee-83c5-e197b8fac037], X-TransactionId=[], X-ONAP-RequestID=[1fb3a08c-8e23-45ee-83c5-e197b8fac037], Content-Type=[application/merge-patch+json]}
2021-07-22T04:09:13.253Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:09:13.529Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210722-04:09:13:262-53321], vertex-id=[237728], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:09:13 GMT], Content-Type=[application/json]}
2021-07-22T04:09:13.529Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:09:13.530Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/87f2d264-dd36-4f90-bdf5-e10f04a4cf30/model-vers/model-ver/febe5757-d4e5-4023-b910-d806ed428344?depth=0|INFO|500||InvokeReturn
2021-07-22T04:09:13.530Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:09:13.530Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:09:13.534Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|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-07-22T04:09:13.534Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1fb3a08c-8e23-45ee-83c5-e197b8fac037 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:09:13.534Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:09:13.535Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:13.536Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:13.536Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926953534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:09:13.636Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:13.637Z||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-07-22T04:09:13.637Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:13.650Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:13.650Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:09:36.833Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:09:36.834Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|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-07-22T04:09:36.834Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:09:36.835Z||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-07-22T04:09:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:36.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:36.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:09:36.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926916833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:36.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:09:37.453Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:37.454Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:09:37.454Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9a95166-0b8f-422a-9727-1e17d69019dd","serviceName":"Demo_pNF_4y2fNeop6kxoFxfLXgxJ","serviceVersion":"1.0","serviceUUID":"23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825","serviceDescription":"catalog service description","serviceInvariantUUID":"fdbf24e5-4843-4e81-a6af-66792cf93537","resources":[{"resourceInstanceName":"pNF 6ccdce1d-b611 0","resourceName":"pNF 6ccdce1d-b611","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19c75dd2-3202-470d-8b76-be2de2a1d19c","resourceInvariantUUID":"aed2cc39-7e46-43dc-837e-d4183039fa6c","resourceCustomizationUUID":"07d0bb1e-9502-4505-9a2e-f307e450ecf4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml","artifactChecksum":"NTA0ZjA4Njk2MWQ2ODU0NmYyODAzNWFiMmRlMDE5Mjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6670f9f5-8c22-44f1-a066-9c25de54501c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c2e6abc-6ac6-451f-957d-847bdd394cee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bfead103-7f8c-457a-a569-49943ef3ca6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml","artifactChecksum":"YTc5NGVlMDI4NWMwYTcyNjM0MWNlNGI5ZWVmYjIzZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7510df1e-6e4c-4b5b-bef4-2a264ada93e5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"200b73bf-0e22-4857-9f65-530f360e9201","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdd4bbe9-12ea-4af7-be98-7364ab34c296","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4y2fneop6kxofxflxgxj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml","artifactChecksum":"MmRlNGM0MmRkODczODNkOTNkZGMzYWFiYjllODUyZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b243065-a112-4a53-b439-a7a6f6e90d97","artifactVersion":"1"},{"artifactName":"service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar","artifactChecksum":"ZmQ0ZjA1MGI1YjM5ZjE5OGU5ZjdhMDJjN2Q1NTQ5ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cfa9864-d78b-4ce3-9568-bacb175474c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:09:37.456Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:37.456Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:37.458Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:37.458Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:37.559Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:09:37.559Z||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-07-22T04:09:37.559Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:37.567Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:37.567Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:38.459Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:38.460Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:38.462Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:38.462Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:38.563Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:09:38.563Z||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-07-22T04:09:38.563Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:38.572Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:38.572Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:09:39.463Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:39.464Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:39.466Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:39.466Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:39.566Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:39.566Z||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-07-22T04:09:39.567Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:39.575Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:39.575Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:40.466Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:40.467Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:40.469Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:40.469Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:40.570Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:40.570Z||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-07-22T04:09:40.570Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:40.579Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:40.579Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:41.470Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:41.471Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:41.473Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:41.473Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:41.574Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:09:41.574Z||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-07-22T04:09:41.574Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:41.581Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:41.581Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:42.474Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:42.474Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:42.476Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:42.476Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:42.576Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:42.577Z||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-07-22T04:09:42.577Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:42.586Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:42.586Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:43.477Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:43.478Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:43.480Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:43.480Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:09:43.580Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:43.581Z||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-07-22T04:09:43.581Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:43.588Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:43.588Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:44.480Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:09:44.482Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:44.483Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:44.484Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:09:44.584Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:44.584Z||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-07-22T04:09:44.585Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:44.596Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:44.597Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:45.485Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "serviceName": "Demo_pNF_4y2fNeop6kxoFxfLXgxJ",
  "serviceVersion": "1.0",
  "serviceUUID": "23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fdbf24e5-4843-4e81-a6af-66792cf93537",
  "resources": [
    {
      "resourceInstanceName": "pNF 6ccdce1d-b611 0",
      "resourceCustomizationUUID": "07d0bb1e-9502-4505-9a2e-f307e450ecf4",
      "resourceName": "pNF 6ccdce1d-b611",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19c75dd2-3202-470d-8b76-be2de2a1d19c",
      "resourceInvariantUUID": "aed2cc39-7e46-43dc-837e-d4183039fa6c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
      "artifactChecksum": "ZmQ0ZjA1MGI1YjM5ZjE5OGU5ZjdhMDJjN2Q1NTQ5ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cfa9864-d78b-4ce3-9568-bacb175474c3"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:09:45.485Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:09:45.486Z|1fb3a08c-8e23-45ee-83c5-e197b8fac037|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825 ASDC
2021-07-22T04:09:45.487Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a9a95166-0b8f-422a-9727-1e17d69019dd
ServiceName:Demo_pNF_4y2fNeop6kxoFxfLXgxJ
ServiceVersion:1.0
ServiceUUID:23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825
ServiceInvariantUUID:fdbf24e5-4843-4e81-a6af-66792cf93537
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
ArtifactUUID:5cfa9864-d78b-4ce3-9568-bacb175474c3
ArtifactChecksum:ZmQ0ZjA1MGI1YjM5ZjE5OGU5ZjdhMDJjN2Q1NTQ5ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6ccdce1d-b611 0
ResourceCustomizationUUID:07d0bb1e-9502-4505-9a2e-f307e450ecf4
ResourceInvariantUUID:aed2cc39-7e46-43dc-837e-d4183039fa6c
ResourceName:pNF 6ccdce1d-b611
ResourceType:PNF
ResourceUUID:19c75dd2-3202-470d-8b76-be2de2a1d19c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:09:45.487Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825 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-07-22T04:09:45.518Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:09:45.518Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:09:45.518Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:09:45.519Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5cfa9864-d78b-4ce3-9568-bacb175474c3 from URL: /sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:45.519Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-07-22T04:09:45.519Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:47.205Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-07-22T04:09:47.211Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar 5cfa9864-d78b-4ce3-9568-bacb175474c3 82528
2021-07-22T04:09:47.211Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar ASDC sendASDCNotification
2021-07-22T04:09:47.211Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:47.212Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:09:47.212Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:47.214Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:47.214Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926987211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:09:47.315Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:09:47.315Z||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-07-22T04:09:47.316Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:47.327Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:47.327Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:48.215Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:09:48.216Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-07-22T04:09:48.217Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5cfa9864-d78b-4ce3-9568-bacb175474c3, URL: /sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar to file: /app/ASDC/1/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.217Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.217Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.218Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.301Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7908190615116182438/Definitions/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.865Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6ccdce1d-b611 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-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Node template pNF 6ccdce1d-b611 0 is matching search criteria
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6ccdce1d-b611 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Node template pNF 6ccdce1d-b611 0 is matching search criteria
2021-07-22T04:09:48.866Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6ccdce1d-b611 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.867Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4y2fNeop6kxoFxfLXgxJ
Description:catalog service description
Model UUID:23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825
Model Version:NULL
Model InvariantUuid:fdbf24e5-4843-4e81-a6af-66792cf93537
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:09:48.873Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 19c75dd2-3202-470d-8b76-be2de2a1d19c
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:09:48.876Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||pNF 6ccdce1d-b611 0
2021-07-22T04:09:48.876Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 19c75dd2-3202-470d-8b76-be2de2a1d19c
2021-07-22T04:09:48.876Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825
2021-07-22T04:09:48.876Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825
2021-07-22T04:09:48.876Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6ccdce1d-b611 0 19c75dd2-3202-470d-8b76-be2de2a1d19c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825: pNF 6ccdce1d-b611
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Processing PNF resource: 19c75dd2-3202-470d-8b76-be2de2a1d19c
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:09:48.881Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_4y2fNeop6kxoFxfLXgxJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:09:48.882Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Resource customization UUID: 07d0bb1e-9502-4505-9a2e-f307e450ecf4 is the same as notified resource customizationUUID: 07d0bb1e-9502-4505-9a2e-f307e450ecf4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:09:48.945Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6ccdce1d-b611 19c75dd2-3202-470d-8b76-be2de2a1d19c 0 ASDC deployResourceStructure
2021-07-22T04:09:48.945Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar ASDC sendASDCNotification
2021-07-22T04:09:48.945Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar
2021-07-22T04:09:48.945Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:09:48.945Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:09:48.946Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:09:48.947Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926988945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:09:49.047Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:09:49.047Z||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-07-22T04:09:49.048Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:09:49.057Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:09:49.057Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:09:49.947Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:09:49.959Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:09:49.961Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:09:49.961Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:09:49.961Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:10:19.961Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:10:19.973Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:10:19.977Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:10:19.977Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:10:19.977Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:10:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:10:36.835Z||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-07-22T04:10:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:10:36.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:10:36.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926916833,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:10:36.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926920603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926922148,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:10:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1fb3a08c-8e23-45ee-83c5-e197b8fac037",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926953534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:10:36.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:10:49.977Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:10:49.991Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:10:49.995Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:10:49.995Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:10:49.995Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:11:19.995Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:11:20.007Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:11:20.009Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:11:20.009Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:11:20.009Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:11:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:11:36.835Z||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-07-22T04:11:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:11:36.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:11:36.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:11:36.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:11:36.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:11:50.009Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:11:50.022Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:11:50.026Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:11:50.027Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:11:50.027Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:12:20.027Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:12:20.038Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:12:20.040Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:12:20.040Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:12:20.040Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:12:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:12:36.835Z||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-07-22T04:12:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:12:37.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:12:37.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626926970281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "dcae-sch",
  "timestamp": 1626926971973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926970784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926971366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926973968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926981829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926981912,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926982915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926983094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926983616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "policy-id",
  "timestamp": 1626926983918,
  "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-07-22T04:12:37.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.374Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:37.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626926984098,
  "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-07-22T04:12:37.386Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.386Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926976833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926977182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926987211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926988735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626926988945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926989504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "cds",
  "timestamp": 1626926989746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-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-07-22T04:12:37.402Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.402Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926982840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "aai-ml",
  "timestamp": 1626926990506,
  "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-07-22T04:12:37.416Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.416Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/resourceInstances/pnf6ccdce1db6110/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926994363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926988244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926996371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "clamp",
  "timestamp": 1626926997375,
  "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-07-22T04:12:37.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.432Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626926998419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927000223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4y2fneop6kxofxflxgxj/1.0/artifacts/service-DemoPnf4y2fneop6kxofxflxgxj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:12:37.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:12:37.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927001226,
  "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-07-22T04:12:37.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9a95166-0b8f-422a-9727-1e17d69019dd
2021-07-22T04:12:37.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:12:50.040Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:12:50.053Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd
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-07-22T04:12:50.055Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:12:50.056Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:12:50.062Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:13:20.062Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9a95166-0b8f-422a-9727-1e17d69019dd 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-07-22T04:13:20.067Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9a95166-0b8f-422a-9727-1e17d69019dd and serviceModelVersionId: 23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825
2021-07-22T04:13:20.068Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdbf24e5-4843-4e81-a6af-66792cf93537
2021-07-22T04:13:20.069Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?depth=0
2021-07-22T04:13:20.074Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:13:20.101Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?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-07-22T04:13:20.102Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?depth=0|INFO|500||Invoke
2021-07-22T04:13:20.118Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:13:20.602Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?depth=0|INFO|500||InvokeReturn
2021-07-22T04:13:20.603Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fdbf24e5-4843-4e81-a6af-66792cf93537/model-vers/model-ver/23b5ed0c-9c9b-42f9-ae75-dc4c86ffb825?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210722-04:13:20:125-90180], vertex-id=[376904], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:13:20 GMT], Content-Type=[application/json]}
2021-07-22T04:13:20.603Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:13:20.603Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:13:20.603Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:13:20.608Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:13:20.608Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9a95166-0b8f-422a-9727-1e17d69019dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:13:20.608Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:13:20.609Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:20.610Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:20.610Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927200608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:13:20.711Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:20.711Z||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-07-22T04:13:20.711Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:20.722Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:20.722Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 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-07-22T04:13:21.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:13:21.626Z||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-07-22T04:13:21.626Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:25.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:25.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-22T04:13:25.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e6b7a814-a8a2-419d-a87f-940e337ce0a7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd","serviceDescription":"service","serviceInvariantUUID":"8576b4e2-306d-4449-8d93-d34e78c6be27","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e93aea45-d242-4914-9114-ec58fb547adc","resourceInvariantUUID":"50af628d-f363-428d-8d55-7860c7b0902a","resourceCustomizationUUID":"edee002d-b819-4aba-a4e3-601db77fdb46","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":"YmMyOTlmMDg1YmM1YTEwMTE4OWZjM2Y3MTBiMzg0YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9063f093-709d-4eac-b31d-ad32977dadad","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":"OGNlMjYwMDRjOTY3YWVmZTE2MjZjMTU1ODc4NGE1NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"635d349d-841f-4787-a485-aa9fd8654929","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"477c5591-30c0-4455-9a10-4d260f77f92e","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":"5c0d316a-01b3-4d06-88c3-6ec68b06dd88","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2","artifactVersion":"2","generatedFromUUID":"477c5591-30c0-4455-9a10-4d260f77f92e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGI0YTBiMjQ0NmRmYWZmYjdmNTlhYzY0ZTFmYTVkZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac94af0d-112d-4b87-b0ad-4db7a3845036","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmI5ZDcxMTlkYTkwNzRlZmJmODFkY2RmNmU5NDE4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51758f80-1e52-4556-b74c-5a550253bbec","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:13:25.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:25.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:25.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:25.909Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:26.009Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:13:26.010Z||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-07-22T04:13:26.010Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:26.018Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:26.019Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:26.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:26.911Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:26.913Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:26.913Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:27.013Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:27.013Z||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-07-22T04:13:27.014Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:27.022Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:27.023Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:27.913Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:27.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:27.916Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:27.916Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:28.017Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:13:28.017Z||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-07-22T04:13:28.017Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:28.028Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:28.028Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:28.917Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:28.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:28.920Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:28.920Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:29.020Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:29.021Z||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-07-22T04:13:29.021Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:29.030Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:29.031Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:29.920Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:29.921Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:29.923Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:29.924Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:13:30.024Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:30.024Z||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-07-22T04:13:30.024Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:30.033Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:30.033Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:30.924Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:30.925Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:30.927Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:30.927Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:31.027Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:31.029Z||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-07-22T04:13:31.029Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:31.037Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:31.037Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:31.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:13:31.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:31.931Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:31.931Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:32.031Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:32.032Z||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-07-22T04:13:32.032Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:32.041Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:32.042Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:32.932Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8576b4e2-306d-4449-8d93-d34e78c6be27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "edee002d-b819-4aba-a4e3-601db77fdb46",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e93aea45-d242-4914-9114-ec58fb547adc",
      "resourceInvariantUUID": "50af628d-f363-428d-8d55-7860c7b0902a",
      "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": "OGNlMjYwMDRjOTY3YWVmZTE2MjZjMTU1ODc4NGE1NDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "635d349d-841f-4787-a485-aa9fd8654929",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "477c5591-30c0-4455-9a10-4d260f77f92e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2",
            "generatedFromUUID": "477c5591-30c0-4455-9a10-4d260f77f92e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YmI5ZDcxMTlkYTkwNzRlZmJmODFkY2RmNmU5NDE4NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51758f80-1e52-4556-b74c-5a550253bbec"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:13:32.933Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:13:32.933Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd ASDC
2021-07-22T04:13:32.933Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e6b7a814-a8a2-419d-a87f-940e337ce0a7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd
ServiceInvariantUUID:8576b4e2-306d-4449-8d93-d34e78c6be27
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:51758f80-1e52-4556-b74c-5a550253bbec
ArtifactChecksum:YmI5ZDcxMTlkYTkwNzRlZmJmODFkY2RmNmU5NDE4NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:edee002d-b819-4aba-a4e3-601db77fdb46
ResourceInvariantUUID:50af628d-f363-428d-8d55-7860c7b0902a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e93aea45-d242-4914-9114-ec58fb547adc
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:635d349d-841f-4787-a485-aa9fd8654929
ArtifactChecksum:OGNlMjYwMDRjOTY3YWVmZTE2MjZjMTU1ODc4NGE1NDY=
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:477c5591-30c0-4455-9a10-4d260f77f92e
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T04:13:32.933Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd 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-07-22T04:13:32.969Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:13:32.970Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:13:32.970Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:13:32.970Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 51758f80-1e52-4556-b74c-5a550253bbec from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-22T04:13:32.971Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:13:32.971Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-22T04:13:34.036Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:13:34.040Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 51758f80-1e52-4556-b74c-5a550253bbec 70841
2021-07-22T04:13:34.040Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-22T04:13:34.041Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-22T04:13:34.041Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:13:34.041Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:34.042Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:34.043Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927214040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:34.143Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:34.143Z||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-07-22T04:13:34.143Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:34.152Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:34.152Z||pool-58-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:35.043Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:13:35.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:13:35.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 51758f80-1e52-4556-b74c-5a550253bbec, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:35.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-07-22T04:13:35.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:35.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:35.217Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13198063897554611937/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-07-22T04:13:36.043Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:13:36.043Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:13:36.044Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:13:36.045Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.046Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:36.047Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c502b9b8-21f3-4612-9ba3-4ad6e61dd1a0
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:36.048Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd
Model Version:NULL
Model InvariantUuid:8576b4e2-306d-4449-8d93-d34e78c6be27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e4808a2f-9693-4160-9590-bd76ffc499c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50af628d-f363-428d-8d55-7860c7b0902a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:edee002d-b819-4aba-a4e3-601db77fdb46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e0330628-04e4-4fe2-9814-7240cc39ef72
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:020b1e9b-e334-4bdd-9cba-19a810f0c5ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c502b9b8-21f3-4612-9ba3-4ad6e61dd1a0
ModelInvariantUuid:767f7c1d-2a1d-4131-acf4-55e9df6b03a7
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:da5641e6-3c5e-44e9-b19e-456c27aaab64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:1e9c13c1-b873-40fc-894d-5cd00fa55f64
ModelInvariantUuid:d30fb9bf-2d35-4558-9796-1c36d5ede697
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:2dbbbff1-0bf6-4241-bfdf-77f454392ee9
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:13:36.057Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e93aea45-d242-4914-9114-ec58fb547adc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:13:36.060Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||basic_vm 0
2021-07-22T04:13:36.060Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e93aea45-d242-4914-9114-ec58fb547adc
2021-07-22T04:13:36.060Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 635d349d-841f-4787-a485-aa9fd8654929 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-22T04:13:36.060Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:13:36.061Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-22T04:13:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:13:36.835Z||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-07-22T04:13:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:36.940Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:13:36.940Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 635d349d-841f-4787-a485-aa9fd8654929 787
2021-07-22T04:13:36.940Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-07-22T04:13:36.940Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-22T04:13:36.941Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:13:36.941Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:36.943Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:36.943Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927216940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:36.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:37.043Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:37.044Z||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-07-22T04:13:37.044Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:37.053Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:37.054Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:37.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927162841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927168244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927170281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927177135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927170784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927171365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "dcae-sch",
  "timestamp": 1626927171973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927172182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927179164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927179200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927180167,
  "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-07-22T04:13:37.083Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.083Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927180398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927181008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927181399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927181402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927181657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.091Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "cds",
  "timestamp": 1626927182014,
  "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-07-22T04:13:37.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "policy-id",
  "timestamp": 1626927182406,
  "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-07-22T04:13:37.110Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.110Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927183389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927183903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "clamp",
  "timestamp": 1626927184392,
  "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-07-22T04:13:37.126Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.127Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927184923,
  "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-07-22T04:13:37.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.142Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927185926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.150Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.151Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927183968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927191933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.154Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927187182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927197305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927190282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927190784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927191365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "dcae-sch",
  "timestamp": 1626927191973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "cds",
  "timestamp": 1626927199672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-22T04:13:37.174Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:13:37.174Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:13:37.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927200399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927192840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9a95166-0b8f-422a-9727-1e17d69019dd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927200608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927201001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927201006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "aai-ml",
  "timestamp": 1626927202004,
  "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-07-22T04:13:37.191Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6b7a814-a8a2-419d-a87f-940e337ce0a7
2021-07-22T04:13:37.192Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:13:37.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927202010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927202310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "policy-id",
  "timestamp": 1626927203014,
  "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-07-22T04:13:37.208Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:13:37.208Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:13:37.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927204305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927205322,
  "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-07-22T04:13:37.223Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:13:37.223Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:13:37.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927198243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927206324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927209205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927211232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927211385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927212235,
  "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-07-22T04:13:37.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:13:37.240Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927214040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927214389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "clamp",
  "timestamp": 1626927215392,
  "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-07-22T04:13:37.255Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:13:37.255Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:13:37.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:13:37.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:13:37.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:13:37.943Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e0330628-04e4-4fe2-9814-7240cc39ef72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "020b1e9b-e334-4bdd-9cba-19a810f0c5ec",
    "vfModuleModelCustomizationUUID": "3f3f637a-6f3a-48f5-8bc9-a3eb232d1231",
    "isBase": true,
    "artifacts": [
      "477c5591-30c0-4455-9a10-4d260f77f92e",
      "a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2"
    ],
    "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-07-22T04:13:37.952Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:020b1e9b-e334-4bdd-9cba-19a810f0c5ec
VfModuleModelInvariantUUID:e0330628-04e4-4fe2-9814-7240cc39ef72
VfModuleModelDescription:NULL
Artifacts UUID List:{
477c5591-30c0-4455-9a10-4d260f77f92e
,
a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2

}
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-07-22T04:13:37.955Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e0330628-04e4-4fe2-9814-7240cc39ef72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "020b1e9b-e334-4bdd-9cba-19a810f0c5ec",
    "vfModuleModelCustomizationUUID": "3f3f637a-6f3a-48f5-8bc9-a3eb232d1231",
    "isBase": true,
    "artifacts": [
      "477c5591-30c0-4455-9a10-4d260f77f92e",
      "a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2"
    ],
    "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-07-22T04:13:37.956Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:020b1e9b-e334-4bdd-9cba-19a810f0c5ec
VfModuleModelInvariantUUID:e0330628-04e4-4fe2-9814-7240cc39ef72
VfModuleModelDescription:NULL
Artifacts UUID List:{
477c5591-30c0-4455-9a10-4d260f77f92e
,
a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2

}
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-07-22T04:13:37.956Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 477c5591-30c0-4455-9a10-4d260f77f92e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-22T04:13:37.956Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:13:37.956Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-22T04:13:39.827Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:13:39.828Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 477c5591-30c0-4455-9a10-4d260f77f92e 5033
2021-07-22T04:13:39.828Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-22T04:13:39.828Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-22T04:13:39.828Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:13:39.828Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:39.830Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:39.831Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927219828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:39.931Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:39.931Z||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-07-22T04:13:39.931Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:39.940Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:39.940Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:40.831Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-22T04:13:40.832Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:13:40.833Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-22T04:13:42.105Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:13:42.106Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a51088e6-f1bd-44bf-9f7e-1e58ef3f2fd2 903
2021-07-22T04:13:42.106Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-22T04:13:42.106Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-22T04:13:42.106Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:13:42.107Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:42.108Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:42.109Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927222106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:13:42.209Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:42.210Z||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-07-22T04:13:42.210Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:42.220Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:42.220Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:43.109Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd
2021-07-22T04:13:43.110Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e93aea45-d242-4914-9114-ec58fb547adc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= edee002d-b819-4aba-a4e3-601db77fdb46
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: edee002d-b819-4aba-a4e3-601db77fdb46 matches Tosca VF Customization UUID: edee002d-b819-4aba-a4e3-601db77fdb46
2021-07-22T04:13:43.123Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: edee002d-b819-4aba-a4e3-601db77fdb46  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id edee002d-b819-4aba-a4e3-601db77fdb46: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2cf771a4
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.126Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:13:43.127Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f3f637a-6f3a-48f5-8bc9-a3eb232d1231
2021-07-22T04:13:43.127Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f3f637a-6f3a-48f5-8bc9-a3eb232d1231
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:43.129Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.130Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-07-22T04:13:43.130Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:13:43.130Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-22T04:13:43.130Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c502b9b8-21f3-4612-9ba3-4ad6e61dd1a0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-07-22T04:13:43.132Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=edee002d-b819-4aba-a4e3-601db77fdb46
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:13:43.134Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.134Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.134Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd: basic_vm
2021-07-22T04:13:43.134Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.134Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:13:43.135Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T04:13:43.214Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e93aea45-d242-4914-9114-ec58fb547adc 1 ASDC deployResourceStructure
2021-07-22T04:13:43.215Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-07-22T04:13:43.215Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-07-22T04:13:43.215Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:13:43.215Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:43.217Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:43.217Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927223215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:43.317Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:43.317Z||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-07-22T04:13:43.318Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:43.326Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:43.326Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:44.217Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-22T04:13:44.218Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-07-22T04:13:44.218Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:13:44.218Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:44.220Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:44.220Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927224217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:44.320Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:44.321Z||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-07-22T04:13:44.321Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:44.330Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:44.331Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:45.221Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-22T04:13:45.221Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-07-22T04:13:45.222Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:13:45.222Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:45.223Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:45.223Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927225221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:45.324Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:45.324Z||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-07-22T04:13:45.325Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:45.338Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:45.339Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:46.224Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-07-22T04:13:46.225Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-07-22T04:13:46.225Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:13:46.225Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:13:46.227Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:13:46.227Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927226224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:13:46.328Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:13:46.328Z||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-07-22T04:13:46.328Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:13:46.336Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:13:46.336Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:13:47.228Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6b7a814-a8a2-419d-a87f-940e337ce0a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:13:47.240Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6b7a814-a8a2-419d-a87f-940e337ce0a7
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-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:13:47.243Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:13:47.249Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:14:17.249Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6b7a814-a8a2-419d-a87f-940e337ce0a7 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-07-22T04:14:17.256Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6b7a814-a8a2-419d-a87f-940e337ce0a7 and serviceModelVersionId: e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd
2021-07-22T04:14:17.256Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8576b4e2-306d-4449-8d93-d34e78c6be27
2021-07-22T04:14:17.257Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0
2021-07-22T04:14:17.261Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:14:17.288Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|INFO|500||Invoke
2021-07-22T04:14:17.288Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e6b7a814-a8a2-419d-a87f-940e337ce0a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04c07acd-a6c5-4f80-be05-36d39451b52d], X-ECOMP-RequestID=[e6b7a814-a8a2-419d-a87f-940e337ce0a7], X-TransactionId=[], X-ONAP-RequestID=[e6b7a814-a8a2-419d-a87f-940e337ce0a7], Content-Type=[application/merge-patch+json]}
2021-07-22T04:14:17.315Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:14:17.527Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210722-04:14:17:322-39451], vertex-id=[241816], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:14:17 GMT], Content-Type=[application/json]}
2021-07-22T04:14:17.527Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:14:17.528Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8576b4e2-306d-4449-8d93-d34e78c6be27/model-vers/model-ver/e8ebae51-6bbb-41ad-ba0b-9d66fd2a0cbd?depth=0|INFO|500||InvokeReturn
2021-07-22T04:14:17.528Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:14:17.528Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:14:17.534Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:14:17.534Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6b7a814-a8a2-419d-a87f-940e337ce0a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:14:17.534Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:14:17.534Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:17.536Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:17.536Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927257534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:14:17.636Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:17.637Z||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-07-22T04:14:17.637Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:17.650Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:17.651Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:14:18.549Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-22T04:14:18.549Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5358c30-2e64-4a01-a5d7-ec401c90be81","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6cc9df35-e85c-41a9-968a-7269aba3381a","serviceDescription":"service","serviceInvariantUUID":"44747678-351b-4e12-8c61-c80bb4ae0000","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"65161734-5e32-4c7f-8049-f870d1738f0b","resourceInvariantUUID":"c826f2f5-75cf-4d7c-8b5c-749bba475065","resourceCustomizationUUID":"99f092bc-dc3d-4016-a90a-b9a5257da259","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":"MjBjNmMwNDdmOTY0MzQ3YWZhMDI0ZmRiMDNlOWExZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"99a0e71c-3e96-425d-9ba3-9acbfc4d4cae","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":"ZjIxOGY4YWQzMmFjZDNkNGI5ODEzZmUzZmYxNDU2NTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56b5b750-e3b3-4378-80f6-bdd99dec508b","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2dd53e2f-7a1c-4b67-9e09-788fddfd85ed","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":"bd731a1c-24c3-482b-9f5e-2baf99096d2b","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23d26ac0-1ae5-43db-be6f-64cc2d34573d","artifactVersion":"2","generatedFromUUID":"2dd53e2f-7a1c-4b67-9e09-788fddfd85ed"},{"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":"NTgyN2Y5OTc1YTIzM2MzMTM0NTc4ZjVkZDM3ZjcxZmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6735ba2e-3b71-46a4-aab1-01914970fc96","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":"ZTIzMTE0M2I3YmY3NjE1ZjE0NjQxYWEyNWRiZTMyNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64641f1a-5da6-4d50-8f4d-7e6b7a7bce61","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTU0NmM4ZDMwY2ZjYzA0YjQxZDBmY2IxZmE3YTkyM2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d11c7f39-30bf-47e1-8915-8e919f588709","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:14:18.549Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:18.550Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:18.551Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:18.551Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:14:18.652Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:14:18.652Z||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-07-22T04:14:18.652Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:18.661Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:18.661Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:19.552Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:19.553Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:19.555Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:19.555Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:14:19.655Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:19.655Z||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-07-22T04:14:19.656Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:19.664Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:19.665Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:20.555Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:20.556Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:20.558Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:20.558Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:14:20.658Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:20.659Z||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-07-22T04:14:20.659Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:20.667Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:20.668Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:21.559Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:21.559Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:21.561Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:21.562Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:14:21.662Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:21.662Z||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-07-22T04:14:21.662Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:21.671Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:21.672Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:22.562Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:22.563Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:22.565Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:22.565Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:14:22.665Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:22.666Z||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-07-22T04:14:22.666Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:22.675Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:22.675Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:23.566Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:23.567Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:23.568Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:23.568Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:14:23.669Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:23.669Z||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-07-22T04:14:23.669Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:23.678Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:23.678Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:24.569Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:24.570Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:24.572Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:24.572Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:14:24.672Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:24.673Z||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-07-22T04:14:24.673Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:24.681Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:24.682Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:25.572Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:14:25.573Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:25.575Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:25.575Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:14:25.676Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:14:25.676Z||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-07-22T04:14:25.677Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:25.685Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:25.685Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:26.577Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6cc9df35-e85c-41a9-968a-7269aba3381a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "44747678-351b-4e12-8c61-c80bb4ae0000",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "99f092bc-dc3d-4016-a90a-b9a5257da259",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "65161734-5e32-4c7f-8049-f870d1738f0b",
      "resourceInvariantUUID": "c826f2f5-75cf-4d7c-8b5c-749bba475065",
      "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": "ZjIxOGY4YWQzMmFjZDNkNGI5ODEzZmUzZmYxNDU2NTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "56b5b750-e3b3-4378-80f6-bdd99dec508b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2dd53e2f-7a1c-4b67-9e09-788fddfd85ed",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "23d26ac0-1ae5-43db-be6f-64cc2d34573d",
            "generatedFromUUID": "2dd53e2f-7a1c-4b67-9e09-788fddfd85ed"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "23d26ac0-1ae5-43db-be6f-64cc2d34573d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTU0NmM4ZDMwY2ZjYzA0YjQxZDBmY2IxZmE3YTkyM2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d11c7f39-30bf-47e1-8915-8e919f588709"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:14:26.577Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:14:26.577Z|e6b7a814-a8a2-419d-a87f-940e337ce0a7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cc9df35-e85c-41a9-968a-7269aba3381a ASDC
2021-07-22T04:14:26.577Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a5358c30-2e64-4a01-a5d7-ec401c90be81
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6cc9df35-e85c-41a9-968a-7269aba3381a
ServiceInvariantUUID:44747678-351b-4e12-8c61-c80bb4ae0000
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:d11c7f39-30bf-47e1-8915-8e919f588709
ArtifactChecksum:ZTU0NmM4ZDMwY2ZjYzA0YjQxZDBmY2IxZmE3YTkyM2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:99f092bc-dc3d-4016-a90a-b9a5257da259
ResourceInvariantUUID:c826f2f5-75cf-4d7c-8b5c-749bba475065
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:65161734-5e32-4c7f-8049-f870d1738f0b
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:56b5b750-e3b3-4378-80f6-bdd99dec508b
ArtifactChecksum:ZjIxOGY4YWQzMmFjZDNkNGI5ODEzZmUzZmYxNDU2NTU=
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:2dd53e2f-7a1c-4b67-9e09-788fddfd85ed
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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:23d26ac0-1ae5-43db-be6f-64cc2d34573d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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:23d26ac0-1ae5-43db-be6f-64cc2d34573d
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T04:14:26.578Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cc9df35-e85c-41a9-968a-7269aba3381a 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-07-22T04:14:26.612Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:14:26.613Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:14:26.613Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:14:26.613Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d11c7f39-30bf-47e1-8915-8e919f588709 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-22T04:14:26.613Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:14:26.613Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-22T04:14:29.005Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:14:29.012Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d11c7f39-30bf-47e1-8915-8e919f588709 78598
2021-07-22T04:14:29.012Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-22T04:14:29.012Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-22T04:14:29.012Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:14:29.012Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:29.014Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:29.014Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927269012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:14:29.114Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:29.115Z||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-07-22T04:14:29.115Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:29.123Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:29.123Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:30.014Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:14:30.015Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:14:30.016Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d11c7f39-30bf-47e1-8915-8e919f588709, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.016Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.016Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.016Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.134Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4913244179570352963/Definitions/service-BasicVmMacro-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-07-22T04:14:30.936Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:14:30.936Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:14:30.936Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:14:30.937Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-07-22T04:14:30.938Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.939Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e968abf6-5f23-483f-b96a-15b2b007a9cb
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:30.940Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6cc9df35-e85c-41a9-968a-7269aba3381a
Model Version:NULL
Model InvariantUuid:44747678-351b-4e12-8c61-c80bb4ae0000
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2b1048ed-5607-4030-af8c-0cfb064ea5d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c826f2f5-75cf-4d7c-8b5c-749bba475065
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:99f092bc-dc3d-4016-a90a-b9a5257da259
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:06edfca4-06c9-44e7-a3ed-1904df714fca
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8d707a3b-a256-416e-b7ce-ab9ecebf74e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e968abf6-5f23-483f-b96a-15b2b007a9cb
ModelInvariantUuid:0f7c117d-668e-4292-9878-b9ffc37a373e
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:37492284-f0df-4a7f-862a-df4b4abb0a0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:56d91a72-d2f0-4b68-a973-1cb519b55425
ModelInvariantUuid:4edb863f-a088-40f6-bcd9-2006cb57b7a2
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:b261c1ba-e4ca-477b-8735-8f5975e0c65f
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:14:30.947Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 65161734-5e32-4c7f-8049-f870d1738f0b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:14:30.949Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2021-07-22T04:14:30.950Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 65161734-5e32-4c7f-8049-f870d1738f0b
2021-07-22T04:14:30.950Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56b5b750-e3b3-4378-80f6-bdd99dec508b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-22T04:14:30.950Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:14:30.950Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-22T04:14:31.630Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:14:31.630Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 56b5b750-e3b3-4378-80f6-bdd99dec508b 792
2021-07-22T04:14:31.630Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-22T04:14:31.631Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-22T04:14:31.631Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:14:31.631Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:31.633Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:31.633Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927271630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:14:31.733Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:31.734Z||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-07-22T04:14:31.734Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:31.742Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:31.743Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:32.634Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "06edfca4-06c9-44e7-a3ed-1904df714fca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d707a3b-a256-416e-b7ce-ab9ecebf74e6",
    "vfModuleModelCustomizationUUID": "0264a51e-0d87-4df3-8f7b-770a16ed7f34",
    "isBase": true,
    "artifacts": [
      "2dd53e2f-7a1c-4b67-9e09-788fddfd85ed",
      "23d26ac0-1ae5-43db-be6f-64cc2d34573d"
    ],
    "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-07-22T04:14:32.637Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d707a3b-a256-416e-b7ce-ab9ecebf74e6
VfModuleModelInvariantUUID:06edfca4-06c9-44e7-a3ed-1904df714fca
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dd53e2f-7a1c-4b67-9e09-788fddfd85ed
,
23d26ac0-1ae5-43db-be6f-64cc2d34573d

}
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-07-22T04:14:32.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "06edfca4-06c9-44e7-a3ed-1904df714fca",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d707a3b-a256-416e-b7ce-ab9ecebf74e6",
    "vfModuleModelCustomizationUUID": "0264a51e-0d87-4df3-8f7b-770a16ed7f34",
    "isBase": true,
    "artifacts": [
      "2dd53e2f-7a1c-4b67-9e09-788fddfd85ed",
      "23d26ac0-1ae5-43db-be6f-64cc2d34573d"
    ],
    "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-07-22T04:14:32.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d707a3b-a256-416e-b7ce-ab9ecebf74e6
VfModuleModelInvariantUUID:06edfca4-06c9-44e7-a3ed-1904df714fca
VfModuleModelDescription:NULL
Artifacts UUID List:{
2dd53e2f-7a1c-4b67-9e09-788fddfd85ed
,
23d26ac0-1ae5-43db-be6f-64cc2d34573d

}
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-07-22T04:14:32.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2dd53e2f-7a1c-4b67-9e09-788fddfd85ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-22T04:14:32.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:14:32.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-22T04:14:33.633Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:14:33.634Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2dd53e2f-7a1c-4b67-9e09-788fddfd85ed 5033
2021-07-22T04:14:33.634Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-22T04:14:33.634Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-22T04:14:33.635Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:14:33.635Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:33.637Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:33.637Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927273634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:14:33.737Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:33.738Z||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-07-22T04:14:33.738Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:33.747Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:33.747Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:34.637Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23d26ac0-1ae5-43db-be6f-64cc2d34573d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-22T04:14:34.638Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:14:34.639Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 23d26ac0-1ae5-43db-be6f-64cc2d34573d 903
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:14:36.000Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:36.002Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:36.002Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927276000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:14:36.103Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:36.103Z||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-07-22T04:14:36.103Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:36.112Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:36.113Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:14:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:14:36.835Z||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-07-22T04:14:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:36.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:36.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:14:36.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927216940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:14:36.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:14:37.003Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6cc9df35-e85c-41a9-968a-7269aba3381a
2021-07-22T04:14:37.004Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 65161734-5e32-4c7f-8049-f870d1738f0b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:14:37.016Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.017Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.017Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-07-22T04:14:37.017Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 99f092bc-dc3d-4016-a90a-b9a5257da259
2021-07-22T04:14:37.017Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99f092bc-dc3d-4016-a90a-b9a5257da259 matches Tosca VF Customization UUID: 99f092bc-dc3d-4016-a90a-b9a5257da259
2021-07-22T04:14:37.017Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 99f092bc-dc3d-4016-a90a-b9a5257da259  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T04:14:37.019Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.019Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.020Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 99f092bc-dc3d-4016-a90a-b9a5257da259: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-07-22T04:14:37.020Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d79d54e
2021-07-22T04:14:37.020Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.020Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:14:37.020Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0264a51e-0d87-4df3-8f7b-770a16ed7f34
2021-07-22T04:14:37.021Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0264a51e-0d87-4df3-8f7b-770a16ed7f34
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T04:14:37.022Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-07-22T04:14:37.023Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e968abf6-5f23-483f-b96a-15b2b007a9cb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-07-22T04:14:37.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=99f092bc-dc3d-4016-a90a-b9a5257da259
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:14:37.027Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.027Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.027Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6cc9df35-e85c-41a9-968a-7269aba3381a: basic_vm_macro
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:14:37.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T04:14:37.114Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 65161734-5e32-4c7f-8049-f870d1738f0b 1 ASDC deployResourceStructure
2021-07-22T04:14:37.114Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-07-22T04:14:37.115Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-07-22T04:14:37.115Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:14:37.115Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:37.116Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:37.116Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927277114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:14:37.217Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:37.217Z||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-07-22T04:14:37.217Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:37.226Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:37.226Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:38.117Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-07-22T04:14:38.118Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-07-22T04:14:38.118Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:14:38.118Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:38.120Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:38.120Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927278117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:14:38.220Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:38.220Z||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-07-22T04:14:38.221Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:38.228Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:38.229Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:14:39.121Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-07-22T04:14:39.121Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-07-22T04:14:39.121Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:14:39.122Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:39.124Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:39.124Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927279121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:14:39.224Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:39.224Z||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-07-22T04:14:39.225Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:39.233Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:39.233Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:40.125Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-07-22T04:14:40.125Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-07-22T04:14:40.125Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:14:40.126Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:14:40.127Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:14:40.127Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927280125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:14:40.227Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:14:40.228Z||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-07-22T04:14:40.228Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:14:40.237Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:14:40.237Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:14:41.128Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:14:41.139Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
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-07-22T04:14:41.141Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:14:41.141Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:14:41.142Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:15:11.142Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:15:11.154Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
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-07-22T04:15:11.156Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:15:11.156Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:15:11.156Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:15:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:15:36.835Z||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-07-22T04:15:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:15:36.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:15:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927219828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927213968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927222106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927223215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:15:36.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927223512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927224217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927225221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927226224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927232531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "aai-ml",
  "timestamp": 1626927233534,
  "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-07-22T04:15:36.868Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5358c30-2e64-4a01-a5d7-ec401c90be81
2021-07-22T04:15:36.868Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:15:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e6b7a814-a8a2-419d-a87f-940e337ce0a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927257534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:15:36.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927201626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927269012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927271630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927273634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:36.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:15:36.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927276000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:15:36.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:15:41.156Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:15:41.166Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81
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-07-22T04:15:41.168Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:15:41.168Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:15:41.168Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:15:41.168Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:15:41.169Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:15:41.173Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:16:11.173Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5358c30-2e64-4a01-a5d7-ec401c90be81 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-07-22T04:16:11.180Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5358c30-2e64-4a01-a5d7-ec401c90be81 and serviceModelVersionId: 6cc9df35-e85c-41a9-968a-7269aba3381a
2021-07-22T04:16:11.180Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44747678-351b-4e12-8c61-c80bb4ae0000
2021-07-22T04:16:11.181Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0
2021-07-22T04:16:11.185Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:16:11.209Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|INFO|500||Invoke
2021-07-22T04:16:11.209Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5358c30-2e64-4a01-a5d7-ec401c90be81], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ceab43c9-e6d3-495b-bcff-0ee4e7eec059], X-ECOMP-RequestID=[a5358c30-2e64-4a01-a5d7-ec401c90be81], X-TransactionId=[], X-ONAP-RequestID=[a5358c30-2e64-4a01-a5d7-ec401c90be81], Content-Type=[application/merge-patch+json]}
2021-07-22T04:16:11.224Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:16:11.629Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210722-04:16:11:231-63287], vertex-id=[421960], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:16:11 GMT], Content-Type=[application/json]}
2021-07-22T04:16:11.630Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:16:11.630Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/44747678-351b-4e12-8c61-c80bb4ae0000/model-vers/model-ver/6cc9df35-e85c-41a9-968a-7269aba3381a?depth=0|INFO|500||InvokeReturn
2021-07-22T04:16:11.631Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:16:11.631Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:16:11.636Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:16:11.636Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5358c30-2e64-4a01-a5d7-ec401c90be81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:16:11.636Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:16:11.636Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:11.638Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:11.638Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927371636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:16:11.738Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:11.739Z||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-07-22T04:16:11.739Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:11.752Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:11.752Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:16:12.648Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:16:12.648Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|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-07-22T04:16:12.648Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:17.024Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:17.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-22T04:16:17.025Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"221dbb97-b0ed-4ac7-8ae3-3466879cfb06","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e343688a-c024-44fe-baa3-cba3b0da30cf","serviceDescription":"service","serviceInvariantUUID":"a85272bf-3b71-4c76-ae13-117dcac0e9c4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e8ca90a9-4223-4047-b98b-0c09d55d8bcf","resourceInvariantUUID":"84fc0306-9d1d-497a-8d1a-55f3a77536f8","resourceCustomizationUUID":"aefe4601-e7b4-4d98-8f93-63571b7cea3f","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":"MTJiNzJkMjBhZDgzNGViOGNlYTBhNmI1NjUwZTQzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40e4bd84-2c61-490c-a7e8-6c1f550cf469","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":"16b56c22-cefc-49f3-9fae-0d2cb97c823e","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":"660f03c2-b1b3-463e-be7f-b45f1a271679","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":"OTJkNzg5NjE0NDMxZGE0NDdhYTIxMDMyMDc5Y2NkZDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3addd190-3ede-4d48-a78b-d83d16b84cd5","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":"b56fec23-c09d-4b54-963e-09519ef1f9f3","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":"7cb714b4-cf18-4549-9e36-cf9efba65706","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":"b69f8ba8-f2df-4456-b065-1c3d839dd13f","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":"ODgwNDQ3ODI2NTAxNzc0N2RiZmQxNGU0MjVkZjBlZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a683ca09-1317-4ca7-9253-c0e3774bf658","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTZlMThkOTk5MTJjMTQyZjJkNGY1YTA0NTQ5NjcxNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45f5eb57-ada9-4f7c-9996-7626f123fcf2","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:16:17.026Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:17.027Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:17.028Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:17.029Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:17.129Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:17.130Z||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-07-22T04:16:17.130Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:17.139Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:17.140Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:18.029Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:18.030Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:18.032Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:18.033Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:18.133Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:18.134Z||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-07-22T04:16:18.134Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:18.143Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:18.143Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:19.033Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:19.034Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:19.035Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:19.036Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:19.136Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:19.136Z||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-07-22T04:16:19.137Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:19.145Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:19.145Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:20.036Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:20.037Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:20.038Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:20.038Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:20.139Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:16:20.139Z||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-07-22T04:16:20.140Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:20.147Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:20.148Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:21.039Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:21.040Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:21.042Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:21.042Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:21.142Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:21.143Z||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-07-22T04:16:21.143Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:21.151Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:21.151Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:22.042Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:22.043Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:22.045Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:22.045Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:22.145Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:22.146Z||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-07-22T04:16:22.146Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:22.154Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:22.154Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:23.046Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:23.047Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:23.049Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:23.049Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:23.149Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:23.149Z||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-07-22T04:16:23.150Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:23.158Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:23.158Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:24.049Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:24.050Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:24.052Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:24.052Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:16:24.152Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:24.153Z||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-07-22T04:16:24.153Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:24.161Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:24.161Z||pool-91-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:25.052Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:16:25.053Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:25.055Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:25.055Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:16:25.155Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:16:25.156Z||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-07-22T04:16:25.156Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:25.165Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:25.165Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:26.057Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e343688a-c024-44fe-baa3-cba3b0da30cf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a85272bf-3b71-4c76-ae13-117dcac0e9c4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "aefe4601-e7b4-4d98-8f93-63571b7cea3f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e8ca90a9-4223-4047-b98b-0c09d55d8bcf",
      "resourceInvariantUUID": "84fc0306-9d1d-497a-8d1a-55f3a77536f8",
      "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": "ZTZlMThkOTk5MTJjMTQyZjJkNGY1YTA0NTQ5NjcxNjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45f5eb57-ada9-4f7c-9996-7626f123fcf2"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:16:26.057Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:16:26.057Z|a5358c30-2e64-4a01-a5d7-ec401c90be81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e343688a-c024-44fe-baa3-cba3b0da30cf ASDC
2021-07-22T04:16:26.057Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:221dbb97-b0ed-4ac7-8ae3-3466879cfb06
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e343688a-c024-44fe-baa3-cba3b0da30cf
ServiceInvariantUUID:a85272bf-3b71-4c76-ae13-117dcac0e9c4
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:45f5eb57-ada9-4f7c-9996-7626f123fcf2
ArtifactChecksum:ZTZlMThkOTk5MTJjMTQyZjJkNGY1YTA0NTQ5NjcxNjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:aefe4601-e7b4-4d98-8f93-63571b7cea3f
ResourceInvariantUUID:84fc0306-9d1d-497a-8d1a-55f3a77536f8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e8ca90a9-4223-4047-b98b-0c09d55d8bcf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:16:26.057Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e343688a-c024-44fe-baa3-cba3b0da30cf 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-07-22T04:16:26.080Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:16:26.081Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:16:26.081Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:16:26.081Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45f5eb57-ada9-4f7c-9996-7626f123fcf2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-22T04:16:26.081Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:16:26.081Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-22T04:16:28.209Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:16:28.216Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 45f5eb57-ada9-4f7c-9996-7626f123fcf2 105560
2021-07-22T04:16:28.216Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-22T04:16:28.216Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-22T04:16:28.216Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:16:28.216Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:28.218Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:28.218Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927388216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:16:28.318Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:28.319Z||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-07-22T04:16:28.319Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:28.327Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:28.328Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:29.218Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:16:29.219Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:16:29.219Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 45f5eb57-ada9-4f7c-9996-7626f123fcf2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.220Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.220Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.220Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.303Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15138799584798684654/Definitions/service-TestPnfMacro-template.yml
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.819Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-07-22T04:16:29.820Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.821Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e343688a-c024-44fe-baa3-cba3b0da30cf
Model Version:NULL
Model InvariantUuid:a85272bf-3b71-4c76-ae13-117dcac0e9c4
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:16:29.827Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: e8ca90a9-4223-4047-b98b-0c09d55d8bcf
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:16:29.829Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-07-22T04:16:29.829Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e8ca90a9-4223-4047-b98b-0c09d55d8bcf
2021-07-22T04:16:29.830Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e343688a-c024-44fe-baa3-cba3b0da30cf
2021-07-22T04:16:29.830Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e343688a-c024-44fe-baa3-cba3b0da30cf
2021-07-22T04:16:29.830Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e8ca90a9-4223-4047-b98b-0c09d55d8bcf ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:16:29.834Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.834Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.834Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e343688a-c024-44fe-baa3-cba3b0da30cf: test-pnf
2021-07-22T04:16:29.834Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Processing PNF resource: e8ca90a9-4223-4047-b98b-0c09d55d8bcf
2021-07-22T04:16:29.834Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:16:29.835Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:16:29.835Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||Resource customization UUID: aefe4601-e7b4-4d98-8f93-63571b7cea3f is the same as notified resource customizationUUID: aefe4601-e7b4-4d98-8f93-63571b7cea3f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:16:29.863Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e8ca90a9-4223-4047-b98b-0c09d55d8bcf 0 ASDC deployResourceStructure
2021-07-22T04:16:29.863Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-07-22T04:16:29.863Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-07-22T04:16:29.863Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:16:29.864Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:16:29.865Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:16:29.865Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927389863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:16:29.966Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:16:29.966Z||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-07-22T04:16:29.966Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:29.974Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:29.974Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:16:30.866Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:16:30.875Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:16:30.877Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:16:30.877Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:16:30.877Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:16:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:16:36.835Z||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-07-22T04:16:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:16:36.850Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:16:36.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:16:36.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927277114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:16:36.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:17:00.877Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:17:00.886Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:17:00.888Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:17:00.888Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:17:00.888Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:17:30.888Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:17:30.897Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:17:30.900Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:17:30.900Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:17:30.900Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:17:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:17:36.835Z||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-07-22T04:17:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:17:36.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:17:36.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:17:36.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927278117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:17:36.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:17:36.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:17:36.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927279121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:17:36.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:17:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:17:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927280125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:17:36.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:00.900Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:18:00.909Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:18:00.910Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:18:00.911Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:18:00.911Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:18:30.911Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:18:30.920Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:18:30.922Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:18:30.922Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:18:30.922Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:18:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:18:36.835Z||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-07-22T04:18:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:18:36.856Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5358c30-2e64-4a01-a5d7-ec401c90be81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927371636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.869Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927370281,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927372841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927370784,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927367182,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "dcae-sch",
  "timestamp": 1626927371973,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927371366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927372648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927378244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927388140,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927388216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927388234,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927388305,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927389257,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927389309,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "cds",
  "timestamp": 1626927389360,
  "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-07-22T04:18:36.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:18:36.881Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:18:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927389863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:18:36.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927390259,
  "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-07-22T04:18:36.895Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:18:36.895Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:18:36.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "policy-id",
  "timestamp": 1626927390312,
  "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-07-22T04:18:36.918Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:18:36.918Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:18:36.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927390417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:18:36.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927392049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:18:36.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:18:36.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927393051,
  "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-07-22T04:18:36.932Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:18:36.933Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:18:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:18:36.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:00.922Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:19:00.932Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:19:00.935Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:19:00.935Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:19:00.935Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:19:30.935Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:19:30.944Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:19:30.946Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:19:30.947Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:19:30.947Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:19:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:19:36.835Z||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-07-22T04:19:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:19:36.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:19:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927398404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927399419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "clamp",
  "timestamp": 1626927400422,
  "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-07-22T04:19:36.865Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:19:36.866Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:19:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927393968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927404628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927410330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "aai-ml",
  "timestamp": 1626927411333,
  "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-07-22T04:19:36.882Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
2021-07-22T04:19:36.882Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:19:36.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927430281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927423968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927430784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927427182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.910Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "dcae-sch",
  "timestamp": 1626927431973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927431365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927432840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927443804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927443909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927444115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927444210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927444807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "cds",
  "timestamp": 1626927445217,
  "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-07-22T04:19:36.927Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:19:36.927Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:19:36.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "policy-id",
  "timestamp": 1626927445809,
  "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-07-22T04:19:36.942Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:19:36.943Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:19:36.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927446300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927438244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:19:36.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:19:36.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927449806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927450811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927452327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927452797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927453394,
  "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-07-22T04:19:36.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:19:36.961Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:19:36.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927453801,
  "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-07-22T04:19:36.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:19:36.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927453833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927454396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927454409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:19:36.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:19:36.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "aai-ml",
  "timestamp": 1626927454836,
  "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-07-22T04:19:36.989Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:19:36.989Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:19:36.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:19:36.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927456417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:19:36.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:00.947Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:20:00.960Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06
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-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:20:00.962Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:20:00.966Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:20:30.966Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 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-07-22T04:20:30.971Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 and serviceModelVersionId: e343688a-c024-44fe-baa3-cba3b0da30cf
2021-07-22T04:20:30.971Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a85272bf-3b71-4c76-ae13-117dcac0e9c4
2021-07-22T04:20:30.972Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0
2021-07-22T04:20:30.979Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:20:31.003Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|INFO|500||Invoke
2021-07-22T04:20:31.003Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[221dbb97-b0ed-4ac7-8ae3-3466879cfb06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cab4d16b-ac2f-48cc-ab98-1d75fc349be1], X-ECOMP-RequestID=[221dbb97-b0ed-4ac7-8ae3-3466879cfb06], X-TransactionId=[], X-ONAP-RequestID=[221dbb97-b0ed-4ac7-8ae3-3466879cfb06], Content-Type=[application/merge-patch+json]}
2021-07-22T04:20:31.019Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:20:31.343Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210722-04:20:31:025-32994], vertex-id=[200720], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:20:31 GMT], Content-Type=[application/json]}
2021-07-22T04:20:31.343Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:20:31.344Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a85272bf-3b71-4c76-ae13-117dcac0e9c4/model-vers/model-ver/e343688a-c024-44fe-baa3-cba3b0da30cf?depth=0|INFO|500||InvokeReturn
2021-07-22T04:20:31.344Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:20:31.344Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:20:31.348Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:20:31.348Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 221dbb97-b0ed-4ac7-8ae3-3466879cfb06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:20:31.349Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:20:31.349Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:31.351Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:31.351Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927631349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:20:31.451Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:31.452Z||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-07-22T04:20:31.452Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:31.464Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:31.465Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 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-07-22T04:20:32.361Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:20:32.361Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|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-07-22T04:20:32.361Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:36.656Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:36.657Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.657Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f9fadc4-0096-4085-b0a3-b59762f14708","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"da617bc2-d61a-491b-827a-f1b0ea643688","serviceDescription":"service","serviceInvariantUUID":"f8ffb01f-ac97-4528-bf23-0b2c68ff22a8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"60a0c303-ee22-4419-a8ef-0d7456489390","resourceInvariantUUID":"2b691f56-899e-4c32-9ad6-c780729123c1","resourceCustomizationUUID":"111a4346-67ea-4c41-9ebb-f62d41340b3f","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":"YjM1YWQwNTM2MmJkZThmOWRkNTYxMzUxOWU4ZDY1Mzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a2cfb9c-87a7-4f6c-9a4f-296d3fa846d4","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":"149b0c60-d951-4cc2-b3cb-57a48b67da74","artifactVersion":"2","generatedFromUUID":"9ed8a539-7eb7-4169-b9b0-aab72c2464fe"},{"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":"9ed8a539-7eb7-4169-b9b0-aab72c2464fe","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":"ZWM1ZjM3MjEzNDZhOTk0NTcwMmQxMzMxNjAyMTE3Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a138a87-8d52-46b6-a7c3-704a297ad16b","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":"7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9","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":"dd753e35-b99b-4062-af47-55a701058aa5","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":"8adc6afa-cfb3-4f5a-ace4-88c347145c27","artifactVersion":"2","generatedFromUUID":"7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmIzNDc3MWM0MjE5OTBjZWIzYjMzYzQ3ZTIwY2FhZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2e0439e-a315-44a0-bd19-5e36b7e6e66b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDEzYTYwOTE0ZmJjNjdkNmJlNzI2ZTE4MWU2NzQwMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87f34bb1-d64c-46fe-acb8-62af175ccf5c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:20:36.659Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:36.659Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:36.661Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:36.661Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.761Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:36.762Z||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-07-22T04:20:36.762Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:36.771Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:36.771Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:20:36.835Z||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-07-22T04:20:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:36.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "clamp",
  "timestamp": 1626927457419,
  "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-07-22T04:20:36.866Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f9fadc4-0096-4085-b0a3-b59762f14708
2021-07-22T04:20:36.866Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:20:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927462840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927468244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927470281,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927478413,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927470784,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927471365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927471973,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927472182,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927480100,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927480365,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927481368,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:20:36.903Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.903Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.911Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927481604,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.911Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.911Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927482027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927482228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927482608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.912Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "cds",
  "timestamp": 1626927483032,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-07-22T04:20:36.917Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.917Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:36.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "policy-id",
  "timestamp": 1626927483610,
  "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-07-22T04:20:36.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.930Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:36.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927483818,
  "artifactURL": "/sdc/v1/catalog/services/3013d68e-737f-4b10-a5e1-fd0c682ec2e6/resourceInstances/basicclamp0/artifacts/8150de46-d819-45fa-9f3d-e53f5ad9cc57",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927484302,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927485051,
  "artifactURL": "/sdc/v1/catalog/services/3013d68e-737f-4b10-a5e1-fd0c682ec2e6/resourceInstances/basicclamp0/artifacts/8150de46-d819-45fa-9f3d-e53f5ad9cc57",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927485322,
  "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-07-22T04:20:36.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.946Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:36.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "dcae-sch",
  "timestamp": 1626927486053,
  "artifactURL": "/sdc/v1/catalog/services/3013d68e-737f-4b10-a5e1-fd0c682ec2e6/resourceInstances/basicclamp0/artifacts/8150de46-d819-45fa-9f3d-e53f5ad9cc57",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:20:36.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e and ComponentName service-change-handler
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-07-22T04:20:36.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927486325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927490413,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927491417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927483968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:36.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927493448,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927495482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927496548,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "clamp",
  "timestamp": 1626927497551,
  "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-07-22T04:20:36.978Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.978Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:36.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927501602,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:20:36.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:20:36.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:20:36.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "aai-ml",
  "timestamp": 1626927502605,
  "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-07-22T04:20:36.991Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d538c3c-e8f7-458d-86da-7f278fbceb2e
2021-07-22T04:20:36.992Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:20:37.662Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:37.663Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:37.665Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:37.665Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-22T04:20:37.765Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:37.765Z||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-07-22T04:20:37.766Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:37.775Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:37.776Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:38.665Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:38.666Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:38.668Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:38.668Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-22T04:20:38.768Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:38.769Z||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-07-22T04:20:38.769Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:38.777Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:38.778Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:39.668Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:39.669Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:39.670Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:39.671Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:20:39.771Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:39.771Z||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-07-22T04:20:39.771Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:39.780Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:39.780Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:40.671Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:40.672Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:40.674Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:40.674Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:20:40.774Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:40.775Z||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-07-22T04:20:40.775Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:40.784Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:40.785Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:41.675Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:41.675Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:41.677Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:41.677Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:41.777Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:41.778Z||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-07-22T04:20:41.778Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:41.786Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:41.786Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:42.678Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:42.679Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:42.681Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:42.681Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-22T04:20:42.781Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:42.782Z||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-07-22T04:20:42.782Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:42.792Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:42.792Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:20:43.682Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:43.682Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:43.683Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:43.684Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:20:43.784Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:43.785Z||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-07-22T04:20:43.785Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:43.793Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:43.793Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:44.684Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:20:44.685Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:44.687Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:44.687Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:20:44.787Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:44.787Z||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-07-22T04:20:44.788Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:44.795Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:44.795Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:45.688Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "da617bc2-d61a-491b-827a-f1b0ea643688",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8ffb01f-ac97-4528-bf23-0b2c68ff22a8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "111a4346-67ea-4c41-9ebb-f62d41340b3f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "60a0c303-ee22-4419-a8ef-0d7456489390",
      "resourceInvariantUUID": "2b691f56-899e-4c32-9ad6-c780729123c1",
      "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": "149b0c60-d951-4cc2-b3cb-57a48b67da74",
          "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": "9ed8a539-7eb7-4169-b9b0-aab72c2464fe",
          "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": "ZWM1ZjM3MjEzNDZhOTk0NTcwMmQxMzMxNjAyMTE3Mzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4a138a87-8d52-46b6-a7c3-704a297ad16b",
          "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": "7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9",
          "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": "8adc6afa-cfb3-4f5a-ace4-88c347145c27",
            "generatedFromUUID": "7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9"
          },
          "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": "8adc6afa-cfb3-4f5a-ace4-88c347145c27",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDEzYTYwOTE0ZmJjNjdkNmJlNzI2ZTE4MWU2NzQwMmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87f34bb1-d64c-46fe-acb8-62af175ccf5c"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:20:45.689Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:20:45.689Z|221dbb97-b0ed-4ac7-8ae3-3466879cfb06|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 da617bc2-d61a-491b-827a-f1b0ea643688 ASDC
2021-07-22T04:20:45.689Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:6f9fadc4-0096-4085-b0a3-b59762f14708
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:da617bc2-d61a-491b-827a-f1b0ea643688
ServiceInvariantUUID:f8ffb01f-ac97-4528-bf23-0b2c68ff22a8
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:87f34bb1-d64c-46fe-acb8-62af175ccf5c
ArtifactChecksum:MDEzYTYwOTE0ZmJjNjdkNmJlNzI2ZTE4MWU2NzQwMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:111a4346-67ea-4c41-9ebb-f62d41340b3f
ResourceInvariantUUID:2b691f56-899e-4c32-9ad6-c780729123c1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:60a0c303-ee22-4419-a8ef-0d7456489390
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:149b0c60-d951-4cc2-b3cb-57a48b67da74
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:9ed8a539-7eb7-4169-b9b0-aab72c2464fe
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:4a138a87-8d52-46b6-a7c3-704a297ad16b
ArtifactChecksum:ZWM1ZjM3MjEzNDZhOTk0NTcwMmQxMzMxNjAyMTE3Mzg=
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:7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9
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:8adc6afa-cfb3-4f5a-ace4-88c347145c27
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:8adc6afa-cfb3-4f5a-ace4-88c347145c27
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T04:20:45.689Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da617bc2-d61a-491b-827a-f1b0ea643688 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-07-22T04:20:45.718Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:20:45.718Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:20:45.719Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:20:45.719Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 87f34bb1-d64c-46fe-acb8-62af175ccf5c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-22T04:20:45.719Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:45.719Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-22T04:20:47.399Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:47.402Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 87f34bb1-d64c-46fe-acb8-62af175ccf5c 68758
2021-07-22T04:20:47.403Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-22T04:20:47.403Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-22T04:20:47.403Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:47.403Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:47.404Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:47.404Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927647403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:47.504Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:47.505Z||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-07-22T04:20:47.505Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:47.515Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:47.516Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:48.405Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:20:48.406Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:20:48.406Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 87f34bb1-d64c-46fe-acb8-62af175ccf5c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:48.406Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-07-22T04:20:48.406Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:48.407Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:48.481Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18132682525587646162/Definitions/service-BasicCnf-template.yml
2021-07-22T04:20:49.255Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:20:49.255Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:20:49.255Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:49.255Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-07-22T04:20:49.255Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:20:49.256Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-22T04:20:49.257Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:49.258Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-22T04:20:49.259Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bf26805c-0f82-431a-87d6-b4a5f9c7d201
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:49.260Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:da617bc2-d61a-491b-827a-f1b0ea643688
Model Version:NULL
Model InvariantUuid:f8ffb01f-ac97-4528-bf23-0b2c68ff22a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f9fec7c2-c26b-439f-a409-4d7c773e2cec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b691f56-899e-4c32-9ad6-c780729123c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:111a4346-67ea-4c41-9ebb-f62d41340b3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79f8ade8-db0a-4fc7-9e22-d9bfffec6779
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bf0eb9dd-8f65-4bf1-b964-4f371b7d86a7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bf26805c-0f82-431a-87d6-b4a5f9c7d201
ModelInvariantUuid:232e8df4-523c-4bac-bb21-d8725767ef1e
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ba1abcaf-a9b0-4eae-b258-a555f95c43d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:26005213-9da5-45ae-a5a7-4acf6fea26ba
ModelInvariantUuid:69de54b4-c0a5-4415-8078-a6590be96414
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f6a5fc8c-b215-4f37-93d1-05dfee09dc66
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:20:49.269Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 60a0c303-ee22-4419-a8ef-0d7456489390
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:20:49.271Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||basic_cnf 0
2021-07-22T04:20:49.272Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 60a0c303-ee22-4419-a8ef-0d7456489390
2021-07-22T04:20:49.272Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 149b0c60-d951-4cc2-b3cb-57a48b67da74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-22T04:20:49.272Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:49.272Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-22T04:20:49.832Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:49.832Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 149b0c60-d951-4cc2-b3cb-57a48b67da74 12
2021-07-22T04:20:49.832Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-22T04:20:49.833Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-07-22T04:20:49.833Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:49.833Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:49.835Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:49.835Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927649832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:49.935Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:49.936Z||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-07-22T04:20:49.936Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:49.946Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:49.946Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:50.836Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ed8a539-7eb7-4169-b9b0-aab72c2464fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-22T04:20:50.836Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:50.837Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-22T04:20:51.627Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:51.628Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9ed8a539-7eb7-4169-b9b0-aab72c2464fe 2688
2021-07-22T04:20:51.628Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-22T04:20:51.628Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-07-22T04:20:51.628Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:51.628Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:51.630Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:51.631Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927651628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:51.731Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:51.731Z||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-07-22T04:20:51.731Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:51.740Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:51.740Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:52.632Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a138a87-8d52-46b6-a7c3-704a297ad16b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-22T04:20:52.632Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:52.633Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-22T04:20:53.240Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:53.240Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4a138a87-8d52-46b6-a7c3-704a297ad16b 828
2021-07-22T04:20:53.240Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-22T04:20:53.240Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-22T04:20:53.241Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:53.241Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:53.243Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:53.243Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927653240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:53.343Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:53.344Z||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-07-22T04:20:53.344Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:53.353Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:53.353Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:20:54.243Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "79f8ade8-db0a-4fc7-9e22-d9bfffec6779",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf0eb9dd-8f65-4bf1-b964-4f371b7d86a7",
    "vfModuleModelCustomizationUUID": "7392268f-6327-48b2-82b0-21659e2a7a37",
    "isBase": true,
    "artifacts": [
      "7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9",
      "9ed8a539-7eb7-4169-b9b0-aab72c2464fe",
      "8adc6afa-cfb3-4f5a-ace4-88c347145c27"
    ],
    "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-07-22T04:20:54.247Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf0eb9dd-8f65-4bf1-b964-4f371b7d86a7
VfModuleModelInvariantUUID:79f8ade8-db0a-4fc7-9e22-d9bfffec6779
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9
,
9ed8a539-7eb7-4169-b9b0-aab72c2464fe
,
8adc6afa-cfb3-4f5a-ace4-88c347145c27

}
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-07-22T04:20:54.250Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "79f8ade8-db0a-4fc7-9e22-d9bfffec6779",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf0eb9dd-8f65-4bf1-b964-4f371b7d86a7",
    "vfModuleModelCustomizationUUID": "7392268f-6327-48b2-82b0-21659e2a7a37",
    "isBase": true,
    "artifacts": [
      "7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9",
      "9ed8a539-7eb7-4169-b9b0-aab72c2464fe",
      "8adc6afa-cfb3-4f5a-ace4-88c347145c27"
    ],
    "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-07-22T04:20:54.250Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf0eb9dd-8f65-4bf1-b964-4f371b7d86a7
VfModuleModelInvariantUUID:79f8ade8-db0a-4fc7-9e22-d9bfffec6779
VfModuleModelDescription:NULL
Artifacts UUID List:{
7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9
,
9ed8a539-7eb7-4169-b9b0-aab72c2464fe
,
8adc6afa-cfb3-4f5a-ace4-88c347145c27

}
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-07-22T04:20:54.251Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-22T04:20:54.251Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:54.251Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-22T04:20:55.524Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:55.525Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7b82eb0a-99a2-4e2d-a3d6-a5ee538e16f9 1164
2021-07-22T04:20:55.525Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-22T04:20:55.525Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-22T04:20:55.525Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:55.525Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:55.527Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:55.528Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927655525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:55.628Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:55.628Z||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-07-22T04:20:55.628Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:55.638Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:55.638Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:20:56.528Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8adc6afa-cfb3-4f5a-ace4-88c347145c27 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-22T04:20:56.529Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:20:56.529Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-22T04:20:58.015Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:20:58.015Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8adc6afa-cfb3-4f5a-ace4-88c347145c27 200
2021-07-22T04:20:58.015Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-22T04:20:58.015Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-22T04:20:58.015Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:20:58.016Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:58.017Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:58.018Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927658015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:20:58.118Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:58.119Z||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-07-22T04:20:58.119Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:58.127Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:58.128Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:20:59.018Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: da617bc2-d61a-491b-827a-f1b0ea643688
2021-07-22T04:20:59.019Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 60a0c303-ee22-4419-a8ef-0d7456489390 ASDC
2021-07-22T04:20:59.029Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:20:59.040Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.040Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.040Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-07-22T04:20:59.040Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 111a4346-67ea-4c41-9ebb-f62d41340b3f
2021-07-22T04:20:59.040Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 111a4346-67ea-4c41-9ebb-f62d41340b3f matches Tosca VF Customization UUID: 111a4346-67ea-4c41-9ebb-f62d41340b3f
2021-07-22T04:20:59.041Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 111a4346-67ea-4c41-9ebb-f62d41340b3f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T04:20:59.042Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.043Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.043Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 111a4346-67ea-4c41-9ebb-f62d41340b3f: {\"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-07-22T04:20:59.043Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46c2a50a
2021-07-22T04:20:59.043Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.044Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:20:59.044Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7392268f-6327-48b2-82b0-21659e2a7a37
2021-07-22T04:20:59.044Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7392268f-6327-48b2-82b0-21659e2a7a37
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T04:20:59.046Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.046Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:59.046Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-07-22T04:20:59.047Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-07-22T04:20:59.048Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bf26805c-0f82-431a-87d6-b4a5f9c7d201
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T04:20:59.050Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.050Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:59.050Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:20:59.050Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.050Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-07-22T04:20:59.051Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=111a4346-67ea-4c41-9ebb-f62d41340b3f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:20:59.052Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.052Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid da617bc2-d61a-491b-827a-f1b0ea643688: basic_cnf
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.053Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.054Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.054Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.054Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:20:59.054Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:20:59.054Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T04:20:59.122Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 60a0c303-ee22-4419-a8ef-0d7456489390 1 ASDC deployResourceStructure
2021-07-22T04:20:59.122Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-07-22T04:20:59.123Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-07-22T04:20:59.123Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-22T04:20:59.123Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:20:59.124Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:20:59.125Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927659122,
  "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-07-22T04:20:59.225Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:20:59.225Z||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-07-22T04:20:59.225Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:20:59.234Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:20:59.234Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:00.125Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-07-22T04:21:00.126Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-07-22T04:21:00.126Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-07-22T04:21:00.126Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:00.128Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:00.128Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927660125,
  "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-07-22T04:21:00.229Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:00.229Z||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-07-22T04:21:00.229Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:00.237Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:00.238Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:21:01.129Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-07-22T04:21:01.130Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-07-22T04:21:01.130Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:01.130Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:01.132Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:01.132Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927661129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:01.232Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:21:01.233Z||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-07-22T04:21:01.233Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:01.241Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:01.242Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:02.133Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-07-22T04:21:02.134Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-07-22T04:21:02.134Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:02.134Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:02.136Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:02.136Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927662133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:02.237Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:21:02.238Z||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-07-22T04:21:02.238Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:02.251Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:02.251Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:21:03.137Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-07-22T04:21:03.138Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-07-22T04:21:03.138Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:03.138Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:03.140Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:03.140Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927663137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:03.240Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:03.241Z||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-07-22T04:21:03.241Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:03.249Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:03.250Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:04.141Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-07-22T04:21:04.141Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-07-22T04:21:04.142Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:04.142Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:04.144Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:04.144Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927664141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:04.244Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:04.244Z||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-07-22T04:21:04.245Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:04.253Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:04.253Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:05.144Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f9fadc4-0096-4085-b0a3-b59762f14708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:21:05.152Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f9fadc4-0096-4085-b0a3-b59762f14708
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-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.153Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:05.154Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:21:05.157Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:21:35.157Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f9fadc4-0096-4085-b0a3-b59762f14708 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-07-22T04:21:35.164Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f9fadc4-0096-4085-b0a3-b59762f14708 and serviceModelVersionId: da617bc2-d61a-491b-827a-f1b0ea643688
2021-07-22T04:21:35.164Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8ffb01f-ac97-4528-bf23-0b2c68ff22a8
2021-07-22T04:21:35.165Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0
2021-07-22T04:21:35.171Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:21:35.195Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|INFO|500||Invoke
2021-07-22T04:21:35.196Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f9fadc4-0096-4085-b0a3-b59762f14708], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8ff3ebe-5452-4226-8e21-1dedc4ef3a42], X-ECOMP-RequestID=[6f9fadc4-0096-4085-b0a3-b59762f14708], X-TransactionId=[], X-ONAP-RequestID=[6f9fadc4-0096-4085-b0a3-b59762f14708], Content-Type=[application/merge-patch+json]}
2021-07-22T04:21:35.211Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:21:35.639Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210722-04:21:35:217-25143], vertex-id=[225400], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:21:35 GMT], Content-Type=[application/json]}
2021-07-22T04:21:35.640Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:21:35.640Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/f8ffb01f-ac97-4528-bf23-0b2c68ff22a8/model-vers/model-ver/da617bc2-d61a-491b-827a-f1b0ea643688?depth=0|INFO|500||InvokeReturn
2021-07-22T04:21:35.641Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:21:35.641Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:21:35.645Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:21:35.645Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f9fadc4-0096-4085-b0a3-b59762f14708 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:21:35.645Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:21:35.645Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:35.647Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:35.647Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927695645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:21:35.747Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:35.748Z||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-07-22T04:21:35.748Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:35.760Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:35.761Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:21:36.789Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-22T04:21:36.790Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d538c3c-e8f7-458d-86da-7f278fbceb2e","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3013d68e-737f-4b10-a5e1-fd0c682ec2e6","serviceDescription":"service","serviceInvariantUUID":"7aeff345-fbbe-4335-8c58-67ba08b27511","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02f554a0-a646-418b-adfe-7eed1759cf18","resourceInvariantUUID":"0cffc200-f09c-4480-886a-d0cc6a4ac0ba","resourceCustomizationUUID":"c1728774-d442-469f-b197-b7c6ab7aa510","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8150de46-d819-45fa-9f3d-e53f5ad9cc57","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"YTBhMzRmOTJmODYxZDNlYzQ4YTE4NGY1MjMxNzY1ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a19992d0-bcb5-4c4d-9729-da5993780ffd","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YmU5ZjQ2NTlhMGM1OWZjYTdiYjlkMzI4NzA4MmMxYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"af51145d-7891-42b4-abb5-649233402a23","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6795d8c-e391-492f-951f-09b7c60ff562","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62a82f1d-f27a-420b-8555-da59081c2416","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"291005a6-35dc-44b2-b2af-ce0da9005f65","artifactVersion":"2","generatedFromUUID":"b6795d8c-e391-492f-951f-09b7c60ff562"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTNhNTYyNDVhZWQ5NjMxNzU3NmI1MDdiYTczZTcwOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89be3939-bcaf-49fc-b195-7b6c292167a7","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NmE5OGJlZGQ1NzI1YTg2OGM4MWFjMDNlMTA0MDEzYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:21:36.790Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:36.790Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:36.792Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:36.792Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:21:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:21:36.835Z||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-07-22T04:21:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:36.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:36.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:21:36.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "221dbb97-b0ed-4ac7-8ae3-3466879cfb06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927631349,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:21:36.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:21:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:21:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:21:36.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:21:36.892Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:36.893Z||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-07-22T04:21:36.893Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:36.901Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:36.902Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:37.793Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:37.793Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:37.795Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:37.795Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:21:37.895Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:37.896Z||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-07-22T04:21:37.896Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:37.906Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:37.906Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:38.796Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:38.797Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:38.799Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:38.799Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:21:38.899Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:38.899Z||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-07-22T04:21:38.899Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:38.908Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:38.909Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:39.799Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:39.800Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:39.802Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:39.802Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:21:39.902Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:39.903Z||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-07-22T04:21:39.903Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:39.911Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:39.911Z||pool-121-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:40.803Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:40.803Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:40.806Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:40.806Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:21:40.906Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:40.906Z||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-07-22T04:21:40.906Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:40.915Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:40.915Z||pool-122-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:41.806Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:41.807Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:41.809Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:41.809Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T04:21:41.910Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:41.910Z||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-07-22T04:21:41.910Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:41.918Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:41.918Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:42.810Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:42.811Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:42.813Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:42.814Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:21:42.914Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:42.915Z||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-07-22T04:21:42.915Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:42.923Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:42.923Z||pool-124-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:43.814Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:21:43.815Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:43.817Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:43.818Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:21:43.918Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:43.918Z||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-07-22T04:21:43.918Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:43.927Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:43.927Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:44.819Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3013d68e-737f-4b10-a5e1-fd0c682ec2e6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7aeff345-fbbe-4335-8c58-67ba08b27511",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "c1728774-d442-469f-b197-b7c6ab7aa510",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "02f554a0-a646-418b-adfe-7eed1759cf18",
      "resourceInvariantUUID": "0cffc200-f09c-4480-886a-d0cc6a4ac0ba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YmU5ZjQ2NTlhMGM1OWZjYTdiYjlkMzI4NzA4MmMxYzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "af51145d-7891-42b4-abb5-649233402a23",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6795d8c-e391-492f-951f-09b7c60ff562",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "291005a6-35dc-44b2-b2af-ce0da9005f65",
            "generatedFromUUID": "b6795d8c-e391-492f-951f-09b7c60ff562"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "291005a6-35dc-44b2-b2af-ce0da9005f65",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NmE5OGJlZGQ1NzI1YTg2OGM4MWFjMDNlMTA0MDEzYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:21:44.819Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:21:44.819Z|6f9fadc4-0096-4085-b0a3-b59762f14708|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3013d68e-737f-4b10-a5e1-fd0c682ec2e6 ASDC
2021-07-22T04:21:44.820Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8d538c3c-e8f7-458d-86da-7f278fbceb2e
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3013d68e-737f-4b10-a5e1-fd0c682ec2e6
ServiceInvariantUUID:7aeff345-fbbe-4335-8c58-67ba08b27511
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615
ArtifactChecksum:NmE5OGJlZGQ1NzI1YTg2OGM4MWFjMDNlMTA0MDEzYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:c1728774-d442-469f-b197-b7c6ab7aa510
ResourceInvariantUUID:0cffc200-f09c-4480-886a-d0cc6a4ac0ba
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:02f554a0-a646-418b-adfe-7eed1759cf18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:af51145d-7891-42b4-abb5-649233402a23
ArtifactChecksum:YmU5ZjQ2NTlhMGM1OWZjYTdiYjlkMzI4NzA4MmMxYzA=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b6795d8c-e391-492f-951f-09b7c60ff562
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:291005a6-35dc-44b2-b2af-ce0da9005f65
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:291005a6-35dc-44b2-b2af-ce0da9005f65
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-07-22T04:21:44.820Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3013d68e-737f-4b10-a5e1-fd0c682ec2e6 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-07-22T04:21:44.847Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:21:44.847Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:21:44.848Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:21:44.848Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-22T04:21:44.848Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:21:44.848Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-22T04:21:45.708Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:21:45.712Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615 73374
2021-07-22T04:21:45.713Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-22T04:21:45.713Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-22T04:21:45.713Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:21:45.713Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:45.715Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:45.715Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927705713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:21:45.815Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:45.816Z||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-07-22T04:21:45.816Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:45.825Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:45.825Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:21:46.715Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:21:46.716Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-07-22T04:21:46.717Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 730e0b26-cd2d-4a3a-8e62-4f7cfb6a4615, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:46.717Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-07-22T04:21:46.717Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:46.717Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:46.794Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10205588590517797226/Definitions/service-Basicclamp-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-07-22T04:21:47.659Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:21:47.659Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:21:47.659Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||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-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.660Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-22T04:21:47.661Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:47.662Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c23c480-258b-4f70-9d5c-d162b9a42efc
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.663Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.664Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.664Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:47.664Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:47.664Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3013d68e-737f-4b10-a5e1-fd0c682ec2e6
Model Version:NULL
Model InvariantUuid:7aeff345-fbbe-4335-8c58-67ba08b27511
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:093673ba-f45b-4f40-80d1-a63e8c025d16
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0cffc200-f09c-4480-886a-d0cc6a4ac0ba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1728774-d442-469f-b197-b7c6ab7aa510
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:091c2c6e-4bd7-47b6-9755-05312408459c
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:a9ccf18d-21bb-47b7-a5a9-078f7ed4e374
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c23c480-258b-4f70-9d5c-d162b9a42efc
ModelInvariantUuid:5acc1cd2-7c2e-4a19-bcc0-fcefdcb70b28
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:f66e63fd-ad5f-4a72-b5f9-afb278c57290
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8b5a4b7f-1860-4788-91fa-2e1e7fcba4f9
ModelInvariantUuid:6b248f36-3ee7-40f7-85e5-9e1218882f96
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cf97dcdb-4947-4722-92ed-0f2f4f6bd1a5
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:21:47.670Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 02f554a0-a646-418b-adfe-7eed1759cf18
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:21:47.672Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||basicclamp 0
2021-07-22T04:21:47.672Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02f554a0-a646-418b-adfe-7eed1759cf18
2021-07-22T04:21:47.672Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: af51145d-7891-42b4-abb5-649233402a23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-22T04:21:47.672Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:21:47.672Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-22T04:21:50.197Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:21:50.198Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json af51145d-7891-42b4-abb5-649233402a23 790
2021-07-22T04:21:50.198Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-22T04:21:50.198Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-22T04:21:50.199Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:21:50.199Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:50.201Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:50.201Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927710198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:21:50.301Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:21:50.302Z||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-07-22T04:21:50.302Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:50.310Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:50.310Z||pool-127-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:51.202Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "091c2c6e-4bd7-47b6-9755-05312408459c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9ccf18d-21bb-47b7-a5a9-078f7ed4e374",
    "vfModuleModelCustomizationUUID": "c14fb09c-d2a1-4454-bd8b-9c73fc19ad84",
    "isBase": true,
    "artifacts": [
      "b6795d8c-e391-492f-951f-09b7c60ff562",
      "291005a6-35dc-44b2-b2af-ce0da9005f65"
    ],
    "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-07-22T04:21:51.207Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9ccf18d-21bb-47b7-a5a9-078f7ed4e374
VfModuleModelInvariantUUID:091c2c6e-4bd7-47b6-9755-05312408459c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6795d8c-e391-492f-951f-09b7c60ff562
,
291005a6-35dc-44b2-b2af-ce0da9005f65

}
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-07-22T04:21:51.209Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "091c2c6e-4bd7-47b6-9755-05312408459c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9ccf18d-21bb-47b7-a5a9-078f7ed4e374",
    "vfModuleModelCustomizationUUID": "c14fb09c-d2a1-4454-bd8b-9c73fc19ad84",
    "isBase": true,
    "artifacts": [
      "b6795d8c-e391-492f-951f-09b7c60ff562",
      "291005a6-35dc-44b2-b2af-ce0da9005f65"
    ],
    "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-07-22T04:21:51.210Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9ccf18d-21bb-47b7-a5a9-078f7ed4e374
VfModuleModelInvariantUUID:091c2c6e-4bd7-47b6-9755-05312408459c
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6795d8c-e391-492f-951f-09b7c60ff562
,
291005a6-35dc-44b2-b2af-ce0da9005f65

}
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-07-22T04:21:51.210Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6795d8c-e391-492f-951f-09b7c60ff562 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-22T04:21:51.210Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:21:51.210Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-22T04:21:52.136Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:21:52.136Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b6795d8c-e391-492f-951f-09b7c60ff562 5033
2021-07-22T04:21:52.137Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-22T04:21:52.137Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-22T04:21:52.137Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:21:52.137Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:52.139Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:52.139Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927712137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:21:52.239Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:52.240Z||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-07-22T04:21:52.240Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:52.250Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:52.250Z||pool-128-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:53.139Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 291005a6-35dc-44b2-b2af-ce0da9005f65 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-22T04:21:53.140Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-07-22T04:21:53.141Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-22T04:21:53.925Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-07-22T04:21:53.926Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 291005a6-35dc-44b2-b2af-ce0da9005f65 909
2021-07-22T04:21:53.926Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-22T04:21:53.926Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-22T04:21:53.926Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:21:53.927Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:53.928Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:53.928Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927713926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:21:54.029Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:21:54.029Z||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-07-22T04:21:54.029Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:54.042Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:54.043Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:54.929Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3013d68e-737f-4b10-a5e1-fd0c682ec2e6
2021-07-22T04:21:54.930Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 02f554a0-a646-418b-adfe-7eed1759cf18 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:21:54.946Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.946Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.947Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2021-07-22T04:21:54.947Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c1728774-d442-469f-b197-b7c6ab7aa510
2021-07-22T04:21:54.947Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1728774-d442-469f-b197-b7c6ab7aa510 matches Tosca VF Customization UUID: c1728774-d442-469f-b197-b7c6ab7aa510
2021-07-22T04:21:54.948Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c1728774-d442-469f-b197-b7c6ab7aa510  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-07-22T04:21:54.950Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.950Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.951Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c1728774-d442-469f-b197-b7c6ab7aa510: {\"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-07-22T04:21:54.951Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c4d86af
2021-07-22T04:21:54.951Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.951Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-22T04:21:54.951Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c14fb09c-d2a1-4454-bd8b-9c73fc19ad84
2021-07-22T04:21:54.952Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c14fb09c-d2a1-4454-bd8b-9c73fc19ad84
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-07-22T04:21:54.953Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.954Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:54.954Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:54.954Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.954Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:54.954Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:54.955Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.955Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-07-22T04:21:54.955Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-22T04:21:54.955Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-22T04:21:54.955Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c23c480-258b-4f70-9d5c-d162b9a42efc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-07-22T04:21:54.958Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.958Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:54.958Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-22T04:21:54.958Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.959Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-07-22T04:21:54.959Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c1728774-d442-469f-b197-b7c6ab7aa510
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3013d68e-737f-4b10-a5e1-fd0c682ec2e6: basicclamp
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.961Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.962Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:21:54.963Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:21:54.963Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-07-22T04:21:55.044Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 02f554a0-a646-418b-adfe-7eed1759cf18 1 ASDC deployResourceStructure
2021-07-22T04:21:55.044Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-07-22T04:21:55.045Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-07-22T04:21:55.045Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:55.045Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:55.047Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:55.047Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927715044,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:55.147Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:55.148Z||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-07-22T04:21:55.148Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:55.156Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:55.156Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:56.048Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-22T04:21:56.048Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-07-22T04:21:56.049Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:56.049Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:56.051Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:56.051Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927716048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:56.151Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:56.152Z||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-07-22T04:21:56.152Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:56.164Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:56.164Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:57.051Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-22T04:21:57.052Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-07-22T04:21:57.052Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:57.053Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:57.054Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:57.055Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927717051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:57.155Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:57.156Z||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-07-22T04:21:57.156Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:57.164Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:57.164Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:58.055Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-07-22T04:21:58.056Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-07-22T04:21:58.056Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:21:58.056Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:21:58.058Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:21:58.059Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927718055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:21:58.159Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:21:58.159Z||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-07-22T04:21:58.159Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:21:58.168Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:21:58.168Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:21:59.059Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d538c3c-e8f7-458d-86da-7f278fbceb2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:21:59.068Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d538c3c-e8f7-458d-86da-7f278fbceb2e
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-07-22T04:21:59.070Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:21:59.071Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:21:59.075Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:22:29.075Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d538c3c-e8f7-458d-86da-7f278fbceb2e 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-07-22T04:22:29.080Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d538c3c-e8f7-458d-86da-7f278fbceb2e and serviceModelVersionId: 3013d68e-737f-4b10-a5e1-fd0c682ec2e6
2021-07-22T04:22:29.080Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7aeff345-fbbe-4335-8c58-67ba08b27511
2021-07-22T04:22:29.081Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0
2021-07-22T04:22:29.088Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:22:29.124Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|INFO|500||Invoke
2021-07-22T04:22:29.124Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d538c3c-e8f7-458d-86da-7f278fbceb2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[87e567fa-437b-429f-9f29-a9c1f1ea9209], X-ECOMP-RequestID=[8d538c3c-e8f7-458d-86da-7f278fbceb2e], X-TransactionId=[], X-ONAP-RequestID=[8d538c3c-e8f7-458d-86da-7f278fbceb2e], Content-Type=[application/merge-patch+json]}
2021-07-22T04:22:29.142Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:22:29.545Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210722-04:22:29:147-57405], vertex-id=[295096], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:22:29 GMT], Content-Type=[application/json]}
2021-07-22T04:22:29.546Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:22:29.546Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7aeff345-fbbe-4335-8c58-67ba08b27511/model-vers/model-ver/3013d68e-737f-4b10-a5e1-fd0c682ec2e6?depth=0|INFO|500||InvokeReturn
2021-07-22T04:22:29.547Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:22:29.547Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:22:29.551Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:22:29.551Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d538c3c-e8f7-458d-86da-7f278fbceb2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:22:29.551Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:22:29.551Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:22:29.553Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:22:29.553Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927749551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:22:29.654Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:22:29.654Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:22:29.654Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:22:29.663Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:22:29.664Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 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-07-22T04:22:30.565Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:22:30.566Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:22:30.566Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:22:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:22:36.835Z||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-07-22T04:22:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:22:36.852Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:22:36.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:22:36.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927647403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927649832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927651628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927653240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927655525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927658015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:22:36.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927659122,
  "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-07-22T04:22:36.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927660125,
  "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-07-22T04:22:36.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927661129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:22:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927662133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:22:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927663137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:22:36.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927664141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:22:36.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:22:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6f9fadc4-0096-4085-b0a3-b59762f14708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927695645,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:22:36.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:22:40.100Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:22:40.100Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:22:40.100Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:22:40.100Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:22:49.630Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:22:49.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:22:49.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:22:49.631Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:22:59.157Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:22:59.157Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:22:59.157Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:22:59.158Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:08.691Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:08.691Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:23:08.691Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:23:08.691Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:18.224Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:18.225Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:23:18.225Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:23:18.225Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:27.752Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:27.753Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:23:27.753Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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-07-22T04:23:27.753Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:34.853Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:34.854Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-22T04:23:34.854Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"055bf227-aa31-4d4e-a690-7d00c3a07f79","serviceName":"Demo_pNF_O1bkqE42vVJjeEIPl3rt","serviceVersion":"1.0","serviceUUID":"6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf","serviceDescription":"catalog service description","serviceInvariantUUID":"173b62c5-f1d0-4082-86c5-959917085e2d","resources":[{"resourceInstanceName":"pNF 8b4a38ee-dc01 0","resourceName":"pNF 8b4a38ee-dc01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6a48390c-28fe-4e57-82ab-fefcae1d2a8b","resourceInvariantUUID":"0a642b51-77c4-4ddf-b321-8845a41e25c9","resourceCustomizationUUID":"df50f1c7-e62e-4ced-ad9b-8d6392134d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml","artifactChecksum":"YzliNzgyMTI4YTJiMzY2ZjUzNDU1NTQxOGRiYzBiYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6bd525-8b82-4b9c-9410-769c23fe1916","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f7d79e46-8c3f-4caa-831a-9c48b3adc58f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5e1d24de-497d-4ddc-8b6f-46f4485458ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml","artifactChecksum":"MWFhYjc3ZmI3YmYzZmEyYjY0ODNkODJmMWNiYTE5Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d253d92d-1c02-4d55-a291-eac706354837","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a2cfd65-b54a-4364-9c99-770a7ecc01f1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f93ea12-5f80-4383-ab9f-bc0f99096f86","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml","artifactChecksum":"ZjhhYjNjZDU0M2JhNDljZWFlYWQzOGIzNDM2NzFhOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9926474e-74a4-4462-a320-ce8b592608f7","artifactVersion":"1"},{"artifactName":"service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar","artifactChecksum":"MGVlZjYzZjhhYTNhNzdlNzA2MjVkYWU4NDJmMDZmZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffc1c099-e3bd-4685-9d88-aa6f9c5538e6","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:23:34.855Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:34.856Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:34.858Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:34.858Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:34.958Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:34.958Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:34.959Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:34.969Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:34.970Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:35.858Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:35.858Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:35.861Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:35.861Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:35.961Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:35.962Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:35.962Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:35.974Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:35.974Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:23:36.835Z||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-07-22T04:23:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:36.850Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:36.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:23:36.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:36.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:23:36.862Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:36.862Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:36.864Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:36.864Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:36.965Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:23:36.965Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:36.965Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:36.982Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:36.983Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:37.865Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:37.865Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:37.867Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:37.868Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:37.968Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:37.969Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:37.969Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:37.981Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:37.982Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:38.868Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:38.869Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:38.871Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:38.871Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:38.971Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:38.972Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:38.972Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:38.982Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:38.982Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:39.871Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:39.872Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:39.874Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:39.874Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:39.974Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:23:39.975Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:39.975Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:39.985Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:39.985Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:40.875Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:40.876Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:40.878Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:40.878Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:23:40.978Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:40.979Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:40.979Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:40.987Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:40.987Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:41.878Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:23:41.879Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:41.881Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:41.881Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:23:41.981Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:41.982Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:41.982Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:41.989Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:41.989Z||pool-142-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:42.882Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "serviceName": "Demo_pNF_O1bkqE42vVJjeEIPl3rt",
  "serviceVersion": "1.0",
  "serviceUUID": "6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "173b62c5-f1d0-4082-86c5-959917085e2d",
  "resources": [
    {
      "resourceInstanceName": "pNF 8b4a38ee-dc01 0",
      "resourceCustomizationUUID": "df50f1c7-e62e-4ced-ad9b-8d6392134d70",
      "resourceName": "pNF 8b4a38ee-dc01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6a48390c-28fe-4e57-82ab-fefcae1d2a8b",
      "resourceInvariantUUID": "0a642b51-77c4-4ddf-b321-8845a41e25c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
      "artifactChecksum": "MGVlZjYzZjhhYTNhNzdlNzA2MjVkYWU4NDJmMDZmZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ffc1c099-e3bd-4685-9d88-aa6f9c5538e6"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:23:42.882Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:23:42.882Z|16231d3b-e3a9-4474-be5f-5552abc37d2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf ASDC
2021-07-22T04:23:42.883Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:055bf227-aa31-4d4e-a690-7d00c3a07f79
ServiceName:Demo_pNF_O1bkqE42vVJjeEIPl3rt
ServiceVersion:1.0
ServiceUUID:6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf
ServiceInvariantUUID:173b62c5-f1d0-4082-86c5-959917085e2d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
ArtifactUUID:ffc1c099-e3bd-4685-9d88-aa6f9c5538e6
ArtifactChecksum:MGVlZjYzZjhhYTNhNzdlNzA2MjVkYWU4NDJmMDZmZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8b4a38ee-dc01 0
ResourceCustomizationUUID:df50f1c7-e62e-4ced-ad9b-8d6392134d70
ResourceInvariantUUID:0a642b51-77c4-4ddf-b321-8845a41e25c9
ResourceName:pNF 8b4a38ee-dc01
ResourceType:PNF
ResourceUUID:6a48390c-28fe-4e57-82ab-fefcae1d2a8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:23:42.883Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf 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-07-22T04:23:42.905Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:23:42.906Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T04:23:42.906Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T04:23:42.906Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ffc1c099-e3bd-4685-9d88-aa6f9c5538e6 from URL: /sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:42.906Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-07-22T04:23:42.906Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:44.014Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-07-22T04:23:44.020Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar ffc1c099-e3bd-4685-9d88-aa6f9c5538e6 82536
2021-07-22T04:23:44.020Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar ASDC sendASDCNotification
2021-07-22T04:23:44.020Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:44.021Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:23:44.021Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:44.023Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:44.023Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927824020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:23:44.123Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:44.123Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:44.124Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:44.131Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:44.131Z||pool-143-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:45.023Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:23:45.024Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-07-22T04:23:45.025Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ffc1c099-e3bd-4685-9d88-aa6f9c5538e6, URL: /sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar to file: /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.025Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.025Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.026Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.129Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11732404782628625168/Definitions/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||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-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.649Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8b4a38ee-dc01 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-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||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-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||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-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||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-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Node template pNF 8b4a38ee-dc01 0 is matching search criteria
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8b4a38ee-dc01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Node template pNF 8b4a38ee-dc01 0 is matching search criteria
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 8b4a38ee-dc01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:23:45.650Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.651Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_O1bkqE42vVJjeEIPl3rt
Description:catalog service description
Model UUID:6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf
Model Version:NULL
Model InvariantUuid:173b62c5-f1d0-4082-86c5-959917085e2d
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:23:45.658Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6a48390c-28fe-4e57-82ab-fefcae1d2a8b
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:23:45.660Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||pNF 8b4a38ee-dc01 0
2021-07-22T04:23:45.660Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6a48390c-28fe-4e57-82ab-fefcae1d2a8b
2021-07-22T04:23:45.660Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf
2021-07-22T04:23:45.661Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf
2021-07-22T04:23:45.661Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8b4a38ee-dc01 0 6a48390c-28fe-4e57-82ab-fefcae1d2a8b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:23:45.665Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.665Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.665Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf: pNF 8b4a38ee-dc01
2021-07-22T04:23:45.665Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Processing PNF resource: 6a48390c-28fe-4e57-82ab-fefcae1d2a8b
2021-07-22T04:23:45.665Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:23:45.666Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_O1bkqE42vVJjeEIPl3rt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:23:45.666Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Resource customization UUID: df50f1c7-e62e-4ced-ad9b-8d6392134d70 is the same as notified resource customizationUUID: df50f1c7-e62e-4ced-ad9b-8d6392134d70
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:23:45.699Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8b4a38ee-dc01 6a48390c-28fe-4e57-82ab-fefcae1d2a8b 0 ASDC deployResourceStructure
2021-07-22T04:23:45.700Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar ASDC sendASDCNotification
2021-07-22T04:23:45.700Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar
2021-07-22T04:23:45.700Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:23:45.700Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:23:45.702Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:23:45.702Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927825700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:23:45.802Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:23:45.803Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:23:45.803Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:23:45.812Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:23:45.812Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:23:46.703Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:23:46.715Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:23:46.717Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:23:46.717Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:23:46.718Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:24:16.718Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:24:16.729Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:24:16.731Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:24:16.731Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:24:16.731Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:24:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:24:36.835Z||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-07-22T04:24:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:24:36.856Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:24:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:24:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-07-22T04:24:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927632361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927705713,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927710198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:24:36.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927712137,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927713926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927715044,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927716048,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927717051,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927718055,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:24:36.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:36.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:24:36.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d538c3c-e8f7-458d-86da-7f278fbceb2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927749551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:24:36.864Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:24:46.731Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:24:46.741Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:24:46.743Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:24:46.743Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:24:46.744Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:25:16.744Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:25:16.757Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:25:16.759Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:25:16.759Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:25:16.759Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:25:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:25:36.835Z||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-07-22T04:25:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:25:36.855Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:36.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:25:36.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:25:36.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:25:46.760Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:25:46.770Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:25:46.772Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:25:46.773Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:25:46.773Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:26:16.773Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:26:16.785Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:26:16.789Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:26:16.789Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:26:16.789Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:26:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:26:36.835Z||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-07-22T04:26:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:26:36.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:26:36.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927810281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927810784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "dcae-sch",
  "timestamp": 1626927811973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927813968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927807753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927811365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927824015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927824020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927824005,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927824102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927817182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927825030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927825009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626927825700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927826032,
  "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-07-22T04:26:36.907Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:36.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "policy-id",
  "timestamp": 1626927826011,
  "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-07-22T04:26:36.921Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.921Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:36.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927827505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "cds",
  "timestamp": 1626927828510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-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-07-22T04:26:36.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927829629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927822840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "aai-ml",
  "timestamp": 1626927830632,
  "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-07-22T04:26:36.950Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.951Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/resourceInstances/pnf8b4a38eedc010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927835451,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927828244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927836466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "clamp",
  "timestamp": 1626927837469,
  "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-07-22T04:26:36.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:36.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927838018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:26:36.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927839696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO1bkqe42vvjjeeipl3rt/1.0/artifacts/service-DemoPnfO1bkqe42vvjjeeipl3rt-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:26:36.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:26:36.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:26:36.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927840699,
  "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-07-22T04:26:36.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 055bf227-aa31-4d4e-a690-7d00c3a07f79
2021-07-22T04:26:36.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:26:46.789Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:26:46.801Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79
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-07-22T04:26:46.803Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:26:46.804Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-22T04:26:46.810Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:27:16.811Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79 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-07-22T04:27:16.815Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 055bf227-aa31-4d4e-a690-7d00c3a07f79 and serviceModelVersionId: 6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf
2021-07-22T04:27:16.815Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 173b62c5-f1d0-4082-86c5-959917085e2d
2021-07-22T04:27:16.816Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?depth=0
2021-07-22T04:27:16.821Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:27:16.841Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?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-07-22T04:27:16.842Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?depth=0|INFO|500||Invoke
2021-07-22T04:27:16.859Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:27:17.028Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?depth=0|INFO|500||InvokeReturn
2021-07-22T04:27:17.028Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/173b62c5-f1d0-4082-86c5-959917085e2d/model-vers/model-ver/6ffe0f12-2b1a-4ea7-8010-d30a10e1cbbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210722-04:27:16:863-54472], vertex-id=[245904], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:27:16 GMT], Content-Type=[application/json]}
2021-07-22T04:27:17.028Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:27:17.029Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:27:17.029Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:27:17.032Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-07-22T04:27:17.032Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 055bf227-aa31-4d4e-a690-7d00c3a07f79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:27:17.033Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:27:17.033Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:17.034Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:17.034Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928037032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:27:17.135Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:27:17.135Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:17.135Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:17.149Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:17.149Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 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-07-22T04:27:18.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:27:18.047Z||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-07-22T04:27:18.048Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:22.335Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:22.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:27:22.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"621448ee-1456-4b8c-af96-b59571b0308d","serviceName":"Demo_pNF_cZsnv8k4PwehVJTD9JGW","serviceVersion":"1.0","serviceUUID":"16e0be5d-4705-4287-8c3a-e812a2c179da","serviceDescription":"catalog service description","serviceInvariantUUID":"915b701b-d918-4345-8ad9-e17683e69448","resources":[{"resourceInstanceName":"pNF 72d7c741-009a 0","resourceName":"pNF 72d7c741-009a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"89977511-1611-455e-95ba-b7badb4cff06","resourceInvariantUUID":"5f3b7b3c-161e-43e3-ad1f-a75be2c8f8a6","resourceCustomizationUUID":"efa30770-8a93-4223-b229-9088c4dd4125","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc4Mjk1MjQyYmEyNjQyNDZmYThmMzdiOWI0MTU2NTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e290a2f2-3601-460f-81ce-ed9507413f80","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9ee1aad-48d4-41dd-9fe9-a70c2b9bf7fb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cb047c4-288a-4b89-a780-1b3b60639ede","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml","artifactChecksum":"MWNhYzE2MDlkNDc0NTU2M2FmNTEzZjk4ZjU1N2MyNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94b34cdd-580d-4fb0-a9f9-3eac15f985cf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b835fa71-8227-4223-b695-8cddbbba23cd","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bdc8b90c-7879-49da-9438-36921d4659d6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml","artifactChecksum":"M2QxNWUwOTI3MmQ4NTM4ZTY3OGY1NDg3NDhiOGNkMmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34cc8831-55d7-44b7-adff-dcaf95408077","artifactVersion":"1"},{"artifactName":"service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar","artifactChecksum":"MjQyZTIwYTM1N2IwYzg1MzA2NTA4NzNiNjMyOTE0ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:27:22.337Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:22.337Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:22.339Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:22.339Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:22.439Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-22T04:27:22.440Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:22.440Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:22.448Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:22.448Z||pool-146-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:23.340Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:23.341Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:23.342Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:23.342Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:23.443Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:23.443Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:23.443Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:23.453Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:23.454Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:24.343Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:24.344Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:24.346Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:24.346Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:24.446Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:24.446Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:24.447Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:24.456Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:24.457Z||pool-148-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:25.346Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:25.347Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:25.350Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:25.350Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:25.450Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:25.450Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:25.451Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:25.459Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:25.460Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:26.351Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:26.352Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:26.353Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:26.354Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:26.454Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:26.454Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:26.454Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:26.463Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:26.464Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:27.354Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:27.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:27.357Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:27.357Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:27.457Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:27.458Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:27.458Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:27.467Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:27.467Z||pool-151-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:28.358Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:28.358Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:28.360Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:28.360Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:28.461Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:28.461Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:28.462Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:28.471Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:28.471Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:29.361Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:27:29.362Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:29.364Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:29.364Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:29.464Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:29.465Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:29.465Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:29.474Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:29.475Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:30.364Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "serviceName": "Demo_pNF_cZsnv8k4PwehVJTD9JGW",
  "serviceVersion": "1.0",
  "serviceUUID": "16e0be5d-4705-4287-8c3a-e812a2c179da",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "915b701b-d918-4345-8ad9-e17683e69448",
  "resources": [
    {
      "resourceInstanceName": "pNF 72d7c741-009a 0",
      "resourceCustomizationUUID": "efa30770-8a93-4223-b229-9088c4dd4125",
      "resourceName": "pNF 72d7c741-009a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "89977511-1611-455e-95ba-b7badb4cff06",
      "resourceInvariantUUID": "5f3b7b3c-161e-43e3-ad1f-a75be2c8f8a6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
      "artifactChecksum": "MjQyZTIwYTM1N2IwYzg1MzA2NTA4NzNiNjMyOTE0ODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:27:30.366Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:27:30.366Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16e0be5d-4705-4287-8c3a-e812a2c179da ASDC
2021-07-22T04:27:30.366Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:621448ee-1456-4b8c-af96-b59571b0308d
ServiceName:Demo_pNF_cZsnv8k4PwehVJTD9JGW
ServiceVersion:1.0
ServiceUUID:16e0be5d-4705-4287-8c3a-e812a2c179da
ServiceInvariantUUID:915b701b-d918-4345-8ad9-e17683e69448
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
ArtifactUUID:13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f
ArtifactChecksum:MjQyZTIwYTM1N2IwYzg1MzA2NTA4NzNiNjMyOTE0ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 72d7c741-009a 0
ResourceCustomizationUUID:efa30770-8a93-4223-b229-9088c4dd4125
ResourceInvariantUUID:5f3b7b3c-161e-43e3-ad1f-a75be2c8f8a6
ResourceName:pNF 72d7c741-009a
ResourceType:PNF
ResourceUUID:89977511-1611-455e-95ba-b7badb4cff06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:27:30.366Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16e0be5d-4705-4287-8c3a-e812a2c179da 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-07-22T04:27:30.389Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:27:30.389Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:27:30.390Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:27:30.390Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f from URL: /sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:30.390Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-22T04:27:30.390Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:31.146Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-22T04:27:31.154Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar 13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f 82544
2021-07-22T04:27:31.155Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar ASDC sendASDCNotification
2021-07-22T04:27:31.155Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:31.155Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:27:31.155Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:31.157Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:31.158Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928051154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:31.258Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:31.258Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:31.259Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:31.269Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:31.270Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:32.158Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:27:32.159Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:27:32.159Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 13862b63-aa50-4e8a-8eaa-fbfe6c0cb12f, URL: /sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar to file: /app/ASDC/1/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.160Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.160Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.160Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.236Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP965186630538585661/Definitions/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 72d7c741-009a 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-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-22T04:27:32.800Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Node template pNF 72d7c741-009a 0 is matching search criteria
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 72d7c741-009a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Node template pNF 72d7c741-009a 0 is matching search criteria
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 72d7c741-009a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.801Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.802Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cZsnv8k4PwehVJTD9JGW
Description:catalog service description
Model UUID:16e0be5d-4705-4287-8c3a-e812a2c179da
Model Version:NULL
Model InvariantUuid:915b701b-d918-4345-8ad9-e17683e69448
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:27:32.810Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 89977511-1611-455e-95ba-b7badb4cff06
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:27:32.812Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||pNF 72d7c741-009a 0
2021-07-22T04:27:32.812Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 89977511-1611-455e-95ba-b7badb4cff06
2021-07-22T04:27:32.813Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 16e0be5d-4705-4287-8c3a-e812a2c179da
2021-07-22T04:27:32.813Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 16e0be5d-4705-4287-8c3a-e812a2c179da
2021-07-22T04:27:32.813Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 72d7c741-009a 0 89977511-1611-455e-95ba-b7badb4cff06 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 16e0be5d-4705-4287-8c3a-e812a2c179da: pNF 72d7c741-009a
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Processing PNF resource: 89977511-1611-455e-95ba-b7badb4cff06
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_cZsnv8k4PwehVJTD9JGW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:27:32.817Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||Resource customization UUID: efa30770-8a93-4223-b229-9088c4dd4125 is the same as notified resource customizationUUID: efa30770-8a93-4223-b229-9088c4dd4125
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:27:32.850Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 72d7c741-009a 89977511-1611-455e-95ba-b7badb4cff06 0 ASDC deployResourceStructure
2021-07-22T04:27:32.850Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar ASDC sendASDCNotification
2021-07-22T04:27:32.850Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar
2021-07-22T04:27:32.851Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:27:32.851Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:27:32.852Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:27:32.853Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928052850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:27:32.953Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:27:32.953Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:27:32.954Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:32.962Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:32.962Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:27:33.853Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:27:33.866Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
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-07-22T04:27:33.868Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:27:33.869Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:27:33.869Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:27:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:27:36.835Z||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-07-22T04:27:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:27:36.852Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:27:36.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.869Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626927910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927907182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "dcae-sch",
  "timestamp": 1626927911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927912840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927911366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927923908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927924110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927924304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927924925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927925114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:27:36.872Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "cds",
  "timestamp": 1626927925311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-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-07-22T04:27:36.879Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:27:36.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:27:36.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927918244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:27:36.888Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626927925927,
  "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-07-22T04:27:36.893Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:27:36.894Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:27:36.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "policy-id",
  "timestamp": 1626927926116,
  "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-07-22T04:27:36.908Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:27:36.908Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:27:36.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927929438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:36.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927931135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927931462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626927932138,
  "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-07-22T04:27:36.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:27:36.924Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:27:36.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927933470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:27:36.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:27:36.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "clamp",
  "timestamp": 1626927934473,
  "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-07-22T04:27:36.939Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:27:36.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:27:36.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:27:36.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:03.869Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:28:03.879Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
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-07-22T04:28:03.881Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:28:03.881Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:28:03.881Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:28:33.882Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:28:33.893Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
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-07-22T04:28:33.896Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:28:33.896Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:28:33.896Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:28:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:28:36.835Z||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-07-22T04:28:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:28:36.855Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:28:36.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:36.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927933968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927943708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927949230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:28:36.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "aai-ml",
  "timestamp": 1626927950232,
  "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-07-22T04:28:36.865Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 621448ee-1456-4b8c-af96-b59571b0308d
2021-07-22T04:28:36.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:29:03.896Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:29:03.906Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d
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-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:29:03.908Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-07-22T04:29:03.913Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:29:33.913Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 621448ee-1456-4b8c-af96-b59571b0308d 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-07-22T04:29:33.918Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 621448ee-1456-4b8c-af96-b59571b0308d and serviceModelVersionId: 16e0be5d-4705-4287-8c3a-e812a2c179da
2021-07-22T04:29:33.918Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 915b701b-d918-4345-8ad9-e17683e69448
2021-07-22T04:29:33.918Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?depth=0
2021-07-22T04:29:33.924Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:29:33.951Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?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-07-22T04:29:33.951Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?depth=0|INFO|500||Invoke
2021-07-22T04:29:33.969Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:29:34.229Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?depth=0|INFO|500||InvokeReturn
2021-07-22T04:29:34.229Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/915b701b-d918-4345-8ad9-e17683e69448/model-vers/model-ver/16e0be5d-4705-4287-8c3a-e812a2c179da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210722-04:29:33:974-94487], vertex-id=[516168], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:29:33 GMT], Content-Type=[application/json]}
2021-07-22T04:29:34.230Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:29:34.230Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:29:34.230Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:29:34.234Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||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-07-22T04:29:34.234Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 621448ee-1456-4b8c-af96-b59571b0308d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:29:34.235Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:29:34.235Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:29:34.237Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:29:34.237Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928174235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:29:34.337Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:29:34.338Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:29:34.338Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:29:34.350Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:29:34.350Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:29:35.249Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:29:35.250Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:29:35.250Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:29:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:29:36.835Z||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-07-22T04:29:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:29:36.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "055bf227-aa31-4d4e-a690-7d00c3a07f79",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928037032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/resourceInstances/pnf72d7c741009a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928038047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928051154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928052850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCzsnv8k4pwehvjtd9jgw/1.0/artifacts/service-DemoPnfCzsnv8k4pwehvjtd9jgw-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:29:36.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:29:45.440Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:29:45.441Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:29:45.441Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:29:45.441Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:29:54.972Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:29:54.972Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:29:54.972Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:29:54.973Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:04.503Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:04.504Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:04.504Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:04.504Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:14.033Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:14.033Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:14.033Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:14.033Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:23.564Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:23.564Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:23.564Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:23.564Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:33.099Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:33.100Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:33.100Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:33.100Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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-07-22T04:30:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:37.352Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:37.353Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-07-22T04:30:37.353Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "621448ee-1456-4b8c-af96-b59571b0308d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928174235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:30:37.353Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:30:42.634Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:42.635Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:42.635Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:42.635Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:30:52.167Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:30:52.167Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:30:52.167Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:30:52.168Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:31:01.700Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:31:01.700Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:31:01.701Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:31:01.701Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:31:11.237Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:31:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:31:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:31:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:31:36.834Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:31:36.835Z||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-07-22T04:31:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:31:46.373Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:31:46.373Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:32:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:32:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:32:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:32:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:32:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:32:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:32:46.369Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:32:46.371Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:33:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:33:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:33:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:33:36.835Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:33:36.835Z||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-07-22T04:33:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:33:46.374Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:33:46.374Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:34:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:34:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:34:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:34:36.834Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:34:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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-07-22T04:34:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:34:46.368Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:34:46.370Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:35:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:35:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:35:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:35:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:35:36.835Z||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-07-22T04:35:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:35:46.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:35:46.368Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:36:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:36:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:36:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:36:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:36:36.835Z||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-07-22T04:36:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:36:46.369Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:36:46.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:36.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:37:36.833Z||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-07-22T04:37:36.833Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:37:36.835Z||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-07-22T04:37:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:37.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:37.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:37.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c83e2a8-4551-4e6a-9703-374dd239dba8","serviceName":"Demo_pNF_yEFTwaU3MEwycQDxyKGr","serviceVersion":"1.0","serviceUUID":"4cdca376-4044-4e69-9cbb-eab26e4d2433","serviceDescription":"catalog service description","serviceInvariantUUID":"c60e98cb-8877-4cfc-8f4a-ed1cadf80770","resources":[{"resourceInstanceName":"pNF da57a73b-d3b0 0","resourceName":"pNF da57a73b-d3b0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b872ade2-b532-4477-87e8-c077f05df07f","resourceInvariantUUID":"a0231aec-66d4-4874-b1e7-69d5cfcae849","resourceCustomizationUUID":"2a62c026-94a0-4e7c-b2ba-6f20bdefcdc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml","artifactChecksum":"MDkwNzkzZGM5ZDRhMTUzNWE3ODRmMTI3NjE1ZGIwMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4359ee7-e706-4c9a-891c-c1baaf121401","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93df56e9-0906-4132-90c3-7285cde1baf3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0f78290-9008-4752-b4df-5625a302118d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml","artifactChecksum":"NTFmNzQ0NDBmMzhlNmUxNTRhMjdiZTA4OTgzYTY5NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22c2c524-a45c-417f-a8b4-5b78f88d15fa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3760434-b356-4063-8a93-1995bc845b13","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9be572bd-e987-4ee8-b613-95511417ed74","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYeftwau3mewycqdxykgr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml","artifactChecksum":"MWM0MDAzMmFhYWE3NTdmYjY4N2Q5ZGNiNjI3MzQ0MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d8eca0b-c633-43ae-9490-13532f455201","artifactVersion":"1"},{"artifactName":"service-DemoPnfYeftwau3mewycqdxykgr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar","artifactChecksum":"MjllM2QwNTAxYmIyZDM3ZmNlNDcwMjdlNTRlZGVjZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b623fa44-29f9-4edd-8608-91edf4c5b553","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:37:37.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:37.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:37.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.466Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:37.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.467Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626928610281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928612182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928610784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "dcae-sch",
  "timestamp": 1626928611973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928611365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928629431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928629730,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928629733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "cds",
  "timestamp": 1626928630434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-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-07-22T04:37:37.499Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928630746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928630737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928623968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626928631749,
  "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-07-22T04:37:37.512Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.512Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "policy-id",
  "timestamp": 1626928631739,
  "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-07-22T04:37:37.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928633243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928637403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "aai-ml",
  "timestamp": 1626928638406,
  "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-07-22T04:37:37.536Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.536Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928632841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928638244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:37.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928648646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928650366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626928651370,
  "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-07-22T04:37:37.551Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.551Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928651539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:37.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928653546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:37.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:37:37.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:37:37.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "clamp",
  "timestamp": 1626928654548,
  "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-07-22T04:37:37.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c83e2a8-4551-4e6a-9703-374dd239dba8
2021-07-22T04:37:37.561Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:37:37.567Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:37.567Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:37.567Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:37.575Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:37.575Z||pool-157-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:38.467Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:38.468Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:38.470Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:38.470Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:38.570Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:38.571Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:38.571Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:38.580Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:38.580Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:39.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:39.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:39.473Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:39.474Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:39.574Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:39.574Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:39.574Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:39.582Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:39.583Z||pool-159-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:40.474Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:40.475Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:40.477Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:40.477Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:40.577Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:40.578Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:40.578Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:40.588Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:40.589Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:41.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:41.478Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:41.480Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:41.480Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:41.580Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:41.581Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:41.581Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:41.590Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:41.591Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:37:42.481Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:42.481Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:42.483Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:42.483Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:42.584Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:37:42.584Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:42.584Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:42.594Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:42.595Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:43.484Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:43.485Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:43.487Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:43.487Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:37:43.587Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:43.588Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:43.588Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:43.597Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:43.597Z||pool-163-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:44.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:37:44.488Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:44.490Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:44.490Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:37:44.591Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:44.591Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:44.592Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:44.601Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:44.601Z||pool-164-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:45.492Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "serviceName": "Demo_pNF_yEFTwaU3MEwycQDxyKGr",
  "serviceVersion": "1.0",
  "serviceUUID": "4cdca376-4044-4e69-9cbb-eab26e4d2433",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c60e98cb-8877-4cfc-8f4a-ed1cadf80770",
  "resources": [
    {
      "resourceInstanceName": "pNF da57a73b-d3b0 0",
      "resourceCustomizationUUID": "2a62c026-94a0-4e7c-b2ba-6f20bdefcdc4",
      "resourceName": "pNF da57a73b-d3b0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b872ade2-b532-4477-87e8-c077f05df07f",
      "resourceInvariantUUID": "a0231aec-66d4-4874-b1e7-69d5cfcae849",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
      "artifactChecksum": "MjllM2QwNTAxYmIyZDM3ZmNlNDcwMjdlNTRlZGVjZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b623fa44-29f9-4edd-8608-91edf4c5b553"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:37:45.492Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:37:45.492Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4cdca376-4044-4e69-9cbb-eab26e4d2433 ASDC
2021-07-22T04:37:45.493Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6c83e2a8-4551-4e6a-9703-374dd239dba8
ServiceName:Demo_pNF_yEFTwaU3MEwycQDxyKGr
ServiceVersion:1.0
ServiceUUID:4cdca376-4044-4e69-9cbb-eab26e4d2433
ServiceInvariantUUID:c60e98cb-8877-4cfc-8f4a-ed1cadf80770
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
ArtifactUUID:b623fa44-29f9-4edd-8608-91edf4c5b553
ArtifactChecksum:MjllM2QwNTAxYmIyZDM3ZmNlNDcwMjdlNTRlZGVjZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF da57a73b-d3b0 0
ResourceCustomizationUUID:2a62c026-94a0-4e7c-b2ba-6f20bdefcdc4
ResourceInvariantUUID:a0231aec-66d4-4874-b1e7-69d5cfcae849
ResourceName:pNF da57a73b-d3b0
ResourceType:PNF
ResourceUUID:b872ade2-b532-4477-87e8-c077f05df07f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:37:45.493Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4cdca376-4044-4e69-9cbb-eab26e4d2433 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-07-22T04:37:45.512Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:37:45.513Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-22T04:37:45.513Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-22T04:37:45.513Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b623fa44-29f9-4edd-8608-91edf4c5b553 from URL: /sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:45.513Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-07-22T04:37:45.513Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:46.210Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-07-22T04:37:46.217Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar b623fa44-29f9-4edd-8608-91edf4c5b553 82545
2021-07-22T04:37:46.217Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar ASDC sendASDCNotification
2021-07-22T04:37:46.217Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:46.217Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:37:46.217Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:46.220Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:46.220Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928666217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:37:46.320Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:46.321Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:46.321Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:46.329Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:46.329Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:37:47.220Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:37:47.222Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-07-22T04:37:47.222Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b623fa44-29f9-4edd-8608-91edf4c5b553, URL: /sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar to file: /app/ASDC/1/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.222Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.223Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.223Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.306Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6042473394206560724/Definitions/service-DemoPnfYeftwau3mewycqdxykgr-template.yml
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF da57a73b-d3b0 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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.872Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Node template pNF da57a73b-d3b0 0 is matching search criteria
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF da57a73b-d3b0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Node template pNF da57a73b-d3b0 0 is matching search criteria
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF da57a73b-d3b0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.873Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.874Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_yEFTwaU3MEwycQDxyKGr
Description:catalog service description
Model UUID:4cdca376-4044-4e69-9cbb-eab26e4d2433
Model Version:NULL
Model InvariantUuid:c60e98cb-8877-4cfc-8f4a-ed1cadf80770
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:37:47.880Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b872ade2-b532-4477-87e8-c077f05df07f
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:37:47.883Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||pNF da57a73b-d3b0 0
2021-07-22T04:37:47.883Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b872ade2-b532-4477-87e8-c077f05df07f
2021-07-22T04:37:47.883Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 4cdca376-4044-4e69-9cbb-eab26e4d2433
2021-07-22T04:37:47.883Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4cdca376-4044-4e69-9cbb-eab26e4d2433
2021-07-22T04:37:47.883Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF da57a73b-d3b0 0 b872ade2-b532-4477-87e8-c077f05df07f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:37:47.887Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.887Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.887Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4cdca376-4044-4e69-9cbb-eab26e4d2433: pNF da57a73b-d3b0
2021-07-22T04:37:47.887Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Processing PNF resource: b872ade2-b532-4477-87e8-c077f05df07f
2021-07-22T04:37:47.887Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:37:47.888Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_yEFTwaU3MEwycQDxyKGr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:37:47.888Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2a62c026-94a0-4e7c-b2ba-6f20bdefcdc4 is the same as notified resource customizationUUID: 2a62c026-94a0-4e7c-b2ba-6f20bdefcdc4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:37:47.925Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF da57a73b-d3b0 b872ade2-b532-4477-87e8-c077f05df07f 0 ASDC deployResourceStructure
2021-07-22T04:37:47.925Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar ASDC sendASDCNotification
2021-07-22T04:37:47.925Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar
2021-07-22T04:37:47.925Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:37:47.926Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:37:47.927Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:37:47.928Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928667925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:37:48.028Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:37:48.028Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:37:48.029Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:37:48.037Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:37:48.038Z||pool-166-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:37:48.928Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c83e2a8-4551-4e6a-9703-374dd239dba8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:37:48.937Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c83e2a8-4551-4e6a-9703-374dd239dba8
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-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:37:48.940Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:37:48.944Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:38:18.945Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c83e2a8-4551-4e6a-9703-374dd239dba8 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-07-22T04:38:18.949Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c83e2a8-4551-4e6a-9703-374dd239dba8 and serviceModelVersionId: 4cdca376-4044-4e69-9cbb-eab26e4d2433
2021-07-22T04:38:18.950Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c60e98cb-8877-4cfc-8f4a-ed1cadf80770
2021-07-22T04:38:18.950Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?depth=0
2021-07-22T04:38:18.955Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:38:18.979Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?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-07-22T04:38:18.979Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?depth=0|INFO|500||Invoke
2021-07-22T04:38:18.995Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:38:19.102Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?depth=0|INFO|500||InvokeReturn
2021-07-22T04:38:19.102Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c60e98cb-8877-4cfc-8f4a-ed1cadf80770/model-vers/model-ver/4cdca376-4044-4e69-9cbb-eab26e4d2433?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210722-04:38:18:999-33001], vertex-id=[274552], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:38:18 GMT], Content-Type=[application/json]}
2021-07-22T04:38:19.103Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:38:19.103Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:38:19.103Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:38:19.108Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:38:19.108Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c83e2a8-4551-4e6a-9703-374dd239dba8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:38:19.108Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:38:19.109Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:38:19.110Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:38:19.110Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928699108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:38:19.210Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:38:19.211Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:38:19.211Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:38:19.223Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:38:19.224Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 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-07-22T04:38:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:38:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:38:36.834Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:38:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:38:36.835Z||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-07-22T04:38:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:38:36.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:38:36.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:38:36.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:38:36.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:38:46.365Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:39:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:39:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:39:36.834Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:39:36.834Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:39:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:39:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:39:37.356Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:39:37.357Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.357Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.357Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/resourceInstances/pnfda57a73bd3b00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.358Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928656833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928666217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928667925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYeftwau3mewycqdxykgr/1.0/artifacts/service-DemoPnfYeftwau3mewycqdxykgr-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:39:37.359Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c83e2a8-4551-4e6a-9703-374dd239dba8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626928699108,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:39:37.360Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:39:46.367Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:40:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:40:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:40:36.834Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:40:36.834Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:40:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:40:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:40:46.369Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:40:46.372Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:41:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:41:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:41:36.834Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:41:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:41:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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-07-22T04:41:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:41:46.369Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:41:46.369Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:42:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:42:36.833Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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-07-22T04:42:36.834Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:42:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:42:36.835Z||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-07-22T04:42:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:42:46.372Z|6c83e2a8-4551-4e6a-9703-374dd239dba8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:42:46.373Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:43:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:43:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:43:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:43:36.834Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:43:36.835Z||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-07-22T04:43:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:43:46.373Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:43:46.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:44:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:44:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:44:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:44:36.835Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:44:36.835Z||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-07-22T04:44:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:44:46.367Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:44:46.371Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:45:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:45:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:45:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:45:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:45:36.835Z||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-07-22T04:45:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:45:46.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:45:46.374Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:46:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:46:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:46:36.834Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:46:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:46:36.835Z||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-07-22T04:46:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:46:46.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:46:46.381Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:47:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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-07-22T04:47:36.833Z|621448ee-1456-4b8c-af96-b59571b0308d|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:47:36.835Z||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-07-22T04:47:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:37.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:37.456Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:37.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.457Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.457Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e1fa6a8-88e1-47a1-999a-3395784301ca","serviceName":"Demo_pNF_Db4HhyC0zqV1CQke4BuR","serviceVersion":"1.0","serviceUUID":"f2136731-4cfa-4bc1-8039-19650f9520ec","serviceDescription":"catalog service description","serviceInvariantUUID":"fd12fbbf-4382-4eac-966b-e4b7ec768ecb","resources":[{"resourceInstanceName":"pNF 589bd396-08e8 0","resourceName":"pNF 589bd396-08e8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3ce54537-ea99-4eba-90e8-dc690a7a412d","resourceInvariantUUID":"a38548c5-139a-46f0-97ae-e53b89cddb0c","resourceCustomizationUUID":"92c2da36-e457-49f6-9894-f72b0029019c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml","artifactChecksum":"MTE5MGI1Mjg1NWE1OTRjZWQ4ODliYTc0YzhlYjNkMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"abbba1a3-84b1-4066-93c3-ff46738c13e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8573b05-6996-414b-9ac6-c2283661bf11","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c8ec9a5-fc08-4482-8e43-fcc6595d32df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml","artifactChecksum":"YmQxYWU4NmRmZWFmYzhiZDNiNTRlMjA2NWZjOGI3ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0cadb87f-9f38-4d85-a914-1be705213f79","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43126012-1985-40bc-8eeb-0f6da3bb72f0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68b1e05e-a980-44a2-86d8-d22c1b754550","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml","artifactChecksum":"OTU2YzMxNGU2NGMwM2YzMjIzZmVmZDVjNGU1ZjUwODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f990f714-de38-4a79-b3e4-a908da09c201","artifactVersion":"1"},{"artifactName":"service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar","artifactChecksum":"MzM4ZjRiMjM0NWFiNTA5ZGM1YjQwYTNkMzkxYWI2Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c617a053-3237-4385-a488-a8d4cef0b60e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:47:37.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.460Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:47:37.463Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:37.466Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:37.466Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:37.566Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:37.566Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:37.566Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:37.574Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:37.575Z||pool-168-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:38.466Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:38.467Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:38.469Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:38.469Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:38.569Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:38.570Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:38.571Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:38.580Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:38.580Z||pool-169-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:39.469Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:39.470Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:39.472Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:39.472Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:39.573Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:39.573Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:39.573Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:39.581Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:39.582Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:40.473Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:40.474Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:40.476Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:40.476Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:40.577Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:47:40.577Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:40.577Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:40.588Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:40.589Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:47:41.476Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:41.477Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:41.479Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:41.479Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:41.579Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:41.580Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:41.580Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:41.588Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:41.588Z||pool-172-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:42.479Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:42.480Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:42.482Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:42.482Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:42.583Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:47:42.583Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:42.583Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:42.592Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:42.593Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:47:43.483Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:43.484Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:43.485Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:43.486Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:47:43.586Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:43.586Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:43.587Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:43.594Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:43.594Z||pool-174-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:44.486Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:47:44.487Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:44.489Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:44.489Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:47:44.589Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:44.590Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:44.590Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:44.599Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:44.599Z||pool-175-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:45.490Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "serviceName": "Demo_pNF_Db4HhyC0zqV1CQke4BuR",
  "serviceVersion": "1.0",
  "serviceUUID": "f2136731-4cfa-4bc1-8039-19650f9520ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fd12fbbf-4382-4eac-966b-e4b7ec768ecb",
  "resources": [
    {
      "resourceInstanceName": "pNF 589bd396-08e8 0",
      "resourceCustomizationUUID": "92c2da36-e457-49f6-9894-f72b0029019c",
      "resourceName": "pNF 589bd396-08e8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3ce54537-ea99-4eba-90e8-dc690a7a412d",
      "resourceInvariantUUID": "a38548c5-139a-46f0-97ae-e53b89cddb0c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
      "artifactChecksum": "MzM4ZjRiMjM0NWFiNTA5ZGM1YjQwYTNkMzkxYWI2Yzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c617a053-3237-4385-a488-a8d4cef0b60e"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:47:45.490Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:47:45.490Z|621448ee-1456-4b8c-af96-b59571b0308d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f2136731-4cfa-4bc1-8039-19650f9520ec ASDC
2021-07-22T04:47:45.491Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7e1fa6a8-88e1-47a1-999a-3395784301ca
ServiceName:Demo_pNF_Db4HhyC0zqV1CQke4BuR
ServiceVersion:1.0
ServiceUUID:f2136731-4cfa-4bc1-8039-19650f9520ec
ServiceInvariantUUID:fd12fbbf-4382-4eac-966b-e4b7ec768ecb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
ArtifactUUID:c617a053-3237-4385-a488-a8d4cef0b60e
ArtifactChecksum:MzM4ZjRiMjM0NWFiNTA5ZGM1YjQwYTNkMzkxYWI2Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 589bd396-08e8 0
ResourceCustomizationUUID:92c2da36-e457-49f6-9894-f72b0029019c
ResourceInvariantUUID:a38548c5-139a-46f0-97ae-e53b89cddb0c
ResourceName:pNF 589bd396-08e8
ResourceType:PNF
ResourceUUID:3ce54537-ea99-4eba-90e8-dc690a7a412d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:47:45.491Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2136731-4cfa-4bc1-8039-19650f9520ec 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-07-22T04:47:45.514Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:47:45.514Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:47:45.514Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:47:45.514Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c617a053-3237-4385-a488-a8d4cef0b60e from URL: /sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:45.514Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-07-22T04:47:45.515Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:46.323Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-07-22T04:47:46.328Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar c617a053-3237-4385-a488-a8d4cef0b60e 82542
2021-07-22T04:47:46.328Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar ASDC sendASDCNotification
2021-07-22T04:47:46.328Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:46.328Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:47:46.329Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:46.330Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:46.331Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929266328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:47:46.431Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:46.432Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:46.432Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:46.441Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:46.442Z||pool-176-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:47.331Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:47:47.332Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-07-22T04:47:47.333Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c617a053-3237-4385-a488-a8d4cef0b60e, URL: /sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar to file: /app/ASDC/1/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.333Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.333Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.333Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.414Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8522732412832359855/Definitions/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.950Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 589bd396-08e8 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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Node template pNF 589bd396-08e8 0 is matching search criteria
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 589bd396-08e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.951Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Node template pNF 589bd396-08e8 0 is matching search criteria
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 589bd396-08e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.952Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Db4HhyC0zqV1CQke4BuR
Description:catalog service description
Model UUID:f2136731-4cfa-4bc1-8039-19650f9520ec
Model Version:NULL
Model InvariantUuid:fd12fbbf-4382-4eac-966b-e4b7ec768ecb
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:47:47.959Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3ce54537-ea99-4eba-90e8-dc690a7a412d
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:47:47.962Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||pNF 589bd396-08e8 0
2021-07-22T04:47:47.962Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3ce54537-ea99-4eba-90e8-dc690a7a412d
2021-07-22T04:47:47.962Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f2136731-4cfa-4bc1-8039-19650f9520ec
2021-07-22T04:47:47.962Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f2136731-4cfa-4bc1-8039-19650f9520ec
2021-07-22T04:47:47.962Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 589bd396-08e8 0 3ce54537-ea99-4eba-90e8-dc690a7a412d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:47:47.966Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f2136731-4cfa-4bc1-8039-19650f9520ec: pNF 589bd396-08e8
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Processing PNF resource: 3ce54537-ea99-4eba-90e8-dc690a7a412d
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Db4HhyC0zqV1CQke4BuR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:47:47.967Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||Resource customization UUID: 92c2da36-e457-49f6-9894-f72b0029019c is the same as notified resource customizationUUID: 92c2da36-e457-49f6-9894-f72b0029019c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:47:48.002Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 589bd396-08e8 3ce54537-ea99-4eba-90e8-dc690a7a412d 0 ASDC deployResourceStructure
2021-07-22T04:47:48.002Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar ASDC sendASDCNotification
2021-07-22T04:47:48.002Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar
2021-07-22T04:47:48.002Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:47:48.002Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:47:48.004Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:47:48.004Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929268002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:47:48.105Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:47:48.105Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:47:48.105Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:47:48.115Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:47:48.115Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:47:49.005Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:47:49.014Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
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-07-22T04:47:49.015Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:47:49.015Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:47:49.016Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:48:19.016Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:48:19.024Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
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-07-22T04:48:19.027Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:48:19.027Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:48:19.027Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:48:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:48:36.835Z||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-07-22T04:48:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:48:36.955Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:48:36.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:48:36.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:48:36.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:48:49.027Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:48:49.035Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
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-07-22T04:48:49.037Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:48:49.037Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:48:49.037Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:49:19.038Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:49:19.046Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
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-07-22T04:49:19.048Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:49:19.048Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:49:19.048Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:49:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:49:36.835Z||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-07-22T04:49:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:49:37.357Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:49:37.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929250784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929251973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929251365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929250281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929261423,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929261508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929253968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929262426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929262520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "policy-id",
  "timestamp": 1626929263428,
  "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-07-22T04:49:37.376Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.376Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:37.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929263522,
  "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-07-22T04:49:37.386Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.386Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929263715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929256833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929257182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929266328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929266511,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "cds",
  "timestamp": 1626929267516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-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-07-22T04:49:37.399Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.399Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929268002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929268804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929269806,
  "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-07-22T04:49:37.410Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:37.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929262840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/resourceInstances/pnf589bd39608e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929268244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929277624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929278608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929279365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929280369,
  "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-07-22T04:49:37.423Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:37.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929280613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDb4hhyc0zqv1cqke4bur/1.0/artifacts/service-DemoPnfDb4hhyc0zqv1cqke4bur-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:49:37.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:49:37.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:49:37.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "clamp",
  "timestamp": 1626929281617,
  "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-07-22T04:49:37.433Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e1fa6a8-88e1-47a1-999a-3395784301ca
2021-07-22T04:49:37.433Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:49:49.048Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:49:49.057Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca
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-07-22T04:49:49.059Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T04:49:49.060Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-07-22T04:49:49.064Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T04:50:19.064Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca 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-07-22T04:50:19.070Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e1fa6a8-88e1-47a1-999a-3395784301ca and serviceModelVersionId: f2136731-4cfa-4bc1-8039-19650f9520ec
2021-07-22T04:50:19.070Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd12fbbf-4382-4eac-966b-e4b7ec768ecb
2021-07-22T04:50:19.071Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?depth=0
2021-07-22T04:50:19.074Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T04:50:19.096Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?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-07-22T04:50:19.096Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?depth=0|INFO|500||Invoke
2021-07-22T04:50:19.113Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T04:50:19.302Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?depth=0|INFO|500||InvokeReturn
2021-07-22T04:50:19.303Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fd12fbbf-4382-4eac-966b-e4b7ec768ecb/model-vers/model-ver/f2136731-4cfa-4bc1-8039-19650f9520ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210722-04:50:19:118-12005], vertex-id=[266384], Content-Length=[0], Date=[Thu, 22 Jul 2021 04:50:19 GMT], Content-Type=[application/json]}
2021-07-22T04:50:19.303Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T04:50:19.303Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T04:50:19.303Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:50:19.308Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||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-07-22T04:50:19.308Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e1fa6a8-88e1-47a1-999a-3395784301ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T04:50:19.308Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T04:50:19.309Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:50:19.311Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:50:19.311Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929419308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:50:19.411Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:50:19.412Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:50:19.412Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:50:19.426Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:50:19.426Z||pool-178-thread-1|||||INFO|500||cambria reply ok (15 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-07-22T04:50:20.323Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:50:20.323Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:50:20.323Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:50:30.511Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:50:30.512Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:50:30.512Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:50:30.512Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:50:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:50:36.835Z||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-07-22T04:50:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:50:37.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:50:37.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T04:50:37.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e1fa6a8-88e1-47a1-999a-3395784301ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929419308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T04:50:37.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T04:50:40.068Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:50:40.069Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:50:40.069Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:50:40.069Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:50:49.602Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:51:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:51:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:51:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:51:36.834Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:51:36.835Z||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-07-22T04:51:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:51:46.371Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:51:46.374Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:52:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:52:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:52:36.833Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:52:36.835Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:52:36.835Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|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-07-22T04:52:36.835Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:52:46.368Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:52:46.370Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:53:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:53:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:53:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:53:36.835Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:53:36.835Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|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-07-22T04:53:36.836Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:53:46.372Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:53:46.372Z|8d538c3c-e8f7-458d-86da-7f278fbceb2e|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:54:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:54:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:54:36.833Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:54:36.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:54:36.835Z||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-07-22T04:54:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:54:46.369Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:54:46.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:55:36.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:55:36.833Z||pool-2-thread-10|||||WARN|500||GET 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-07-22T04:55:36.833Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:55:36.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:55:36.835Z||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-07-22T04:55:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:55:46.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:55:46.375Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:56:36.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:56:36.833Z||pool-2-thread-10|||||WARN|500||GET 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-07-22T04:56:36.833Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:56:36.834Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:56:36.835Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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-07-22T04:56:36.835Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:56:46.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:56:46.369Z|7e1fa6a8-88e1-47a1-999a-3395784301ca|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:57:36.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:57:36.833Z||pool-2-thread-10|||||WARN|500||GET 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-07-22T04:57:36.833Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:57:36.834Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:57:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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-07-22T04:57:36.835Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:57:46.368Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:57:46.369Z|055bf227-aa31-4d4e-a690-7d00c3a07f79|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:36.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:58:36.833Z||pool-2-thread-10|||||WARN|500||GET 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-07-22T04:58:36.834Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:36.834Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:58:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:58:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:37.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:37.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5427b5bd-8401-4264-86b1-04e444a785ca","serviceName":"Demo_pNF_X894QUQ8tOOFaRo3TMn6","serviceVersion":"1.0","serviceUUID":"bcc2642a-8db2-43e7-ac18-cfd7fee942e7","serviceDescription":"catalog service description","serviceInvariantUUID":"35e80e2c-7c05-4aa7-b73d-f8eb46939870","resources":[{"resourceInstanceName":"pNF f351312f-c60d 0","resourceName":"pNF f351312f-c60d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e3a25c1-485f-4931-8ee8-a1f9c99d5e79","resourceInvariantUUID":"ebfbbd00-d7c9-48e6-96ba-9eb59e0bc9fd","resourceCustomizationUUID":"85b6714c-a302-4f22-a685-2ec7a5cdf9db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml","artifactChecksum":"ZDEwOWIzNDhjNjEyZmNmMmU2N2VjZTBhOTY0OWY0ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75675094-e467-4aaa-8e46-de86285e6d86","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar","artifactChecksum":"YzM0ODk1ZGE4NzZmMTViNWUxMWUyY2JmMTg0NjE3ZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76f03af9-8f55-4c5e-8bb4-4a7810ca4050","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"869eaa64-4654-4062-bfd5-9a1ff3448d6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmRmOGI3YTFlNTU3YjBiZmFmNjEzMjRmMGI1ODNjZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de35dc27-6378-43ea-bab8-f07fdbb0f35c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9782ef06-4e80-49ff-8661-e4fa22761b61","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"004b51b2-b302-4bcb-ad06-2f2f3709d655","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfX894quq8toofaro3tmn6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml","artifactChecksum":"NTM4M2YwMTU1MDQ1MTQ0MWM3OTQ0MTYwZTFmNjMxNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cefd682-0900-411e-8c2f-d8cece598652","artifactVersion":"1"},{"artifactName":"service-DemoPnfX894quq8toofaro3tmn6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar","artifactChecksum":"YmM4NzkzNTQxZDZkNzM4YzAyYmY2ZDVmNTZlMzc2OGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6eecc28d-2dc4-4ba7-a637-309dd674348a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-22T04:58:37.458Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:37.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:37.459Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.459Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.459Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.460Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.461Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.462Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.462Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.463Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.463Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.464Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.465Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.465Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:58:37.465Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:37.465Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:58:37.563Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:37.563Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:37.563Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:37.571Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:37.571Z||pool-179-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:38.463Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:38.464Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:38.466Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:38.466Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:38.566Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:38.567Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:38.567Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:38.575Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:38.575Z||pool-180-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:39.467Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:39.468Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:39.469Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:39.470Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:39.570Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:39.570Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:39.570Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:39.576Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:39.577Z||pool-181-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:40.470Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:40.471Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:40.473Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:40.473Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:40.574Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:58:40.574Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:40.574Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:40.584Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:40.584Z||pool-182-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:41.474Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:41.475Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:41.476Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:41.477Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:41.577Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:41.577Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:41.578Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:41.586Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:41.587Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:42.477Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:42.478Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:42.480Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:42.480Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:42.580Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:42.581Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:42.581Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:42.590Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:42.590Z||pool-184-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:43.481Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:43.481Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:43.483Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:43.484Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:58:43.584Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:43.585Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:43.585Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:43.592Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:43.593Z||pool-185-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-07-22T04:58:44.484Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-22T04:58:44.485Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:44.487Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:44.487Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T04:58:44.588Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:58:44.589Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:44.589Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:44.598Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:44.599Z||pool-186-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:45.488Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "serviceName": "Demo_pNF_X894QUQ8tOOFaRo3TMn6",
  "serviceVersion": "1.0",
  "serviceUUID": "bcc2642a-8db2-43e7-ac18-cfd7fee942e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "35e80e2c-7c05-4aa7-b73d-f8eb46939870",
  "resources": [
    {
      "resourceInstanceName": "pNF f351312f-c60d 0",
      "resourceCustomizationUUID": "85b6714c-a302-4f22-a685-2ec7a5cdf9db",
      "resourceName": "pNF f351312f-c60d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3e3a25c1-485f-4931-8ee8-a1f9c99d5e79",
      "resourceInvariantUUID": "ebfbbd00-d7c9-48e6-96ba-9eb59e0bc9fd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
      "artifactChecksum": "YmM4NzkzNTQxZDZkNzM4YzAyYmY2ZDVmNTZlMzc2OGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6eecc28d-2dc4-4ba7-a637-309dd674348a"
    }
  ],
  "workloadContext": "Production"
}
2021-07-22T04:58:45.489Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-22T04:58:45.489Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bcc2642a-8db2-43e7-ac18-cfd7fee942e7 ASDC
2021-07-22T04:58:45.490Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5427b5bd-8401-4264-86b1-04e444a785ca
ServiceName:Demo_pNF_X894QUQ8tOOFaRo3TMn6
ServiceVersion:1.0
ServiceUUID:bcc2642a-8db2-43e7-ac18-cfd7fee942e7
ServiceInvariantUUID:35e80e2c-7c05-4aa7-b73d-f8eb46939870
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfX894quq8toofaro3tmn6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
ArtifactUUID:6eecc28d-2dc4-4ba7-a637-309dd674348a
ArtifactChecksum:YmM4NzkzNTQxZDZkNzM4YzAyYmY2ZDVmNTZlMzc2OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f351312f-c60d 0
ResourceCustomizationUUID:85b6714c-a302-4f22-a685-2ec7a5cdf9db
ResourceInvariantUUID:ebfbbd00-d7c9-48e6-96ba-9eb59e0bc9fd
ResourceName:pNF f351312f-c60d
ResourceType:PNF
ResourceUUID:3e3a25c1-485f-4931-8ee8-a1f9c99d5e79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-07-22T04:58:45.490Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc2642a-8db2-43e7-ac18-cfd7fee942e7 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-07-22T04:58:45.511Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:58:45.511Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-22T04:58:45.511Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-22T04:58:45.511Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6eecc28d-2dc4-4ba7-a637-309dd674348a from URL: /sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:45.512Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-22T04:58:45.512Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:46.398Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-22T04:58:46.405Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar 6eecc28d-2dc4-4ba7-a637-309dd674348a 82541
2021-07-22T04:58:46.405Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar ASDC sendASDCNotification
2021-07-22T04:58:46.405Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:46.405Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-22T04:58:46.405Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:46.407Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:46.408Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929926405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T04:58:46.508Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T04:58:46.508Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:46.508Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:46.517Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:46.518Z||pool-187-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:47.408Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-22T04:58:47.409Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-22T04:58:47.409Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6eecc28d-2dc4-4ba7-a637-309dd674348a, URL: /sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar to file: /app/ASDC/1/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.410Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.410Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.410Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.488Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP216402675862274104/Definitions/service-DemoPnfX894quq8toofaro3tmn6-template.yml
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f351312f-c60d 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-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:47.999Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Node template pNF f351312f-c60d 0 is matching search criteria
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f351312f-c60d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Node template pNF f351312f-c60d 0 is matching search criteria
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f351312f-c60d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.000Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.001Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_X894QUQ8tOOFaRo3TMn6
Description:catalog service description
Model UUID:bcc2642a-8db2-43e7-ac18-cfd7fee942e7
Model Version:NULL
Model InvariantUuid:35e80e2c-7c05-4aa7-b73d-f8eb46939870
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-22T04:58:48.009Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e3a25c1-485f-4931-8ee8-a1f9c99d5e79
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:58:48.012Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||pNF f351312f-c60d 0
2021-07-22T04:58:48.012Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e3a25c1-485f-4931-8ee8-a1f9c99d5e79
2021-07-22T04:58:48.012Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||No resources found for Service: bcc2642a-8db2-43e7-ac18-cfd7fee942e7
2021-07-22T04:58:48.012Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bcc2642a-8db2-43e7-ac18-cfd7fee942e7
2021-07-22T04:58:48.012Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f351312f-c60d 0 3e3a25c1-485f-4931-8ee8-a1f9c99d5e79 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T04:58:48.016Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bcc2642a-8db2-43e7-ac18-cfd7fee942e7: pNF f351312f-c60d
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3e3a25c1-485f-4931-8ee8-a1f9c99d5e79
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_X894QUQ8tOOFaRo3TMn6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-22T04:58:48.017Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||Resource customization UUID: 85b6714c-a302-4f22-a685-2ec7a5cdf9db is the same as notified resource customizationUUID: 85b6714c-a302-4f22-a685-2ec7a5cdf9db
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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-07-22T04:58:48.048Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f351312f-c60d 3e3a25c1-485f-4931-8ee8-a1f9c99d5e79 0 ASDC deployResourceStructure
2021-07-22T04:58:48.048Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar ASDC sendASDCNotification
2021-07-22T04:58:48.048Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar
2021-07-22T04:58:48.048Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-22T04:58:48.049Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T04:58:48.050Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T04:58:48.050Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929928048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T04:58:48.151Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-22T04:58:48.151Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T04:58:48.151Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T04:58:48.160Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:58:48.160Z||pool-188-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-22T04:58:49.051Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:58:49.060Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
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-07-22T04:58:49.061Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:58:49.062Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:58:49.062Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:59:19.062Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:59:19.071Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
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-07-22T04:59:19.073Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:59:19.073Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:59:19.073Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T04:59:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T04:59:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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-07-22T04:59:36.835Z|a9a95166-0b8f-422a-9727-1e17d69019dd|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 7nGUlAaeMMCmemYv) ...
2021-07-22T04:59:36.956Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T04:59:36.957Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-07-22T04:59:36.957Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T04:59:36.957Z|a9a95166-0b8f-422a-9727-1e17d69019dd|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-07-22T04:59:49.074Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T04:59:49.082Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
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-07-22T04:59:49.083Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T04:59:49.083Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T04:59:49.083Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T05:00:19.083Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T05:00:19.093Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
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-07-22T05:00:19.094Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T05:00:19.094Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-22T05:00:19.094Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-22T05:00:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:00:36.835Z||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-07-22T05:00:36.836Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:00:37.359Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:00:37.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1626929910281,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "dcae-sch",
  "timestamp": 1626929911973,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929910784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929911365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929913968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929923612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929923616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929923801,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929916833,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929924621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929924812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929917182,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "policy-id",
  "timestamp": 1626929925623,
  "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-07-22T05:00:37.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:37.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1626929925815,
  "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-07-22T05:00:37.387Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.387Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929926405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929927032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "cds",
  "timestamp": 1626929928035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-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-07-22T05:00:37.398Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.398Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:37.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626929928048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929929030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "aai-ml",
  "timestamp": 1626929930032,
  "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-07-22T05:00:37.410Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:37.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929922840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/resourceInstances/pnff351312fc60d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929928244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "NOTIFIED"
}
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-07-22T05:00:37.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929937534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929938813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929939229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1626929940232,
  "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-07-22T05:00:37.423Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:37.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929940684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfX894quq8toofaro3tmn6/1.0/artifacts/service-DemoPnfX894quq8toofaro3tmn6-csar.csar",
  "status": "DEPLOY_OK"
}
2021-07-22T05:00:37.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:00:37.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:00:37.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "clamp",
  "timestamp": 1626929941686,
  "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-07-22T05:00:37.436Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5427b5bd-8401-4264-86b1-04e444a785ca
2021-07-22T05:00:37.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:00:49.094Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-22T05:00:49.104Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca
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-07-22T05:00:49.106Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-22T05:00:49.106Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-07-22T05:00:49.107Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-07-22T05:00:49.111Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-22T05:01:19.111Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5427b5bd-8401-4264-86b1-04e444a785ca 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-07-22T05:01:19.115Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5427b5bd-8401-4264-86b1-04e444a785ca and serviceModelVersionId: bcc2642a-8db2-43e7-ac18-cfd7fee942e7
2021-07-22T05:01:19.115Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e80e2c-7c05-4aa7-b73d-f8eb46939870
2021-07-22T05:01:19.116Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?depth=0
2021-07-22T05:01:19.121Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-22T05:01:19.140Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?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-07-22T05:01:19.140Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?depth=0|INFO|500||Invoke
2021-07-22T05:01:19.155Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-07-22T05:01:19.424Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?depth=0|INFO|500||InvokeReturn
2021-07-22T05:01:19.424Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/35e80e2c-7c05-4aa7-b73d-f8eb46939870/model-vers/model-ver/bcc2642a-8db2-43e7-ac18-cfd7fee942e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210722-05:01:19:162-59708], vertex-id=[282744], Content-Length=[0], Date=[Thu, 22 Jul 2021 05:01:19 GMT], Content-Type=[application/json]}
2021-07-22T05:01:19.425Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-07-22T05:01:19.425Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-22T05:01:19.425Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-22T05:01:19.431Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||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-07-22T05:01:19.431Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5427b5bd-8401-4264-86b1-04e444a785ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-22T05:01:19.431Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-22T05:01:19.431Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-22T05:01:19.433Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-22T05:01:19.433Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626930079431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T05:01:19.533Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-22T05:01:19.534Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-22T05:01:19.534Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7nGUlAaeMMCmemYv) ...
2021-07-22T05:01:19.546Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:01:19.546Z||pool-189-thread-1|||||INFO|500||cambria reply ok (12 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-07-22T05:01:20.443Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:01:20.443Z||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-07-22T05:01:20.443Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:01:30.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:01:30.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:01:30.634Z||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-07-22T05:01:30.634Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:01:36.835Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:01:36.835Z||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-07-22T05:01:36.835Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:01:37.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:01:37.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-07-22T05:01:37.455Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5427b5bd-8401-4264-86b1-04e444a785ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1626930079431,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-22T05:01:37.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-22T05:01:40.163Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:01:40.164Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:01:40.164Z||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-07-22T05:01:40.164Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:01:49.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:02:36.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:02:36.833Z||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-07-22T05:02:36.833Z||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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:02:36.834Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-22T05:02:36.835Z|5427b5bd-8401-4264-86b1-04e444a785ca|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-07-22T05:02:36.835Z|5427b5bd-8401-4264-86b1-04e444a785ca|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 7nGUlAaeMMCmemYv) ...
2021-07-22T05:02:46.366Z|5427b5bd-8401-4264-86b1-04e444a785ca|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:02:46.372Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-07-22T05:03:05.337Z||http-nio-8085-exec-10|||||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)